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

# API Introduction

> Build your own integration with our behavioral platform

<Tip>
  This documentation is for developers wanting to build custom software with our programming interface.
  If you are looking for product support, please go back to the main documentation.
</Tip>

## Welcome

Welcome to the Profile API documentation! We are excited to see what you build. Here at Profile, we work
hard to make our API as easy to use as possible. If you have any questions, please
[Contact Us](https://profilebehavior.com/contact).

<Card title="OpenAPI Specification" icon="file-code" href="https://vanguard.profilebehavior.com/api/openapi.yaml">
  Our documentation is generated from an OpenAPI 3.1 specification.
  Download the bundled spec directly from the API to generate a client
  or explore it in your tool of choice.
</Card>

## Getting Started

The first place to start using our API is to sign in, generate your API keys, and hit the test endpoints.
You can do this by going to the Account Settings page and clicking on the "Generate API Keys" button. This
will generate a new API key pair that you can use to authenticate your requests. You can also regenerate
your API key at any time if you feel that it has been compromised.

<Steps>
  <Step title="Check Account Permissions">
    If you are not the account owner, contact your administrator and make sure you have `manager` permissions.
  </Step>

  <Step title="Generate API Keys">
    Go to the Account Settings page and generate an API key pair for your desired region.
  </Step>

  <Step title="Test Authentication">
    Use your API keys and the test endpoints to get authentication working.
  </Step>
</Steps>
