cURL
curl --request POST \ --url https://openagents.com/api/auth/register \ --header 'Authorization: Bearer <token>'
{ "data": {} }
This bypasses WorkOS email code auth and is intended for staging automation. Controlled by OA_API_SIGNUP_ENABLED.
OA_API_SIGNUP_ENABLED
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response