API & Developer

Generate an API token for the public API

REST API base URL, tokens, and safe usage patterns.

Last updated 2026-04-12 · Open in app

The public REST API is documented in-repo at docs/PUBLIC_API.md. Base URL pattern: /api/v1/... on your RepDesk host (e.g. repdesk.io).

Tokens

Generate and rotate API tokens from My Settings where your org exposes API token management (see PUBLIC_API for the token endpoint and Bearer usage). Treat tokens like passwords—never embed them in public repos or client-side code.

Tenancy

Every request is scoped to the company tied to the token or session. Do not share tokens across organizations.

Was this helpful?