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

# Bukki Developer API

> Build approved, read-only integrations with Bukki workspaces.

The Bukki Developer API gives approved partners controlled access to a workspace's bookkeeping data. The private beta currently supports read-only contacts and catalog items.

<Note>
  API access is available only to approved Pro workspaces during the private beta.
</Note>

## What you can build

<CardGroup cols={2}>
  <Card title="Contact synchronization" icon="contact">
    Read active customers and suppliers with the `contacts:read` scope.
  </Card>

  <Card title="Catalog synchronization" icon="package">
    Read active goods and services with the `items:read` scope.
  </Card>
</CardGroup>

Financial write operations, OAuth applications, bulk exports, and partner webhooks are not part of this beta.

## How access works

Each API key belongs to one Bukki workspace and has an explicit set of scopes. The server derives the workspace from the key; request parameters cannot redirect it to another workspace.

<CardGroup cols={2}>
  <Card title="Start with the quickstart" icon="rocket" href="/quickstart">
    Create a key and make your first request.
  </Card>

  <Card title="Apply for the beta" icon="clipboard-check" href="/apply">
    Tell us about the integration you want to build.
  </Card>
</CardGroup>
