https://api.corbits.dev
No authentication required.
Key concepts
Proxy URLs
Each proxy has a dedicated URL constructed from its name and optional org slug:https://{name}.api.corbits.dev— standard proxyhttps://{name}.{org_slug}.api.corbits.dev— org-scoped proxy
url field from API responses as the base URL for making calls. Do not use the discovery API URL (api.corbits.dev) for API calls.
Pricing
Prices are stored as micro-USDC integers. To convert to USDC, multiply by1e-6:
price_usdc value | USDC amount |
|---|---|
1000 | $0.001 |
10000 | $0.01 |
1000000 | $1.00 |
Payment handling
Thex-402 extension in OpenAPI specs indicates endpoints that require payment. If you’re making calls programmatically, use the @faremeter/rides SDK — it handles the full x402 challenge/response cycle automatically. See the Corbits Skill for a working implementation.
List your proxy on Discovery
Find useful solutions and let your solutions be found by others. Discovery is a two-sided marketplace — you can consume APIs listed by others, and list your own so they’re discoverable by developers and AI agents alike. Make sure your Corbits proxy is registered and active so it appears in search results.
Endpoints
Health check
200 OK if the service is running.
Search proxies and endpoints
Search query. Empty or whitespace-only queries return empty results.
List proxies
ID of the last item from the previous page. Omit for the first page.
Number of results per page. Maximum 100.
id of the last item as cursor:
Get proxy details
endpoint_count.
Proxy ID.
400 invalid ID, 404 not found or inactive.
Get OpenAPI spec
x-corbits-price extension fields for per-endpoint pricing.
Proxy ID.
The
servers[0].url field contains the upstream base path. When constructing call URLs, combine the proxy URL with this base path and the spec path: https://openai.api.corbits.dev/v1/models.400 invalid ID, 404 not found or no spec available.
List proxy endpoints
Proxy ID.
ID of the last item from the previous page.
Number of results per page. Maximum 100.
404 proxy not found or inactive.
Get endpoint details
Proxy ID.
Endpoint ID.
400 invalid ID, 404 not found.