Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Platform API

The Platform API is the automation surface for creating, deploying, and operating agents from external tools.

Use a platform automation token in the Authorization header:

Authorization: Bearer pk_...

The endpoint reference is generated from the platform API surface metadata during the docs build.

Machine-Readable Contract

Coding agents and CLI tools should download the generated OpenAPI document directly:

curl https://docs.amodalai.com/openapi.json

Use that file as the endpoint contract. The generated document includes supported automation endpoints, required path/query parameters, request bodies for the agent setup flow, and the platform automation token kinds accepted by each operation.

For text-first docs over curl, read the generated LLM bundle:

curl https://docs.amodalai.com/llms-full.txt

For a setup sequence that works from Codex, Claude, or another coding agent, use Build With A Coding Agent. The interactive reference below is for browsing the same generated contract.