# Anyreach ## Docs - [Builder tour](https://docs.anyreach.ai/workflows/builder-tour.md): A guided look at the workflow canvas, top bar, and inspector. - [Data flow](https://docs.anyreach.ai/workflows/data-flow.md): How data moves through a workflow's steps. - [Observability](https://docs.anyreach.ai/workflows/execution/observability.md): Inspect workflow runs, debug failures, and monitor production health. - [Public execution](https://docs.anyreach.ai/workflows/execution/public-execution.md): Run a workflow without authentication — for embeds, public webhooks, and external triggers. - [Sync vs async execution](https://docs.anyreach.ai/workflows/execution/sync-vs-async.md): Pick the right execution mode for your workflow. - [AI expressions](https://docs.anyreach.ai/workflows/expressions/ai-expressions.md): Use the LLM as a value provider, mid-workflow. - [JSONata cookbook](https://docs.anyreach.ai/workflows/expressions/jsonata-cookbook.md): Common patterns by example. - [Expressions overview](https://docs.anyreach.ai/workflows/expressions/overview.md): JSONata and AI expressions — when to use which, and how they compose. - [Workflows overview](https://docs.anyreach.ai/workflows/overview.md): Programmable automation that connects agents to the rest of your stack. - [Action step](https://docs.anyreach.ai/workflows/steps/app.md): Call Anyreach-native apps or 2,000+ third-party apps. - [Code step](https://docs.anyreach.ai/workflows/steps/code.md): Run sandboxed Python inside a workflow. - [Condition step](https://docs.anyreach.ai/workflows/steps/condition.md): Branch the workflow based on data or AI judgment. - [HTTP API step](https://docs.anyreach.ai/workflows/steps/http.md): Call any HTTP endpoint from a workflow. - [Input step](https://docs.anyreach.ai/workflows/steps/input.md): Define named input fields for manual workflow runs. - [Output step](https://docs.anyreach.ai/workflows/steps/output.md): Return a structured result and terminate the execution path. - [Wait step](https://docs.anyreach.ai/workflows/steps/wait.md): Pause execution for a set duration before continuing. - [Testing workflows](https://docs.anyreach.ai/workflows/testing-workflows.md): Run a workflow manually with specific input to validate behavior before deploying. - [Pre Call, Post Call, and Ongoing Conversation triggers](https://docs.anyreach.ai/workflows/triggers/agent-embedded.md): Workflows that run from inside an agent's conversation lifecycle. - [Triggers overview](https://docs.anyreach.ai/workflows/triggers/overview.md): How workflows start running. - [Timer trigger](https://docs.anyreach.ai/workflows/triggers/scheduled.md): Run a workflow on a recurring schedule. - [Versioning and Publishing](https://docs.anyreach.ai/workflows/versioning-and-publishing.md): How workflow versioning work ## OpenAPI Specs - [openapi](https://docs.anyreach.ai/api-reference/openapi.json)