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

# For developers

> Start here if you are integrating Nectar into your product or data platform.

<Tip>
  Need help in this area? See [Get Started FAQ](/platform/getting-started-faq).
</Tip>

This page helps developers quickly find the right technical docs.

If you are trying to use the Nectar dashboard day to day, use the [Knowledge Base](/platform/getting-started). If you are building an integration, follow the path below.

## Developer quick start path

<Steps>
  <Step title="Create an API key in Settings">
    In Nectar, go to **Settings > Organization > API Keys**, then click **Create key**. Choose the
    correct environment (Sandbox or Production), copy the key immediately, and store it in your
    secret manager.
  </Step>

  <Step title="Run the API getting-started flow">
    Follow [Getting started with the API](/developer-guide/getting-started) to authenticate and make your
    first request.
  </Step>

  <Step title="Set up your test environment">
    Use [Sandbox testing](/developer-guide/sandbox-testing) to validate your integration safely before
    going live.
  </Step>

  <Step title="Implement integration features">
    Add [Webhooks](/developer-guide/webhooks) for event-driven workflows and
    [Connection invitations](/developer-guide/connection-invitations) if you embed Nectar's connection UI
    in your product.
  </Step>

  <Step title="Use API Reference for endpoint details">
    Once your flow is working, use the [API Reference](/api-reference) for full schema and endpoint
    behavior. For new integrations, use **v2.2**.
  </Step>
</Steps>

## What belongs where?

| You need to...                          | Best place to go                                                                                              |
| --------------------------------------- | ------------------------------------------------------------------------------------------------------------- |
| Understand platform workflows and UI    | [Knowledge Base](/platform/getting-started)                                                                   |
| Get integration-ready quickly           | [Developer guide](/developer-guide/for-developers)                                                            |
| Inspect request/response schemas        | [API Reference](/api-reference)                                                                               |
| Learn data semantics behind API objects | [Data model overview](/developer-guide/data-model/overview) and [Methodology](/platform/methodology/overview) |

## Common developer links

<CardGroup cols={2}>
  <Card title="Developer guide home" icon="book-open" href="/developer-guide/for-developers">
    Main developer onboarding page with the recommended implementation order.
  </Card>

  <Card title="API getting started" icon="rocket" href="/developer-guide/getting-started">
    Authenticate, test your key, and make your first API request.
  </Card>

  <Card title="Sandbox testing" icon="flask" href="/developer-guide/sandbox-testing">
    Validate connection and data flows before production rollout.
  </Card>

  <Card title="API Reference" icon="square-terminal" href="/api-reference">
    Endpoint-by-endpoint documentation for v2.0, v2.1, and v2.2.
  </Card>
</CardGroup>
