Build With A Coding Agent
Already have Codex, Claude, Cursor, or another coding agent open? Paste this:
curl -fsSL https://docs.amodalai.com/agent-setup/prompt.mdThat prompt tells the coding agent how to fetch the Amodal docs, download the generated OpenAPI contract, ask you for any missing values, create or connect an agent, deploy it, smoke-test it, and report what happened.
Platform Token
The coding agent will need a pk_ platform automation token before it can create, configure, or deploy Amodal agents.
To create one:
- Open Amodal.
- Select the workspace.
- Open Organization > Automation Tokens.
- Create an org-wide
admintoken for first-time setup.
After the agent exists, use an agent-bound operator token for routine deploys.
The coding agent can ask you for the token, workspace/org ID, and GitHub repo when it needs them.
What The Agent Fetches
The setup prompt points the coding agent at:
https://docs.amodalai.com/llms-full.txt
https://docs.amodalai.com/openapi.jsonllms-full.txt is the curl-readable docs site. openapi.json is the generated Platform API contract and is the source of truth for request bodies, response shapes, and token requirements.