Build With A Coding Agent
Paste this into your coding agent:
Fetch this setup prompt and follow it to build and deploy my Amodal agent:
https://docs.amodalai.com/agent-setup/prompt.mdThe prompt explains how to fetch the docs and API reference, collect missing configuration, connect source, deploy, and test the result.
Platform Token
The coding agent needs a pk_ platform automation token to create, configure, or deploy agents:
- Open Amodal and select your organization.
- Open Organization > Automation Tokens.
- Create an org-wide
admintoken for initial setup.
Once the agent exists, use an agent-bound operator token for routine deploys. The coding agent also needs the organization ID, source repository, and any runtime secrets the source references.
A platform token authorizes deployment operations. Chat smoke tests use a separate, short-lived runtime token; the setup prompt explains how to obtain one.
Docs And API Reference
The prompt fetches:
https://docs.amodalai.com/llms-full.txt
https://docs.amodalai.com/openapi.jsonllms-full.txt contains the docs as text. openapi.json lists the supported automation endpoints, accepted token kinds, and documented parameters and request bodies. Response schemas are generic; inspect the returned status and JSON rather than assuming a fully specified response shape.