Create a Gate signup session
Signup sessions
Create a Gate signup session
POST
Create a Gate signup session
Body
application/json
Canonical Gate service slug used by the public registry and by npx signup . Lowercase letters, numbers, dashes, and underscores only; must start and end with a letter or number.
Required string length:
3 - 32Pattern:
^[a-z0-9](?:[a-z0-9_-]{1,30}[a-z0-9])$Example:
"gsvc_0123456789abcdefghjkmnpqrs"
Example:
"Acme Growth Workspace"
Example:
{
"version": 1,
"algorithm": "x25519-hkdf-sha256/aes-256-gcm",
"key_id": "key_6cw04zdmetw8t5rsdppadhper0",
"public_key": "pk_live_dZO3Bl6MqLn2VJYy18bjGkbPRCkubdgK"
}Example:
{ "source": "signup_form" }Response
Gate session created.
Example:
{
"object": "gate_session",
"id": "gate_0123456789abcdefghjkmnpqrs",
"status": "pending",
"poll_token": "gtpl_01hzy4k2s6m8n1p3q5r7t9v2wx",
"consent_url": "https://app.acme.co/signup",
"expires_at": "2026-03-24T20:00:05.000Z"
}Example:
{
"request_id": "req_cf147349a4134208aebb8c70e25fb7e1"
}