Skip to main content
POST
/
accounts
/
key
/
Create secret key
curl --request POST \
  --url https://api.futureagi.com/accounts/key/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "Production API Key"
}'

Authorizations

Authorization
string
header
required

JWT token obtained from /accounts/token/ endpoint

Body

application/json
name
string
required
Example:

"Production API Key"

description
string

Response

201

Secret key created