Skip to main content
POST
Mint a 1-hour installation token under a grant (member or cell service)

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

org_id
string
required

Organization identifier (e.g. org-abc12345)

grant_id
string<uuid>
required

Response

Fresh installation token

grant_id
string<uuid>
required
repository_id
integer
required
token
string
required
expires_at
string<date-time>
required
permissions
object
required

The permission set the token was minted with: contents, pull_requests, metadata, plus issues when the installation has accepted issues:write.

repository_full_name
string
installation_id
integer
grant_expires_at
string<date-time>