Tenant Endpoints
Create Deploy Token
Create a new deploy token for fleet enrollment. The raw token is returned only once.
POST
Requires
Authorization: Bearer header with a Supabase JWT.Request Body
string
required
Human-readable name for this token (e.g.,
dev-machine-01, production-fleet).Response
string
Token record UUID.
string
The name assigned to this token.
string
The raw deploy token (with
qt_deploy_ prefix). Save this immediately — it will not be shown again.datetime
When the token was created.