Skip to content

update the projects and API keys table #216

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

Merged
merged 1 commit into from
Apr 3, 2025
Merged
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: 6 additions & 6 deletions fern/pages/08-concepts/account_management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ Transcripts and other project-specific data is accessible only within the projec

You can create, rename, and delete projects based on your plan:

| Usage limits | Free | PAYG | Enterprise |
| ------------------ | ---- | ---- | ---------- |
| Number of projects | 2 | 2 | Custom |
| Usage limits | Free | PAYG | Contracted | Enterprise |
| ------------------ | ---- | ---- | ---------- | ---------- |
| Number of projects | 2 | 2 | 5 | Custom |

## API Keys

API keys are unique credentials that authenticate requests to the API. Each API key is associated with a specific project, ensuring secure and controlled access.

You can create and delete API keys based on your plan:

| Usage limits | Free | PAYG | Enterprise |
| ------------------ | ---- | ---- | ---------- |
| Number of API keys | 2 | 4 | Custom |
| Usage limits | Free | PAYG | Contracted | Enterprise |
| ------------------ | ---- | ---- | ---------- | ---------- |
| Number of API keys | 2 | 4 | 25 | Custom |

### Create a new API Key

Expand Down