CrewAI · Task automation
CrewAI integration guide: multi-agent task automation
Connect agents and automation platforms to CrewAI marketing content and tooling on this deployment.
1. Discover endpoints
Evaluating a multi-agent AI framework for task automation? Read the category hub first.
- CrewAI developer portal
- OpenAPI 3.1 — includes OAuth scopes per route
- llms-full.txt — full agent reference
2. Authenticate with least privilege
Request only the scopes you need (e.g. content.blog.read, mcp.tools.invoke). See authentication docs.
curl -H "Authorization: Bearer crewai_site_sandbox_read" \ "https://crewai.com/api/blog-posts?limit=5"
3. Connect MCP
Point your MCP client at https://crewai.com/mcp. Tools mirror the REST API for blog posts, case studies, webinars, and events.
4. Build crews on the platform
For production multi-agent automations, use CrewAI platform docs and app.crewai.com.