Machine-readable contract: openapi.json · RFC 9727 catalog: .well-known/api-catalog
Endpoints
GET https://staging.crewai.monogram.dev/api/health— Health checkGET https://staging.crewai.monogram.dev/api/blog-posts— Scope:content.blog.readGET https://staging.crewai.monogram.dev/api/case-studies— Scope:content.case-studies.readGET https://staging.crewai.monogram.dev/api/webinars— Scope:content.webinars.readGET https://staging.crewai.monogram.dev/api/events— Scope:content.events.read
Example
curl -s "https://staging.crewai.monogram.dev/api/blog-posts?limit=3" | jq '.items[].title'