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

# Quickstart

> A quickstart guide to integrate with Bluvo API and streamline your crypto operations

## Getting Started with Bluvo API

Follow these steps to integrate the Bluvo API into your application and start managing your crypto exchanges seamlessly.

### Create Your Bluvo Account

<AccordionGroup>
  <Accordion icon="user" title="Sign Up for Bluvo">
    Visit our [Bluvo Portal](https://portal.bluvo.dev) to create your account. Once registered, navigate to the API section to generate your unique API key.
  </Accordion>

  <Accordion icon="key" title="Obtain Your API Key">
    Your API key is essential for authenticating requests. Store it securely and never share it. <br />
    You can get yours in the [Bluvo Portal](https://portal.bluvo.dev).
  </Accordion>
</AccordionGroup>

### Set Up Your Development Environment

<AccordionGroup>
  <Accordion icon="github" title="Clone the Example Repository">
    We provide an example repository to help you get started quickly. Clone it from our [GitHub](https://github.com/bluvoinc/awesome/) and review the code structure.
  </Accordion>
</AccordionGroup>

## Additional Resources

<CardGroup>
  <Card title="Bluvo API Reference" icon="book" href="/api-reference">
    Find detailed documentation for all Bluvo API endpoints.
  </Card>

  <Card title="Supported Exchanges" icon="building-columns" href="/exchanges">
    See the full list of supported exchanges and their capabilities.
  </Card>
</CardGroup>

## AI Agent Skill

Using an AI coding assistant? Install the Bluvo skill to let your agent scaffold integrations, build withdrawal UIs, and handle exchange flows automatically.

<CardGroup>
  <Card title="Install AI Agent Skill" icon="robot" href="/learn/skill">
    Give your AI assistant full context on Bluvo's API, SDKs, and integration patterns.
  </Card>
</CardGroup>
