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

# Getting an API Key

## Let's Get You Connected

Access to the Venturu API is currently available to approved developers and partners. We provide a white-glove onboarding experience to ensure your integration is a success from day one.

### The Onboarding Process

The entire process, from your first email to making your first API call, is simple and straightforward.

```mermaid theme={null}
sequenceDiagram
    participant You as Developer
    participant Joel as Venturu Partnerships
    participant YourSystem as Your System
    participant VenturuAPI as Venturu API

    You->>Joel: 1. Email to request API access
    Joel-->>You: 2. Welcome! Let's chat.
    Note over You,Joel: Partnership Agreement & Use Case Review

    Joel-->>You: 3. Here is your unique API Key.
    You->>YourSystem: 4. Configure system with API Key.
    YourSystem->>VenturuAPI: 5. Test key with GET /health
    VenturuAPI-->>YourSystem: 200 OK
```

### How to Get Started

To begin the process, please reach out to our Head of Partnerships:

<Card title="Joel" icon="envelope" href="mailto:joel@venturu.com">
  **[joel@venturu.com](mailto:joel@venturu.com)**
</Card>

**What to include in your email:**

* Your company's name and website.
* A brief description of your platform or brokerage.
* How you envision using the Venturu API.

Once your application is approved, our team will provide you with a unique API key and all the support you need to begin a smooth integration.
