Getting Started
Authentication
The Extend API uses Bearer token authentication for all API requests. You’ll need to use your API token when instantiating the client if you’re using the SDK or in the Authorization header of each request if you’re using the API directly.
Log in to the Extend dashboard and obtain an Extend API key from the Developer Settings page.
Example Usage
Coding with an agent?
Use these raw markdown files to seed coding assistants with Extend platform context:
How do I use this?
- Download one of these files and save it in your project root as
CLAUDE.mdorAGENTS.md. - Run your coding agent from that same project root so it can discover the file.
- If your agent does not auto-load root guidance, explicitly reference the file in your prompt (for example: “Use
./CLAUDE.mdfor project instructions.”). - For Codex/agent-style tools, keep
AGENTS.mdin the working directory root where commands are executed. - For Claude Code, keep
CLAUDE.mdat repository root and start the session from that directory. - In web LLM chats (for example ChatGPT, Claude, Gemini), upload
CLAUDE.mdorAGENTS.mdas an attachment at the start of the conversation. - If attachments are not available, paste the file content into your first prompt and ask the model to follow it for the rest of the session.
Next Steps
- Follow our 5-minute quickstart to get started with structured data extraction.
- Try out our SDKs in multiple languages

