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

# Quickstart

> Get started with the OpenRegister API in minutes

OpenRegister provides multiple integration options to fit your technical setup and use case. Whether you're building a custom application, automating workflows, or adding AI capabilities, we have you covered.

## Set Up with an AI Agent

The fastest way to integrate: paste this prompt into Claude Code, Cursor, or any coding agent, and it will handle the setup for you — API key configuration, SDK installation, and a verified first request.

```text theme={"dark"}
Add OpenRegister to my app: openregister.de/skill.md
```

## Choose Your Integration

<CardGroup cols={2}>
  <Card title="SDKs" icon="code" href="/integration/sdks">
    Official libraries for Python, TypeScript/JavaScript, and Go
  </Card>

  <Card title="n8n" icon="diagram-project" href="/integration/n8n">
    Verified node for workflow automation without code
  </Card>

  <Card title="Zapier" icon="bolt" href="/integration/zapier">
    Pre-built actions to connect with 6,000+ apps
  </Card>

  <Card title="MCP" icon="robot" href="/integration/mcp">
    Enable AI assistants to query German company data
  </Card>
</CardGroup>

## Choosing the Right Integration

### For Developers

**Use our SDKs** if you're building a custom application and want:

* Full type safety and autocompletion
* Native language integration
* Complete control over API calls

Available in **Python**, **TypeScript/JavaScript**, and **Go**.

[View SDK Documentation →](/integration/sdks)

### For No-Code Automation

**Use n8n or Zapier** if you want to:

* Automate workflows without writing code
* Connect OpenRegister with other tools (CRMs, databases, spreadsheets)
* Build data enrichment pipelines

Both platforms offer visual workflow builders with pre-built OpenRegister actions.

[n8n Documentation →](/integration/n8n) | [Zapier Documentation →](/integration/zapier)

### For AI Assistants

**Use the MCP Server** if you want to:

* Enable AI assistants like Claude to query company data
* Build AI-powered tools with access to German company information
* Integrate with Model Context Protocol-compatible clients

[MCP Documentation →](/integration/mcp)

### Direct REST API

**Use the REST API directly** if you:

* Need maximum flexibility
* Work in a language without an official SDK
* Prefer making raw HTTP requests

All SDKs and integrations are built on top of our REST API.

[API Reference →](/api-reference)

## Authentication

All integration methods require an API key. Get yours in under a minute:

1. Create an account at [openregister.de](https://openregister.de)
2. Go to [API Keys](https://openregister.de/keys)
3. Generate your key

The free plan includes **500 credits per month** - perfect for testing.

[Authentication Guide →](/authentication)

## Need Help?

* Check our [API Reference](/endpoint/company) for endpoint details
* Review [pricing and credit costs](/pricing)
* Contact us at [founders@openregister.de](mailto:founders@openregister.de)
