{
"name": "string",
"team_id": "810007d0-bec5-486c-b5d1-28fcd8a079ba",
"models_allowed": [
"string"
],
"rpm_limit": 1,
"tpm_limit": 1,
"is_sandbox": false,
"allowed_ips": [
"string"
],
"expires_at": "2019-08-24T14:15:22.123Z"
}curl --location --request POST '/api/v1/gateway/keys' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"team_id": "810007d0-bec5-486c-b5d1-28fcd8a079ba",
"models_allowed": [
"string"
],
"rpm_limit": 1,
"tpm_limit": 1,
"is_sandbox": false,
"allowed_ips": [
"string"
],
"expires_at": "2019-08-24T14:15:22.123Z"
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"org_id": "a40f5d1f-d889-42e9-94ea-b9b33585fc6b",
"team_id": "810007d0-bec5-486c-b5d1-28fcd8a079ba",
"name": "string",
"key": "string",
"key_prefix": "string",
"models_allowed": [
"string"
],
"rpm_limit": 0,
"tpm_limit": 0,
"is_sandbox": true,
"allowed_ips": [
"string"
],
"expires_at": "2019-08-24T14:15:22.123Z",
"rotate_grace_until": "2019-08-24T14:15:22.123Z",
"status": "string",
"created_at": "string"
}