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. If you are building an integration, follow the path below.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.
Developer quick start path
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.
Run the API getting-started flow
Follow Getting started with the API to authenticate and make your
first request.
Set up your test environment
Use Sandbox testing to validate your integration safely before
going live.
Implement integration features
Add Webhooks for event-driven workflows and
Connection invitations if you embed Nectar’s connection UI
in your product.
Use API Reference for endpoint details
Once your flow is working, use the API Reference for full schema and endpoint
behavior. For new integrations, use v2.2.
What belongs where?
| You need to… | Best place to go |
|---|---|
| Understand platform workflows and UI | Knowledge Base |
| Get integration-ready quickly | Developer guide |
| Inspect request/response schemas | API Reference |
| Learn data semantics behind API objects | Data model overview and Methodology |
Common developer links
Developer guide home
Main developer onboarding page with the recommended implementation order.
API getting started
Authenticate, test your key, and make your first API request.
Sandbox testing
Validate connection and data flows before production rollout.
API Reference
Endpoint-by-endpoint documentation for v2.0, v2.1, and v2.2.