Skip to content

Developer Resources

Everything you need to build with the CesaFlow API. 165+ endpoints, 32 tools, WebSocket streaming.

Base URL: https://api.cesaflow.ai

Quick Examples

Start a Run
curl -X POST https://api.cesaflow.ai/api/v1/runs \
  -H "x-api-key: YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"objective": "Build a REST API for a blog"}'
Goal Mode (Autonomous)
curl -X POST https://api.cesaflow.ai/api/v1/runs/goal/start \
  -H "x-api-key: YOUR_KEY" \
  -d '{"goal": "Build a SaaS with auth, billing, and deploy"}'
AI Code Review
curl -X POST https://api.cesaflow.ai/api/v1/review \
  -H "x-api-key: YOUR_KEY" \
  -d '{"github_url": "https://github.com/org/repo/pull/1"}'
165+
API Endpoints
32
Agent Tools
32
Doc Sections
4
Auth Methods