Provisioning Keys
Provisioning Keys are special-purpose administrative tokens used to securely create, update, list, and delete Service Account Keys within your organization.
Provisioning Keys Overview
Use Cases
API Endpoints
Create a Service Account Key
curl 'https://api.fastrouter.ai/prod/createServiceKey' \
-H 'accept: application/json' \
-H 'accept-language: en-US,en;q=0.9' \
-H 'authorization: Bearer PROVISIONING-KEY' \
--data-raw '{
"org_id": "ORG-ID",
"api_key_name": "SERVICE-KEY-NAME",
"credit_limit": null,
"reset_budget_interval": null,
"expire_key": null,
"models": null,
"tpm_limit": null,
"rpm_limit": null,
"meta_data": null,
"tags": null
}'Update a Service Account Key
List Service Account Keys
Delete a Service Account Key
Notes
Last updated
