Sentry

Documentation hub

Production-minded docs for a product built around real operations.

The docs mirror the platform refresh: fewer visual jumps, clearer hierarchy, and a faster path from authentication to money movement.

Start

Quick Start

Get started with API keys, authentication, and your first API call in minutes.

Open section →

Auth

API Keys

Create scoped API keys with granular permissions for secure integrations.

Open section →

Data

Customers

Manage customer profiles, contact information, and payment history.

Open section →

Billing

Invoices

Create, send, and manage invoices with automated payment processing.

Open section →

Insights

Sales History

Access transaction history, sales summaries, and revenue analytics.

Open section →

Agents

OpenClaw Integration

Build AI agents that can send invoices and manage payments automatically.

Open section →

API Reference Snapshot

EndpointMethodDescriptionScope
/public/api/v1/customersGETList customerscustomer:read
/public/api/v1/customersPOSTCreate customercustomer:write
/public/api/v1/invoicesGETList invoicesinvoice:read
/public/api/v1/invoicesPOSTCreate invoiceinvoice:write
/public/api/v1/salesGETSales historysales:read
/public/api/v1/sales/summaryGETSales summarysales:read

Getting Started

  1. Create an API key with required scopes.
  2. Authenticate requests with Bearer tokens.
  3. Make your first customer or invoice API call.
  4. Expand with sales and automation workflows.
Go to API Keys

Agent integration

Use Sentry directly or through SentrySkill

The API is designed for straightforward direct use, but the same workflows also map cleanly into agent-assisted operations.

Common sequence
Create customer → issue invoice → send payment link → monitor settlement.