Sign InSign Up

CrewAI — Developer resources

CrewAI API Reference

CrewAI developer resources for crewai.com

Read-oriented JSON APIs backed by Contentful. All endpoints use GET and return application/json.

Machine-readable contract: openapi.json · RFC 9727 catalog: .well-known/api-catalog

Endpoints

  • GET https://crewai.com/api/health — Health check
  • GET https://crewai.com/api/blog-posts — Scope: content.blog.read
  • GET https://crewai.com/api/case-studies — Scope: content.case-studies.read
  • GET https://crewai.com/api/webinars — Scope: content.webinars.read
  • GET https://crewai.com/api/events — Scope: content.events.read

Example

curl -s "https://crewai.com/api/blog-posts?limit=3" | jq '.items[].title'

← CrewAI Developer Portal