cURL
curl --request POST \ --url https://api.agentpowers.ai/v1/auth/api-tokens \ --header 'Content-Type: application/json' \ --data ' { "name": "Default" } '
{ "token": "<string>", "name": "<string>", "created_at": "<string>", "expires_at": "<string>" }
Create a new API token. The full token is returned only once.
64
Successful Response
Was this page helpful?