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

# Admin Settings

***

## Accessing API Keys

<Steps>
  <Step title="Login or create an account">
    Login/Signup into [Future AGI](https://app.futureagi.com/)
  </Step>

  <Step title="Navigate to the Developer Dashboard">
    Once logged in, go to your [dashboard](https://app.futureagi.com/dashboard/develop)
  </Step>

  <Step title="Access the Keys section">
    In the left navigation panel, find the "Build" section and click on "Keys".
  </Step>

  <Step title="View your API keys">
    On this page, you will find your:

    * `FI_API_KEY`: Used for authenticating your API requests
    * `FI_SECRET_KEY`: Used as a secondary authentication factor for sensitive operations
  </Step>
</Steps>

***

<Tip>
  For security purposes, you may need to rotate your API keys periodically. You can do this from the same Keys section in your dashboard.
</Tip>
