APIReference
Get organization usage
Returns the five-hour session, weekly, and billing-cycle usage windows
for the calling organization. Requires the usage:read scope.
Authorization
apiKey AuthorizationBearer <token>
A Codius organization API key, sent as
Authorization: Bearer codius_live_….
Keys carry a subset of the models:read, inference:create, and
usage:read scopes — never billing or admin permissions.
In: header
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/codius/usage"{ "object": "codius.usage", "session": { "usage_percent": 42, "reset_at": "2026-07-23T15:00:00.000Z" }, "week": { "usage_percent": 17, "reset_at": "2026-07-27T00:00:00.000Z" }, "month": { "usage_percent": 8, "reset_at": "2026-08-01T00:00:00.000Z" }}Create an OpenAI Responses-compatible response POST
Responses-compatible adapter for coding agents managed by Codius App. It uses the same model catalog, authorization, metering, limits, and request IDs as Chat Completions. Requires the `inference:create` scope.
Liveness probe GET
Reports that the process is up. Checks no dependencies.