AI Gateway Config Stores
Create an AI Gateway Config Store Secret
Pre-release Endpoint This endpoint is currently in beta and is subject to change.
Creates a secret for an AI Gateway Config Store.
post/v1/ai-gateways/{gatewayId}/config-stores/{configStoreIdOrName}/secrets
Request body
Example request
{
"key": "my-secret-key",
"value": "my-secret-value"
}Response
AI Gateway Config Store Secret created successfully.
Example response
{
"key": "my-secret-key",
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}