cURL
curl --request POST \ --url https://api.futureagi.com/accounts/key/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "Production API Key" }'
Create a new secret key
JWT token obtained from /accounts/token/ endpoint
"Production API Key"
Secret key created
Was this page helpful?