Secret Manager
Create Secret
POST
/
api
/
v1
/
secrets
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
api_key
string
requiredprovider
enum<string>
requiredAvailable options:
openai
, anthropic
Response
200 - application/json
The response is of type any
.