Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/static_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ jobs:
config: "./docs/.markdownlint.yml"
args: "./docs/docs/**/*.+(md|mdx)"

check-console-links:
name: Check console links for 404s
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: "24.x"
cache: "npm"
- run: npm install
- run: npm run check-console-links

misspell:
name: Check spelling using misspell
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ route, and renders a standard markup for both, as well as the link with the
<ConsoleLink route="project.activity.events" />

// becomes:
// Activity → Logs & Events in the [Ory Console](https://console.ory.sh/current/projects/activity/events)
// Activity → Logs & Events in the [Ory Console](https://console.ory.com/current/projects/activity/events)
```

A list of all supported routes can be found here:
Expand Down
2 changes: 1 addition & 1 deletion docs/_common/get-started-setup.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Before starting, ensure you have:

1. An [Ory network account](https://console.ory.sh)
1. An [Ory network account](https://console.ory.com)
2. Your Ory project id
3. Your development environment set up with your framework of choice
2 changes: 1 addition & 1 deletion docs/_common/need-help.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:::info Need help?

- New to Ory? [Talk to the team](https://www.ory.com/contact) about features and plans.
- Already a customer? [Open a support ticket](https://console.ory.sh/support).
- Already a customer? [Open a support ticket](https://console.ory.com/support).

:::
2 changes: 1 addition & 1 deletion docs/account-experience/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Account Experience. You can find various customizations and settings in the Ory
## Theming

The Account Experience can be themed using the Ory Console. Head over to the
[theming settings](https://console.ory.sh/projects/current/account-experience/theming). It is also possible to set a custom logo
[theming settings](https://console.ory.com/projects/current/account-experience/theming). It is also possible to set a custom logo
and favicon.

## Translations (i18n) & Message Customization
Expand Down
14 changes: 7 additions & 7 deletions docs/actions/live-events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Important:
compatibility guarantees are made for them.

If you intend to write a consumer that needs a detailed schema and stability guarantees about the `eventAttributes` field, please
[open a support ticket](https://console.ory.sh/support/).
[open a support ticket](https://console.ory.com/support/).

## Event names

Expand Down Expand Up @@ -174,7 +174,7 @@ New event names may be added in the future, in which case this list will be upda
1. No ordering guarantees: Events may arrive in any order, both within a request and across different requests.

Stronger guarantees can be implemented for your use case if needed, in this case please
[open a support ticket](https://console.ory.sh/support/).
[open a support ticket](https://console.ory.com/support/).

## Configure event streams

Expand All @@ -195,7 +195,7 @@ To stream events to an HTTPS endpoint, provide the URL of the endpoint when conf
<TabItem value="console">
```

