Back to news

May 29, 2026

Caether Build 0.1 on API

Caether Build is now available as an API, so you can embed the coding agent anywhere.

Caether Build 0.1 exposes the same planning, editing, and subagent capabilities from the CLI through a simple API — drive it from CI, your own tools, or a hosted product.

Get started

curl https://api.caether.ai/v1/build/run \  -H "Authorization: Bearer $CAETHER_API_KEY" \  -d '{ "task": "Add rate limiting to all API routes", "mode": "plan" }'

Plans, diffs, and subagent traces are streamed back as structured events.

Back to news