curl --request POST \
--url https://auth.runtools.ai/v1/auth/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"org_id": "<string>",
"user_id": "<string>",
"scopes": [
"<string>"
]
}
'Returns the resolved AuthContext for the token, including resolved
WorkOS↔internal IDs and scopes. Internal callers may also supply
X-Internal-Secret to mint a service-context.
curl --request POST \
--url https://auth.runtools.ai/v1/auth/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"org_id": "<string>",
"user_id": "<string>",
"scopes": [
"<string>"
]
}
'Documentation Index
Fetch the complete documentation index at: https://docs.runtools.ai/llms.txt
Use this file to discover all available pages before exploring further.