ClawEngine provides a full REST API for programmatic access to every platform feature. Anything you can do in the web UI, you can do via the API.
https://clawengine.app/api
All responses are JSON. Errors return { "message": "..." }.
{ "message": "..." }
200
Success
201
Created
204
Deleted
400
Validation error
401
Not authenticated
402
Insufficient $CWE balance
404
Not found
429
Rate limited
500
Server error
Auth endpoints: 10 requests per IP per 15 minutes. All other endpoints: no rate limit currently enforced.
Was this helpful?
GET /api/health → { "ok": true, "timestamp": "..." } GET /api/health/db → { "ok": true }