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

# Developer Quickstart

> Everything you need to start building with Corsa - authentication, data ingestion, SDKs, webhooks, and AI skills.

## Build with Corsa

Corsa gives you a full set of tools to integrate compliance workflows into your product. Here's how to get started.

### 1. Authenticate

Generate an API key from the Corsa dashboard and use it to authenticate all requests.

<Card title="Authentication" icon="key" href="/api/authentication">
  API keys, tokens, and rate limits.
</Card>

### 2. Ingest your data

Push clients, transactions, accounts, and alerts into Corsa using the REST API or SDK.

<Columns cols={2}>
  <Card title="Data Ingestion" icon="database" href="/api/data-ingestion">
    Overview of the ingestion pipeline and supported entities.
  </Card>

  <Card title="Node.js SDK" icon="js" href="/sdk/installation">
    Install and configure the official SDK for a streamlined experience.
  </Card>

  <Card title="Python SDK" icon="python" href="/sdk/python-installation">
    Use the Python SDK for server-side integrations.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/webhooks/index">
    Subscribe to real-time event notifications from Corsa.
  </Card>
</Columns>

### 3. Supercharge Your Coding Tool

Install Corsa skills into your AI coding tool (Cursor, Claude Code, VS Code, etc.) so it knows how to work with the Corsa API, SDK, and webhooks out of the box.

<Columns cols={2}>
  <Card title="AI Skills for Your Coding Tools" icon="wand-magic-sparkles" href="/skills/index">
    Data pipeline setup, webhook debugging, rule authoring, and more — right inside your IDE.
  </Card>

  <Card title="MCP Server" icon="server" href="/api/mcp-server">
    Connect AI tools directly to your Corsa platform via the Model Context Protocol.
  </Card>
</Columns>

***

Ready to go deeper? Explore the full [API spec](https://api.corsa.finance/api-spec.json) (requires API credentials) or [schedule a demo](https://calendly.com/michellelatzer/welcome-to-corsa).
