SUMMARY

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.

Base URL

https://clawengine.app/api

Response Format

All responses are JSON. Errors return { "message": "..." }.

Status Codes

Code
Meaning

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

Rate Limits

Auth endpoints: 10 requests per IP per 15 minutes. All other endpoints: no rate limit currently enforced.

Health Checks

Was this helpful?