Skip to main content

Ory Network

These tools are intended for Ory Network integrations only. You must use the service-specific tools for Ory OEL or Ory OSS integrations.

Ory CLI

The Ory CLI is the primary interface for managing Ory from the command line. Use it to create and configure projects, manage identities and permissions, run local development environments with built-in tunneling, and move configurations between self-hosted and Ory Network deployments.

Learn more...

Rest APIs

Ory's REST APIs let you manage identities, OAuth2 clients, permissions, and project configuration programmatically. Public APIs handle end-user flows like authentication. Administrative APIs require a Personal Access Token and cover backend operations. SDKs are available for supported languages.

Learn more...

Ory SDKs

A unified client (ory_client) for integrating with Ory Network. It covers identities, OAuth2, and permissions in a single package, targeting your project's API at https://{project_slug}.projects.oryapis.com/. Available in multiple languages. Consult the REST API documentation for code samples and usage examples.

Learn more...