> ## Documentation Index
> Fetch the complete documentation index at: https://docs.theauthapi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# API Projects

> API projects are a way to group related tasks together. They can be used to organize tasks by department, team, or any other category that makes sense for your organization.

### What is an API project?

<Tip>
  Think of a API project as a collection of access tokens, API keys, webhooks,
  analytics all bound to a single domain e.g. an API within your stack, a client
  app vs. a serverside application, a product or even an environment.
</Tip>

It's best practice to create a project per API service. For example, one of our popular customers, That API Company (who owns [The Cat API](https://thecatapi.com) and [The Dog API](https://thedogapi.com)), uses a project per API to ringfence the data and events.

<img style={{ borderRadius: "0.5rem" }} src="https://mintcdn.com/theauthapi/ZRgpOpH3aPERXOqS/images/ui/theauthapi-projects.png?fit=max&auto=format&n=ZRgpOpH3aPERXOqS&q=85&s=338d458cd92b86341b5efb0c8f39d40e" width="950" height="760" data-path="images/ui/theauthapi-projects.png" />

**However, projects can be used in your organisation however you feel fit to use them!**

#### What are project environments?

The platform currently enables you to create projects in either: `test` or `live` mode.

Having the two spaces enables you to keep your test keys separated, that you know will only ever be used in your local and preview environments. There is no difference in the infrastructure behind the environment.

Projects and Keys are prepended with the markers:

`Live live_1i1AdjSvM5UsF---------------------`

`Test test_1i1AdjSvM5UsF---------------------`

In the UI, you will see a toggle to switch between environments: test and live.

<img style={{ borderRadius: "0.5rem" }} src="https://mintcdn.com/theauthapi/ZRgpOpH3aPERXOqS/images/ui/projects-mode.png?fit=max&auto=format&n=ZRgpOpH3aPERXOqS&q=85&s=219548f8ede026a6d238aabdff880e54" width="1341" height="98" data-path="images/ui/projects-mode.png" />
