Quickstart
- Read the API reference and download the OpenAPI 3.1 spec (includes OAuth scopes and API key roles).
- Call
GET https://crewai.com/api/healthto verify connectivity. - Fetch content with
GET https://crewai.com/api/blog-posts?limit=5(and sibling endpoints for case studies, webinars, and events). - Connect an MCP client to
https://crewai.com/mcp(Streamable HTTP) — see MCP server docs. - Agents: read llms-full.txt for the complete integration reference on crewai.com.
API keys and sandbox
Public JSON routes on this site are read-only and unauthenticated. For agent prototyping, use the sandbox key below (documented for integrators; maps to OAuth scope api.read):
Authorization: Bearer crewai_site_sandbox_read
Production CrewAI platform API keys and multi-agent runtimes are managed at app.crewai.com — this portal covers the CrewAI marketing site (https://crewai.com).
Documentation
- CrewAI API reference — REST endpoints and examples
- CrewAI authentication — OAuth scopes and API key roles
- CrewAI webhooks — CMS and Ghost inbound hooks
- CrewAI MCP server — Model Context Protocol tools
- llms.txt — LLM index for crewai.com
- llms-full.txt — Full API, auth, and MCP reference