list model routes
Uses the selected organization and the authenticated user’s current permissions. Applies the same setup and archive rules as the dashboard.
/api/v1/organizations/{organizationId}/model-routesAuthorization
ManagementOAuth managementUser-based Clerk OAuth. CLI is a public Authorization Code client using S256 PKCE and browser loopback redirect. Hosted MCP uses resource-bound OAuth. Verify issuer, token type, intended audience/resource, scopes, live membership and current role. Do not forward arbitrary OAuth tokens into Convex session JWT auth. OAuth URLs below are placeholders for deployment configuration.
In: header
Scope: management
Path Parameters
Permanent organizationId; selected organization must be authorized for the current user.
Query Parameters
1 <= value <= 10025Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/organizations/string/model-routes"{ "items": [ { "id": "string", "modelId": "string", "providerId": "string", "displayName": "string", "supportsTemperature": true } ], "nextCursor": "string"}review evaluation results POST
Current authorized users and their OAuth clients may review outputs. Record user and OAuth client identity from the verified token. Do not claim a human reviewed agent-submitted decisions. Calibration accepts generated or corrected expectations; scored review marks output correct/incorrect.
list provider connections GET
Uses the selected organization and the authenticated user’s current permissions. Applies the same setup and archive rules as the dashboard.