Start the stack
| Key | Mode | Use for |
|---|---|---|
dev-api-key-local | live | Full consent flow with redirect |
sandbox-api-key-local | sandbox | Skip consent UI — get a code immediately |
Sandbox mode
Sandbox mode is designed for testing. With a sandbox key,POST /v1/authorize returns a code in the response body — no redirect required:
Developer portal
The hosted portal is available at grantex.dev/dashboard — sign up or enter an API key to manage agents, grants, policies, anomalies, compliance exports, and billing from the browser. For local development, the auth service also serves a lightweight dashboard athttp://localhost:3001/dashboard.