Create an API key
Create a new caller API key. The plaintext value of the key is returned exactly once in the response — routeur.ai only stores a hash. If you lose it, revoke and create a new one.
POST
/v1/api-keys
Preview
https://api.routeur.ai
Request body
name
string
required
Human label that appears in the dashboard and trace records, e.g.
Production.Returns
Status 201 with the new key metadata and the one-time key field.