Reference
API reference
Drive every codingassist.bot capability over HTTPS. Idempotent, versioned, signed.
The codingassist.bot API is HTTPS, JSON, versioned. Every endpoint is idempotent on retry; every webhook is HMAC-signed.
Base URL
https://api.codingassist.botSelf-hosted installs point at your own gateway: https://codingassist.<your-domain>.
Versioning
Versions are URL-path scoped: /v1/.... Breaking changes get a new prefix; non-breaking additions are made on the current version. The full deprecation policy is published in the changelog.
Index
| Resource | Description |
|---|---|
| Authentication | OAuth2 client credentials + tenant-scoped tokens |
| Reviews | Trigger and read deterministic reviews |
| Findings | Browse plane-level findings |
| Webhooks | Subscribe to lifecycle events |
Conventions
- All times are RFC 3339 in UTC
- All ids are ULIDs (
rev_01HXYZ...) - All money is integer cents
Was this page helpful?