@@ -29,7 +29,7 @@ API Keys are used to authorize privileged operations to Ory Network Project Admi
2929call the Admin API, which allows you to delete users.
3030
3131API Keys work only in the context of the Project for which they were created. You create API Keys in the
32- [ Ory Console] ( https://console.ory.sh / ) .
32+ [ Ory Console] ( https://console.ory.com / ) .
3333
3434### Creating API Keys
3535
@@ -47,7 +47,7 @@ good practice, however it comes at the cost of increased maintenance -- automati
4747renew them, your service might degrade or become unavailable.
4848
4949``` mdx-code-block
50- <BrowserWindow url="https://console.ory.sh /projects/current/developers">
50+ <BrowserWindow url="https://console.ory.com /projects/current/developers">
5151
5252
5353
@@ -87,7 +87,7 @@ APIs of all projects that belong to this workspace. For example, you must use a
8787workspace, or add a new B2B SSO organization to a project within that workspace.
8888
8989API Keys work in the context of the workspace for which they were created, as well as for all projects of that workspace. You
90- create API Keys in the [ Ory Console] ( https://console.ory.sh / ) .
90+ create API Keys in the [ Ory Console] ( https://console.ory.com / ) .
9191
9292However, workspace API keys do not work for managing the data of the projects itself, such as interacting with identities,
9393sessions, or OAuth2 clients. For these operations, you need to use the
@@ -99,7 +99,7 @@ Follow these steps to create API keys for your workspace:
9999
100100[ // ] : # " TODO: use the <ConsoleLink> once it works with `current` workspace links "
101101
102- 1 . Go to the [ Ory Console] ( https://console.ory.sh / ) .
102+ 1 . Go to the [ Ory Console] ( https://console.ory.com / ) .
1031032 . Go to ** Workspace settings** through the workspace menu in the top left corner.
1041043 . Select ** API keys** in the sidebar.
1051054 . Click the ** +** icon in the ** API Keys** section.
@@ -112,7 +112,7 @@ good practice, however it comes at the cost of increased maintenance -- automati
112112renew them, your service might degrade or become unavailable.
113113
114114``` mdx-code-block
115- <BrowserWindow url="https://console.ory.sh /workspaces/current/settings/api-keys">
115+ <BrowserWindow url="https://console.ory.com /workspaces/current/settings/api-keys">
116116
117117
118118
@@ -139,7 +139,7 @@ For example, when calling the API to get a project at `/projects/:project_id`, i
139139
140140``` shell
141141GET /projects/$PROJECT_ID HTTP/1.1
142- Host: api.console.ory.sh
142+ Host: api.console.ory.com
143143Accept: application/json
144144# highlight-next-line
145145Authorization: Bearer $API_KEY
@@ -150,16 +150,16 @@ Authorization: Bearer $API_KEY
150150See the following table for which operations can be performed with Workspace API keys and Project API keys. CRUD stands for
151151create, read, update, delete.
152152
153- | | Workspace API Keys | Project API Keys |
154- | --------------------------------------------------------------------------------------------------- | -------------------- | ------------------------------------ |
155- | Base URL | ` api.console.ory.sh ` | ` $PROJECT_SLUG.projects.oryapis.com ` |
156- | Create projects | Yes | No |
157- | Change project configurations, including the identity, oauth2, and permission service configuration | Yes | No |
158- | Delete projects | Yes | No |
159- | List and invite members | Yes | No |
160- | CRUD B2B SSO organizations | Yes | No |
161- | CRUD onboarding portal links | Yes | No |
162- | CRUD project API keys | Yes | No |
163- | CRUD identities | No | Yes |
164- | CRUD OAuth2 clients | No | Yes |
165- | CRUD relation tuples | No | Yes |
153+ | | Workspace API Keys | Project API Keys |
154+ | --------------------------------------------------------------------------------------------------- | --------------------- | ------------------------------------ |
155+ | Base URL | ` api.console.ory.com ` | ` $PROJECT_SLUG.projects.oryapis.com ` |
156+ | Create projects | Yes | No |
157+ | Change project configurations, including the identity, oauth2, and permission service configuration | Yes | No |
158+ | Delete projects | Yes | No |
159+ | List and invite members | Yes | No |
160+ | CRUD B2B SSO organizations | Yes | No |
161+ | CRUD onboarding portal links | Yes | No |
162+ | CRUD project API keys | Yes | No |
163+ | CRUD identities | No | Yes |
164+ | CRUD OAuth2 clients | No | Yes |
165+ | CRUD relation tuples | No | Yes |
0 commit comments