Zorveus LogoZorveusDOCS

Registering an OAuth App

Register a connectable application, configure redirect URIs, scopes, and test users.

Registering an OAuth App

POST/apps
Dashboard Session (Cookie + CSRF)

To build connectable applications, register your app inside a Developer Organization in the Zorveus Dashboard.


App Registration Fields

FieldDescriptionExample
nameUser-facing application name shown on consent screenCursor IDE Extension
redirect_urisExact matching HTTPS redirect destinationshttps://myapp.com/api/auth/callback
allowed_modelsModel families your app will requestopenai/*, anthropic/*
scopesPermissions requested (inference:write, models:read)inference:write
cap_policyDefault, minimum, and maximum recommended monthly spending capsDefault: $20.00
Exact Matching Redirect URIs

Zorveus enforces strict string matching on redirect_uri. Wildcards, path traversals, or scheme variations (e.g. http:// in production) will be rejected during authorization requests.

Was this page helpful?
Edit this page on GitHub

On this page