mesh_live_ or mesh_test_. Operators can create separate keys for
projects, clients, and team members while drawing from one account balance.
PATCH /v1/api-keys/{id}/limits, and revoke leaked keys with DELETE /v1/api-keys/{id}.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create, list, and revoke scoped MESH API keys.
mesh_live_ or mesh_test_. Operators can create separate keys for
projects, clients, and team members while drawing from one account balance.
curl https://api.meshrouter.app/v1/api-keys \
-H "Authorization: Bearer $MESH_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "production app",
"scopes": ["chat", "usage"],
"limits": {
"requestsPerMinute": 120,
"monthlyRequestLimit": 10000,
"monthlyUsdLimit": 100
}
}'
PATCH /v1/api-keys/{id}/limits, and revoke leaked keys with DELETE /v1/api-keys/{id}.