# Askpilot documentation > Askpilot is agentic workflow execution infrastructure: AI that runs your business workflows. These docs introduce the platform (workflows written in the PROCESS.md format and run end to end across the tools you already use), explain the public API (where to create an API key, how to send it, where the reference is, and how to start an existing workflow from your own systems), and show how to hand the documentation to any AI agent. Every page below is Markdown; the same page is HTML at the same path with .html (or the folder for the overviews). The whole documentation is also one file at https://askpilot.com/docs/llms-full.txt. The site-wide index is https://askpilot.com/llms.txt. ## Product - [Askpilot documentation](https://askpilot.com/docs/index.md): Learn how the Askpilot platform works and what you can do with it: workflows written in PROCESS.md, run end to end across the tools you already use, and a public API to trigger them. ## Developers - [Askpilot Public API](https://askpilot.com/docs/developers/index.md): Where to find your Askpilot API key, and the API reference and OpenAPI spec for using it. - [Workflows](https://askpilot.com/docs/developers/workflows.md): How to start an existing workflow through the Askpilot API, and the prerequisites: a workflow prepared in Askpilot with an API trigger, and its ID. ## Ask AI - [Learn anything about Askpilot in your AI agent](https://askpilot.com/docs/ask-ai.md): Learn anything about Askpilot in your AI agent: open the docs in Claude or ChatGPT, or take them as Markdown into any agent. ## Optional - [Full documentation in one file](https://askpilot.com/docs/llms-full.txt): every page above, in reading order. - [API reference](https://public-api.askpilot.com/docs#/): the public API, generated from the OpenAPI spec. - [OpenAPI spec](https://public-api.askpilot.com/openapi.json): machine-readable description of the API. - [Python SDK](https://github.com/Askpilot-AI-Number/public-api-python-client-sdk): the official Python client, install with `pip install askpilot` or `uv add askpilot`, Python 3.9 or later, MIT licence. - [PROCESS.md format](https://askpilot.com/process-md.md): the workflow format Askpilot runs, the full guide as Markdown. - [Pricing](https://askpilot.com/pricing.md): plans and credits, machine-readable.