Skip to content

Setup & installation

Orgs are provisioned by Intrasys. An org admin then creates teams, invites members, and assigns roles. Orgs support suspend, soft-delete (30-day grace), and restore.

Org admins configure the status vocabulary (labels + expiry). A cron sweep marks stale statuses.

Publish a signed, read-only dashboard:

  • Scope: team or org (org view masks private teams/projects).
  • Controls: expiry, IP allowlist (CIDR), rate limit, revoke.
  • Inbound API — bearer tokens (pulse_int_…), scopes, CIDR-gated, 600 rpm. Set/read status and CRUD TODOs with external_ref idempotency.
  • Outbound webhooks — HMAC-signed events (e.g. todo.completed) with retry/backoff.
  • API reference is generated from the OpenAPI 3.1 spec — wired into these docs in a later phase.