Ory
Ory builds open-source identity and access infrastructure and runs it as the Ory Network managed cloud. The stack is composed of Ory Kratos (identities, sessions, and self-service login/registration/recovery/verification/settings flows), Ory Hydra (OAuth2 and OpenID Connect - clients, tokens, consent, and introspection), Ory Keto (Google Zanzibar-style permissions and relationship tuples), and Ory Oathkeeper (zero-trust access proxy). On the Ory Network, all services are exposed on a single project-scoped base URL (https://{project-slug}.projects.oryapis.com) with admin and public surfaces, while workspaces, projects, organizations (B2B SSO), event streams, and billing are managed through the Ory Network Console API (https://api.console.ory.sh).
APIs
Ory Identity API (Kratos - Self-Service)
Public-facing Ory Kratos frontend API for browser and native apps - create and complete self-service login, registration, recovery, verification, settings, and logout flows, and...
Ory Identity Admin API (Kratos)
Privileged Kratos admin API to list, create, get, update, patch, and delete identities, look up identities by external ID, manage identity credentials, administer sessions (list...
Ory OAuth2 and OpenID Connect API (Hydra)
Public OAuth2 / OIDC provider endpoints served by Ory Hydra - the authorization endpoint (/oauth2/auth), token endpoint (/oauth2/token), token revocation, the UserInfo endpoint,...
Ory OAuth2 Admin API (Hydra)
Privileged Hydra admin API to manage OAuth2 clients (CRUD plus token lifespans), introspect and revoke tokens, drive the login / consent / logout request handshakes, manage JSON...
Ory Permissions API (Keto)
Google Zanzibar-style permission checks powered by Ory Keto - check a single permission, run batched checks, expand a subject set into its members, read relationship tuples, and...
Ory Relationships API (Keto Write)
Privileged Keto write API to create, update (patch), and delete relationship tuples that define who has what relation to which object, plus a syntax-check endpoint for the Ory P...
Ory Courier Messages API
Admin API to list and inspect the courier messages (verification, recovery, and other transactional emails/SMS) that Ory has queued or dispatched, for auditing and delivery trou...
Ory Organizations API (B2B SSO)
Admin API to create, list, get, update, and delete organizations that scope B2B customers, each mapping members to their own OIDC/SAML SSO connections and login policies within ...
Ory Network Projects API (Console)
Ory Network Console API to manage the control plane - list workspace projects, and create, get, update (patch/put), and delete projects along with their identity, OAuth2, and pe...
Ory Network Project API Tokens API
Console API to create, list, and delete the project API tokens (ory_pat_/ory_wak_ keys) that authenticate calls to a project's admin and Console endpoints.
Ory Network Event Streams API
Console API to configure event streams that forward Ory Network events (registrations, logins, session and token activity) to external sinks such as AWS SNS - create, list, upda...
Ory Network Subscriptions and Billing API
Console API to read and manage a workspace or project subscription - inspect the active plan, create or change a subscription, and retrieve the Stripe customer/billing portal co...