Build on Gate

Gate is the shared platform layer behind ShellTime, Rawback, and the Evonia products that follow. It issues identities, decides permissions, stores encrypted configuration, records usage, and runs billing — so each product does not have to build any of it again.

These guides cover the integration side: what your application talks to, which credential it should carry, and what Gate expects in return. For the machine-readable contract, use the OpenAPI explorer.

What Gate gives you

Start here

If you are new, read in order. Each page assumes the one before it.

  1. Quickstart — create an organization and project, mint a key, make a call.

  2. Core concepts — the nouns Gate uses and how they nest.

  3. Choose an integration mode — the one decision that determines everything else about your integration.

The two things people get wrong

Where things live

PurposePath
Platform API/api/v1
OpenAPI document/api/v1/openapi.json
OpenAPI explorer/docs/api-reference
OIDC discovery/.well-known/openid-configuration
OAuth metadata/.well-known/oauth-authorization-server
JSON Web Keys/.well-known/jwks.json
Auth and OIDC protocol routes/api/auth/*
Portal/dashboard
Health/api/v1/health