# Felix Docs ## Docs - [Create batch execution](https://felix.so/docs/api-reference/executions/create-batch-execution.md): Execute a workflow multiple times with different inputs in a single request. Returns immediately with execution IDs for each item. - [Create execution](https://felix.so/docs/api-reference/executions/create-execution.md): Execute a workflow. Returns immediately with an execution ID. - [Get execution](https://felix.so/docs/api-reference/executions/get-execution.md): Retrieve the status and details of an execution - [List executions](https://felix.so/docs/api-reference/executions/list-executions.md): Retrieve all executions for a workflow - [API Reference](https://felix.so/docs/api-reference/introduction.md): Trigger workflows programmatically, manage executions, and integrate Felix into your applications. - [MCP Server](https://felix.so/docs/api-reference/mcp.md): Connect Felix to AI assistants using the Model Context Protocol (MCP). - [Create workflow](https://felix.so/docs/api-reference/workflows/create-workflow.md): Create a new workflow and start the planning agent. The planning agent will design and build the workflow based on your prompt. Returns immediately with a URL to view progress in the Felix UI. - [Get workflow](https://felix.so/docs/api-reference/workflows/get-workflow.md): Retrieve a single workflow and its details - [List workflows](https://felix.so/docs/api-reference/workflows/list-workflows.md): Retrieve all workflows for your account - [Chat](https://felix.so/docs/building/chat.md): Describe your process in plain language. Felix asks follow-up questions and builds the workflow from your answers. - [Building](https://felix.so/docs/building/overview.md): Felix turns a plain-language description of your process into a workflow — through a conversation. - [Preview](https://felix.so/docs/building/preview.md): Review the steps Felix generated before running your workflow. - [Run](https://felix.so/docs/building/run.md): Execute your workflow and review what happened. - [Share](https://felix.so/docs/building/share.md): Share a workflow with others on your team. - [AI Models](https://felix.so/docs/connectors/ai-models.md): Anthropic, OpenAI, and Google Gemini are available in every Felix account by default. - [Built-in Connectors](https://felix.so/docs/connectors/built-in.md): Felix includes pre-built connectors for the following services. - [Custom Connectors](https://felix.so/docs/connectors/custom.md): Connect any REST API not in the built-in connector list. - [Connectors](https://felix.so/docs/connectors/overview.md): Connectors link Felix to the tools and data sources your workflows read from and write to. - [What is Felix](https://felix.so/docs/index.md): Describe a process. Felix asks follow-up questions, then builds and runs it as an automated workflow. - [Pricing](https://felix.so/docs/pricing/credits.md): Felix is subscription-based. Your plan includes a monthly credit allowance for running workflows. - [Quickstart](https://felix.so/docs/quickstart.md): Build your first workflow in a few minutes. - [Changelog](https://felix.so/docs/reference/changelog.md): All notable changes to Felix. - [FAQ](https://felix.so/docs/reference/faq.md): Common questions about Felix. - [Security & Compliance](https://felix.so/docs/reference/security.md): How Felix handles your data, credentials, and audit trail. - [Support](https://felix.so/docs/reference/support.md): Get help with Felix. - [Batch Runs](https://felix.so/docs/running/batch.md): Process multiple items through a workflow in a single run. - [Manual Runs](https://felix.so/docs/running/one-off.md): Trigger a workflow run on demand. - [Running](https://felix.so/docs/running/overview.md): A run is a single execution of a workflow. - [Scheduled Runs](https://felix.so/docs/running/scheduled.md): Set a workflow to run automatically at a fixed time or interval. - [Code](https://felix.so/docs/workflows/code.md): Felix generates the code for every step automatically from your description. - [Descriptions](https://felix.so/docs/workflows/descriptions.md): A description is the plain-language instruction that tells Felix what a step should do. - [Human Checkpoints](https://felix.so/docs/workflows/human-checkpoints.md): A Human Checkpoint pauses a workflow and waits for your input before execution continues. - [Outputs](https://felix.so/docs/workflows/outputs.md): Every step in a workflow produces an output. Outputs flow between steps and form the final result of a run. - [Workflows](https://felix.so/docs/workflows/overview.md): A workflow is the end-to-end automated process Felix builds and runs on your behalf. - [Steps](https://felix.so/docs/workflows/steps.md): A step is a single unit of work in a workflow. ## OpenAPI Specs - [openapi](https://felix.so/docs/openapi.yaml)