Skip to content

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.

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.

  1. In the project switcher, click New project.

  2. In the Name field, enter a name of up to 80 characters.

  3. 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.

To rename the current project, follow these steps:

  1. In the sidebar, click Settings.

  2. In the Name field, change the name.

  3. Click Save.

Renaming doesn’t affect the project’s keys.

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.

Any member can view projects and create API keys in them. Only an Admin can create, rename, archive, unarchive, or delete a project.