Code with agents
All our APIs are self-documented and can be consumed by AI agents. You can use an agent like Cursor or Claude Code to complete any of the tutorials and setup in this documentation.
Agent instructions
The following scripts will install agent context to give your agent details and direction on how to use the Shaped APIs.
Cursor, Copilot, Gemini, Warp, etc.
Agents that support the AGENTS.md standard can use the following command to install agent context to the current project directory. Learn about the standard.
curl -sSL https://docs.shaped.ai/agents/install.sh | sh
Claude Code
Claude Code uses the CLAUDE.md file. Install it here:
curl -sSL https://docs.shaped.ai/agents/claude.sh | sh