Projects
A project is a named group of API keys inside your organization. Every key belongs to exactly one project. The gateway counts rate limits per key and per project, so the keys in a project share one allowance for each model. Use projects to separate environments or workloads, for example Production and Staging.
The project switcher in the sidebar of the Fourier Platform console selects the current project. The API keys page and Settings follow it.
The Default project
Section titled “The Default project”Every organization starts with one project named Default, marked Default in the projects list. You can rename it, but you can’t archive or delete it.
Create a project
Section titled “Create a project”-
In the project switcher, click New project.
-
In the Name field, enter a name of up to 80 characters.
-
Click Create project.
The switcher then selects the project you created. You can also create a project with Create project on the Projects tab of Organization settings.
Names must be unique within the organization, and an organization can have at most 20 projects.
Rename a project
Section titled “Rename a project”To rename the current project, follow these steps:
-
In the sidebar, click Settings.
-
In the Name field, change the name.
-
Click Save.
Renaming doesn’t affect the project’s keys.
Archive or delete a project
Section titled “Archive or delete a project”Archiving pauses a project. To archive the current project, open its Settings, click Archive project, and then confirm. From the next request, the gateway rejects every key in the project with status 401 and code project_archived, the API keys page shows This project is archived. Its keys do not work, and nobody can create keys in the project. To put the keys back into service, click Unarchive project.
Deleting a project is permanent: its keys are revoked and removed.
Both commands are also in the row menu of the Projects tab. The tab lists every project with its Name, number of active Keys, Created date, and Status.
Who can manage projects
Section titled “Who can manage projects”Any member can view projects and create API keys in them. Only an Admin can create, rename, archive, unarchive, or delete a project.