Workspace
A workspace should be treated as a single account. It can be a personal account or a team account. A workspace can have multiple users, but only one user can be the owner of the workspace. The owner of the workspace can invite other users to the workspace and assign them roles. The owner of the workspace can also delete the workspace.API
An API is a collection of API Keys. Each API Key belongs to exactly one API. An API can have multiple API Keys. An API can be used to group API Keys together. For example, you might have an API calledfree
and another API called paid
. You can then create API Keys for each of these APIs. This allows you to group your API Keys together and give them a name that makes sense to you
This is also great for seperating your API Keys into different environments. For example, you might have an API called api.production
and another API called api.staging
. You can then create API Keys for each of these APIs.