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

# API setup

> Control your Fabric from your terminal or your own apps.

## What does the  Fabric API let me do?

* Control your Fabric account, add, edit, move, tag, delete content and more. Almost all Fabric capabilities are exposed via the API.
* Build apps that use a Fabric workspace as intelligent storage and a backend.

***

## Who can use the API?

Pro and Team plans both have access to use the Fabric API. On a Team plan, the admin/owner may need to grant permission to you.

***

## How do I use the API in my workspace?

<AccordionGroup>
  <Accordion title="Step 1 – Click to generate an API key">
    * Go to your [Settings > API keys](https://fabric.so/settings/api-keys) in the workspace you want to control via API.
    * Give it a name.
    * Make sure to save the key somewhere secure. For security reasons, you won't see it again. Remember to keep this key extremely private.
  </Accordion>

  <Accordion title="Step 2 – Visit the API docs">
    You can read the API documentation here, with examples and references: [https://developers.fabric.so/guide/getting-started](https://developers.fabric.so/guide/getting-started)
  </Accordion>
</AccordionGroup>
