1ClickDOCS
Developer docs

Core concepts

The 1Click platform exposes a single REST API over four primitives. Understanding how they connect makes everything else click into place.

Architecture

Client
Your app
Gateway
1Click API
Builder engine
Ticket service
Webhooks

Requests authenticate at the gateway, then route to the relevant service.

The four primitives

ProjectA published site or app. Owns pages, data, and a deploy history.
BoardA collection of tickets and the columns/statuses they flow through.
TicketA unit of work with status, priority, labels, and an assignee.
WebhookA subscription that POSTs events (ticket.created, build.deployed) to your URL.

Authentication

All requests use a bearer token. Create keys under Settings → Developers. Keep secret keys server-side only.

# Every request includes your key Authorization: sk_live_••••••••••••