Developer Resources
Everything you need to build with the CesaFlow API. 165+ endpoints, 32 tools, WebSocket streaming.
Base URL: https://api.cesaflow.ai📖
API Documentation
32 sections, 65+ endpoints, code examples in cURL
Read Docs →⚡Quick Start Guide
From zero to first build in 5 minutes
Get Started →🔌REST API
POST /runs, GET /runs/{id}, WebSocket streaming
API Reference →🧪API Explorer
Test endpoints directly from your browser
Try It →📡Webhooks
Receive completion events, trigger follow-up runs
Webhook Docs →🔧Agent Tools
32 tools: file, shell, git, SSH, Stripe, deploy, DB
Tools Reference →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