Skip to content

Overview

REST API backing the pkgPlease dashboard, CLI, and MCP tools. All routes except /healthz require a bearer token; most require an org-scoped pkgPlease token, a few require a Supabase JWT (see each operation's security requirement).

Information

  • OpenAPI version: 3.0.3

Org-scoped pkgPlease token (prefix pkgpls_dev_/pkgpls_svc_/pkgpls_agt_/ pkgpls_prv_/pkgpls_ses_ depending on type). Must include the api audience — a token issued with only the registry audience (e.g. a "Registry only" service token) will be rejected with 403.

Security scheme type: http

Bearer format: pkgpls_*

Supabase-issued JWT, used before an org-scoped token exists.

Security scheme type: http

Bearer format: JWT