Skip to main content

Start the stack

This starts PostgreSQL, Redis, and the auth service. Two developer accounts are seeded automatically: Verify it’s running:

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 at http://localhost:3001/dashboard.

SDK development

Next steps

For production deployment, see the self-hosting guide.
Last modified on February 28, 2026