Sign InSign Up

CrewAI — Developer resources

CrewAI Developer Portal

CrewAI developer resources for crewai.com

Programmatic access to CrewAI marketing content and agent integrations. Public read APIs require no key; use scoped OAuth or sandbox keys for least-privilege access.

Quickstart

  1. Read the API reference and download the OpenAPI 3.1 spec (includes OAuth scopes and API key roles).
  2. Call GET https://crewai.com/api/health to verify connectivity.
  3. Fetch content with GET https://crewai.com/api/blog-posts?limit=5 (and sibling endpoints for case studies, webinars, and events).
  4. Connect an MCP client to https://crewai.com/mcp (Streamable HTTP) — see MCP server docs.
  5. 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

Agent integration guides