Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update README api keys section to reflect api endpoint change (https://github.com/gabledata/product/pull/811) #41

Merged
merged 1 commit into from
Dec 21, 2023
Merged
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
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ Click on the "I understand my workflows, go ahead and enable them" button. This

In order to connect the Github Actions to Gable, you need:

- The API endpoint associated with your organization, in the format:
- Production: `https://api.<organization>.gable.ai/`
- Sandbox: `https://api-sandbox.<organization>.gable.ai/`
- The API endpoint associated with your organization
- An API key that corresponds to the endpoint

You can find your API key by navigating to the `Settings -> API Keys` page of Gable. Under API Keys you can click `View` to reveal your API key.
You can find your API endpoint and key by navigating to the `Settings -> API Keys` page of Gable. Under API Keys you can click `View` to reveal your API key.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It sucks that we can't link directly to this because the domain differs per customer. We would have to have some way of noticing which deployment they're auth'd against (maybe this is accessible in cookies somehow?) and redirect to it.


![Gable API Keys](./static/gable_settings_api_keys_page_example.png)

Expand Down
Binary file modified static/gable_settings_api_keys_page_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.