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

# REST API Overview

> Server-to-server integration with the Pipeline Public REST API.

The Pipeline Public REST API lets backend systems read and write Pipeline data
over HTTPS. Use it for CRM sync, automated quote creation, scheduled exports,
and any integration where your code runs on a server (not inside a Pipeline
iframe).

**Base URL**

```
https://app.pipeline.software/api/v1/
```

All requests must be authenticated with an API key. See [Authentication](/developers/api/authentication).

<Card title="Building an embedded tool instead?" icon="puzzle-piece" href="/developers/bridge/overview">
  Use Pipeline Bridge - no API keys, inherits the user's session, runs in the browser.
</Card>