1. Go to your project in the [Ory Console](https://console.ory.sh).
1. Go to your project in the [Ory Console](https://console.ory.com).

2. Click **Project settings** in the top navigation bar.

Expand All @@ -204,7 +204,7 @@ To stream events to an HTTPS endpoint, provide the URL of the endpoint when conf
4. Click **Create new Event Stream**.

```mdx-code-block
<BrowserWindow url="https://console.ory.sh/projects/b3b748e5-7ddc-4860-a672-2436a877dc93/settings/event-streams">
<BrowserWindow url="https://console.ory.com/projects/b3b748e5-7ddc-4860-a672-2436a877dc93/settings/event-streams">
![Event streams page with the Create new Event Stream button](./_static/live-events/event-streams-empty.png)
</BrowserWindow>
```
Expand All @@ -218,7 +218,7 @@ To stream events to an HTTPS endpoint, provide the URL of the endpoint when conf
6. Click **Create**. The new stream appears in the event streams table.

```mdx-code-block
<BrowserWindow url="https://console.ory.sh/projects/b3b748e5-7ddc-4860-a672-2436a877dc93/settings/event-streams">
<BrowserWindow url="https://console.ory.com/projects/b3b748e5-7ddc-4860-a672-2436a877dc93/settings/event-streams">
![Create new Event Stream dialog with HTTPS type selected](./_static/live-events/event-stream-https-dialog.png)
</BrowserWindow>
```
Expand Down Expand Up @@ -316,7 +316,7 @@ This allows Ory Network to assume the role in your AWS account, and publish to y
<TabItem value="console">
```

a. Go to your project in the [Ory Console](https://console.ory.sh).
a. Go to your project in the [Ory Console](https://console.ory.com).

b. Click **Project settings** in the top navigation bar.

Expand All @@ -335,7 +335,7 @@ This allows Ory Network to assume the role in your AWS account, and publish to y
f. Click **Create**. The new stream appears in the event streams table.

```mdx-code-block
<BrowserWindow url="https://console.ory.sh/projects/b3b748e5-7ddc-4860-a672-2436a877dc93/settings/event-streams">
<BrowserWindow url="https://console.ory.com/projects/b3b748e5-7ddc-4860-a672-2436a877dc93/settings/event-streams">
![Create new Event Stream dialog with AWS SNS type selected](./_static/live-events/event-stream-sns-dialog.png)
</BrowserWindow>
```
Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/cache.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Per default, the session's cache time is set to 2 minutes and 30 seconds.

:::

You can modify this value in the [Ory Console](https://console.ory.sh/projects/current/authentication/sessions) or using the Ory
You can modify this value in the [Ory Console](https://console.ory.com/projects/current/authentication/sessions) or using the Ory
CLI (see the [Configuration](#configuration) section).

The longer the cache time, the more likely it is that the session data is outdated at the benefit of faster API responses. The
Expand Down Expand Up @@ -117,7 +117,7 @@ By default, the Edge Sessions feature is turned off for all projects. Follow the


To turn on Edge Sessions, go to **Authentication** → **Sessions** in the
[Ory Console](https://console.ory.sh/projects/current/authentication/sessions).
[Ory Console](https://console.ory.com/projects/current/authentication/sessions).

</TabItem>
<TabItem value="cli" label="Ory CLI">
Expand Down
38 changes: 19 additions & 19 deletions docs/concepts/personal-access-token.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ API Keys are used to authorize privileged operations to Ory Network Project Admi
call the Admin API, which allows you to delete users.

API Keys work only in the context of the Project for which they were created. You create API Keys in the
[Ory Console](https://console.ory.sh/).
[Ory Console](https://console.ory.com/).

### Creating API Keys

Expand All @@ -47,7 +47,7 @@ good practice, however it comes at the cost of increased maintenance -- automati
renew them, your service might degrade or become unavailable.

```mdx-code-block
<BrowserWindow url="https://console.ory.sh/projects/current/developers">
<BrowserWindow url="https://console.ory.com/projects/current/developers">

![Configure project API keys in the Ory Console](./_static/api_keys/pak.png)

Expand Down Expand Up @@ -87,7 +87,7 @@ APIs of all projects that belong to this workspace. For example, you must use a
workspace, or add a new B2B SSO organization to a project within that workspace.

API Keys work in the context of the workspace for which they were created, as well as for all projects of that workspace. You
create API Keys in the [Ory Console](https://console.ory.sh/).
create API Keys in the [Ory Console](https://console.ory.com/).

However, workspace API keys do not work for managing the data of the projects itself, such as interacting with identities,
sessions, or OAuth2 clients. For these operations, you need to use the
Expand All @@ -99,7 +99,7 @@ Follow these steps to create API keys for your workspace:

[//]: # "TODO: use the <ConsoleLink> once it works with `current` workspace links"

1. Go to the [Ory Console](https://console.ory.sh/).
1. Go to the [Ory Console](https://console.ory.com/).
2. Go to **Workspace settings** through the workspace menu in the top left corner.
3. Select **API keys** in the sidebar.
4. Click the **+** icon in the **API Keys** section.
Expand All @@ -112,7 +112,7 @@ good practice, however it comes at the cost of increased maintenance -- automati
renew them, your service might degrade or become unavailable.

```mdx-code-block
<BrowserWindow url="https://console.ory.sh/workspaces/current/settings/api-keys">
<BrowserWindow url="https://console.ory.com/workspaces/current/settings/api-keys">

![Configure workspace API keys in the Ory Console](./_static/api_keys/wak.png)

Expand All @@ -139,7 +139,7 @@ For example, when calling the API to get a project at `/projects/:project_id`, i

```shell
GET /projects/$PROJECT_ID HTTP/1.1
Host: api.console.ory.sh
Host: api.console.ory.com
Accept: application/json
# highlight-next-line
Authorization: Bearer $API_KEY
Expand All @@ -150,16 +150,16 @@ Authorization: Bearer $API_KEY
See the following table for which operations can be performed with Workspace API keys and Project API keys. CRUD stands for
create, read, update, delete.

| | Workspace API Keys | Project API Keys |
| --------------------------------------------------------------------------------------------------- | -------------------- | ------------------------------------ |
| Base URL | `api.console.ory.sh` | `$PROJECT_SLUG.projects.oryapis.com` |
| Create projects | Yes | No |
| Change project configurations, including the identity, oauth2, and permission service configuration | Yes | No |
| Delete projects | Yes | No |
| List and invite members | Yes | No |
| CRUD B2B SSO organizations | Yes | No |
| CRUD onboarding portal links | Yes | No |
| CRUD project API keys | Yes | No |
| CRUD identities | No | Yes |
| CRUD OAuth2 clients | No | Yes |
| CRUD relation tuples | No | Yes |
| | Workspace API Keys | Project API Keys |
| --------------------------------------------------------------------------------------------------- | --------------------- | ------------------------------------ |
| Base URL | `api.console.ory.com` | `$PROJECT_SLUG.projects.oryapis.com` |
| Create projects | Yes | No |
| Change project configurations, including the identity, oauth2, and permission service configuration | Yes | No |
| Delete projects | Yes | No |
| List and invite members | Yes | No |
| CRUD B2B SSO organizations | Yes | No |
| CRUD onboarding portal links | Yes | No |
| CRUD project API keys | Yes | No |
| CRUD identities | No | Yes |
| CRUD OAuth2 clients | No | Yes |
| CRUD relation tuples | No | Yes |
2 changes: 1 addition & 1 deletion docs/console/change-owner.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ transfer.
1. **Moving the project to a workspace**:

1. First, select the project you want to transfer.
2. Go to the [project settings](https://console.ory.sh/projects/7c256603-6750-4f22-8fc0-9430fc3fc747/settings) and click on
2. Go to the [project settings](https://console.ory.com/projects/7c256603-6750-4f22-8fc0-9430fc3fc747/settings) and click on
_"Move project"_:

![Move the project to a workspace](./_static/move-project.png)
Expand Down
2 changes: 1 addition & 1 deletion docs/console/single-sign-on.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ organization member. Enable this toggle for the designated user.
You can also use the workspace members API:

```shell
curl -X PATCH "https://api.console.ory.sh/workspaces/$WORKSPACE_ID/members/$MEMBER_ID" \
curl -X PATCH "https://api.console.ory.com/workspaces/$WORKSPACE_ID/members/$MEMBER_ID" \
-H "Authorization: Bearer $ORY_SESSION_TOKEN" \
-H "Content-Type: application/json" \
-d '{"break_glass": true}'
Expand Down
6 changes: 3 additions & 3 deletions docs/console/usage-billing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Usage credits will be applied to the total service usage, but unused credits wil
```mdx-code-block
import BrowserWindow from "@site/src/theme/BrowserWindow"

<BrowserWindow url="https://console.ory.sh/workspaces/<id>/settings/billing">
<BrowserWindow url="https://console.ory.com/workspaces/<id>/settings/billing">

![Usage-based Invoices](./_static/usage-billing-screenshot.png)

Expand All @@ -55,7 +55,7 @@ You can additionally filter the data by:

```mdx-code-block

<BrowserWindow url="https://console.ory.sh/workspaces/<id>/settings/billing">
<BrowserWindow url="https://console.ory.com/workspaces/<id>/settings/billing">

![Usage-based Invoices](./_static/usage-billing-chart.png)

Expand All @@ -67,7 +67,7 @@ project. The data displayed on this charts is affected by previous filter select

```mdx-code-block

<BrowserWindow url="https://console.ory.sh/workspaces/<id>/settings/billing">
<BrowserWindow url="https://console.ory.com/workspaces/<id>/settings/billing">

![Usage-based Invoices](./_static/usage-billing-breakdown.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ ORY_SDK_URL=https://ory.your-domain.com

If you haven't set up a custom domain yet, [add a Custom Domain to your Ory Network project](../../guides/custom-domains.mdx). The
CNAME becomes your project's SDK Configuration URL, which you can verify in the
[project settings](https://console.ory.sh/projects/current/settings).
[project settings](https://console.ory.com/projects/current/settings).
8 changes: 4 additions & 4 deletions docs/getting-started/_common/create-project.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
1. Create an Ory account at [https://console.ory.sh](https://console.ory.sh)
2. Create a new project at [https://console.ory.sh/projects/create](https://console.ory.sh/projects/create)
1. Create an Ory account at [https://console.ory.com](https://console.ory.com)
2. Create a new project at [https://console.ory.com/projects/create](https://console.ory.com/projects/create)
3. Go to your project settings

```mdx-code-block
import BrowserWindow from "@site/src/theme/BrowserWindow"

<BrowserWindow url="https://console.ory.sh/projects/<id>/settings">
<BrowserWindow url="https://console.ory.com/projects/<id>/settings">

![Project settings tab](../_static/shared/project-settings-tab.png)

Expand All @@ -16,7 +16,7 @@ import BrowserWindow from "@site/src/theme/BrowserWindow"

```mdx-code-block

<BrowserWindow url="https://console.ory.sh/projects/<id>/settings">
<BrowserWindow url="https://console.ory.com/projects/<id>/settings">

![Project credentials](../_static/shared/project-credentials.png)

Expand Down
6 changes: 3 additions & 3 deletions docs/getting-started/integrate-auth/14_auth-js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ To create the client using the Ory Console:

1. Sign in to your Ory Network account.
2. Create or select a project.
3. Go to **OAuth 2**, select [**OAuth2 Clients**](https://console.ory.sh/projects/current/oauth), and select [**Create OAuth 2.0 Client**](https://console.ory.sh/projects/current/oauth/create).
3. Go to **OAuth 2**, select [**OAuth2 Clients**](https://console.ory.com/projects/current/oauth), and select [**Create OAuth 2.0 Client**](https://console.ory.com/projects/current/oauth/create).
4. Select **Server App**.
5. Enter a client name, for example, "NextAuth / Auth.js Example."
6. Ensure the following scopes are selected:
Expand Down Expand Up @@ -96,7 +96,7 @@ To create the client using the Ory Console:
To create the client using the Ory CLI, run the following command:

```shell
export ORY_PROJECT_ID= # Take this value from https://console.ory.sh/projects/current/get-started
export ORY_PROJECT_ID= # Take this value from https://console.ory.com/projects/current/get-started
ory create oauth2-client --project $ORY_PROJECT_ID \
--redirect-uri http://localhost:3000/api/auth/callback/ory \
--name "NextAuth / Auth.js Example" \
Expand All @@ -118,7 +118,7 @@ Update your `.env.local` file to match the example:
```

Also add your Ory SDK URL as `ORY_SDK_URL`. You can find it in the
[**Get started**](https://console.ory.sh/projects/current/get-started) section of the Ory Console.
[**Get started**](https://console.ory.com/projects/current/get-started) section of the Ory Console.

## Test your application

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ all files referenced as being in the `root` directory inside `src/` instead.
<CodeFromRemote lang="bash" title=".env" src="https://raw.githubusercontent.com/ory/elements/refs/heads/main/examples/nextjs-app-router/.env" />
```

You can find your Ory Network project URL in the [**Get started**](https://console.ory.sh/projects/current/get-started) section
of the Ory Console.
You can find your Ory Network project URL in the [**Get started**](https://console.ory.com/projects/current/get-started)
section of the Ory Console.

## Next steps

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ The code used in the following quickstart is available in the
<CodeFromRemote lang="bash" title=".env" src="https://raw.githubusercontent.com/ory/elements/refs/heads/main/examples/nextjs-pages-router/.env" />
```

You can find your Ory Network project URL in the [**Get started**](https://console.ory.sh/projects/current/get-started) section
of the Ory Console.
You can find your Ory Network project URL in the [**Get started**](https://console.ory.com/projects/current/get-started)
section of the Ory Console.

## Next steps

Expand Down
Loading
Loading