@@ -6,6 +6,16 @@ sidebar_label: Overview
66---
77
88import Link from " @docusaurus/Link"
9+ import Tabs from " @theme/Tabs"
10+ import TabItem from " @theme/TabItem"
11+
12+ <Tabs >
13+ <TabItem value = " network" label = " Ory Network" default >
14+
15+ # Ory Network
16+
17+ These tools are intended for Ory Network integrations only. You must use the service-specific tools for Ory OEL or Ory OSS
18+ integrations.
919
1020## Ory CLI
1121
@@ -25,27 +35,120 @@ are available for supported languages.
2535
2636## Ory SDKs
2737
28- Ory provides two SDK families depending on your deployment. The Ory Network SDK is a single, unified client that covers identity
29- management, OAuth2, and permissions in one package. Service-specific SDKs are available for self-hosted deployments, with a
30- separate client for each Ory product.
31-
32- ### Ory Network SDK
33-
3438A unified client (ory_client) for integrating with Ory Network. It covers identities, OAuth2, and permissions in a single package,
3539targeting your project's API at ` https://{project_slug}.projects.oryapis.com/ ` . Available in multiple languages. Consult the REST
3640API documentation for code samples and usage examples.
3741
3842[ Learn more...] ( /sdk )
3943
40- ### Service‑specific SDKs for self‑hosted deployments
44+ </TabItem >
45+
46+ <TabItem value = " oel" label = " Ory OEL" default >
47+
48+ # Ory Enterprise License
49+
50+ These tools are intended for self-hosted deployments only. You must use the unified Ory Network tools for Ory Network
51+ integrations.
52+
53+ ## Ory CLI
54+
55+ Service-specific CLIs are available for self-hosted deployments, with a separate client for product.
56+
57+ The CLI is the primary interface for managing Ory OEL from the command line. Use it to create and configure projects, manage
58+ identities and permissions, run local development environments with built-in tunneling, and move configurations between
59+ self-hosted and Ory Network deployments.
60+
61+ Each CLI is documented under its respective product reference.
62+
63+ - [ Ory Kratos] ( /kratos/cli/kratos-cleanup-sql )
64+ - [ Ory Hydra] ( /hydra/cli/hydra-create-client )
65+ - [ Ory Keto] ( /keto/cli/keto-check )
66+ - [ Ory Oathkeeper] ( /oathkeeper/cli/oathkeeper-credentials-generate )
67+ - [ Ory Talos] ( /talos/reference/cli/talos )
68+
69+ ## Rest APIs
70+
71+ Service-specific REST APIs are available for self-hosted deployments, with a separate client for each Ory product.
72+
73+ Ory's REST APIs let you manage identities, OAuth2 clients, permissions, and project configuration programmatically. Public APIs
74+ handle end-user flows like authentication. Administrative APIs require a Personal Access Token and cover backend operations. SDKs
75+ are available for supported languages.
76+
77+ Each product's REST API is documented under its respective product reference.
78+
79+ - [ Ory Kratos] ( /kratos/reference/api )
80+ - [ Ory Hydra] ( /hydra/reference/api )
81+ - [ Ory Keto] ( /keto/reference/rest-api )
82+ - [ Ory Polis] ( /polis/reference/api )
83+ - [ Ory OathKeeper] ( /oathkeeper/reference/api )
84+ - [ Ory Talos] ( /talos/reference/api/ory-talos-api )
85+
86+ ## SDKs
87+
88+ Service-specific SDKs are available for self-hosted deployments, with a separate client for each Ory product.
89+
90+ - [ Ory Kratos] ( /kratos/sdk/overview )
91+ - [ Ory Hydra] ( /hydra/sdk/overview )
92+ - [ Ory Keto] ( /keto/sdk/overview )
93+ - [ Ory Polis] ( /polis/reference/api )
94+ - [ Ory Oathkeeper] ( /oathkeeper/sdk )
95+
96+ Each SDK is documented under its respective product reference.
97+
98+ </TabItem >
99+
100+ <TabItem value = " oss" label = " Ory OSS" default >
101+
102+ # Ory Open Source
103+
104+ These tools are intended for self-hosted deployments only. You must use the unified Ory Network tools for Ory Network
105+ integrations.
106+
107+ ## Ory CLI
108+
109+ Service-specific CLIs are available for self-hosted deployments, with a separate client for product.
110+
111+ The CLI is the primary interface for managing Ory OEL from the command line. Use it to create and configure projects, manage
112+ identities and permissions, run local development environments with built-in tunneling, and move configurations between
113+ self-hosted and Ory Network deployments.
114+
115+ Each CLI is documented under its respective product reference.
116+
117+ - [ Ory Kratos] ( /kratos/cli/kratos-cleanup-sql )
118+ - [ Ory Hydra] ( /hydra/cli/hydra-create-client )
119+ - [ Ory Keto] ( /keto/cli/keto-check )
120+ - [ Ory Oathkeeper] ( /oathkeeper/cli/oathkeeper-credentials-generate )
121+ - [ Ory Talos] ( /talos/reference/cli/talos )
122+
123+ ## Rest APIs
124+
125+ Service-specific REST APIs are available for self-hosted deployments, with a separate client for each Ory product.
41126
42- Each SDK is documented under its respective product reference. These are intended for self-hosted deployments only. You must use
43- the unified Ory Network SDK for Ory Network integrations.
127+ Ory's REST APIs let you manage identities, OAuth2 clients, permissions, and project configuration programmatically. Public APIs
128+ handle end-user flows like authentication. Administrative APIs require a Personal Access Token and cover backend operations. SDKs
129+ are available for supported languages.
44130
45- Separate clients for each self-hosted Ory product:
131+ Each product's REST API is documented under its respective product reference.
132+
133+ - [ Ory Kratos] ( /kratos/reference/api )
134+ - [ Ory Hydra] ( /hydra/reference/api )
135+ - [ Ory Keto] ( /keto/reference/rest-api )
136+ - [ Ory Polis] ( /polis/reference/api )
137+ - [ Ory OathKeeper] ( /oathkeeper/reference/api )
138+ - [ Ory Talos] ( /talos/reference/api/ory-talos-api )
139+
140+ ## SDKs
141+
142+ Service-specific SDKs are available for self-hosted deployments, with a separate client for each Ory product.
46143
47144- [ Ory Kratos] ( /kratos/sdk/overview )
48145- [ Ory Hydra] ( /hydra/sdk/overview )
49146- [ Ory Keto] ( /keto/sdk/overview )
50147- [ Ory Polis] ( /polis/reference/api )
51148- [ Ory Oathkeeper] ( /oathkeeper/sdk )
149+
150+ Each SDK is documented under its respective product reference.
151+
152+ </TabItem >
153+
154+ </Tabs >
0 commit comments