Skip to main content
POST
Respond to a pending CREDIT_APPROVAL or CLARIFICATION waitpoint

Authorizations

Authorization
string
header
required

Clerk session token, Authorization: Bearer <token> — the first-party browser app's own auth. Used only by this internal /api/v1/* surface, never by /api/public/v1/*.

Path Parameters

waitpointId
string
required
Minimum string length: 1

Body

application/json
kind
enum<string>
required
Available options:
CREDIT_APPROVAL
approved
boolean
required

Response

Waitpoint resolved.

id
string
required
agentRunId
string
required
kind
enum<string>
required
Available options:
CREDIT_APPROVAL
status
enum<string>
required
Available options:
PENDING,
COMPLETED,
EXPIRED
requestPayload
object
required
resolvedPayload
object | null
required
expiresAt
string
required
resolvedAt
string | null
required