omni-budget
Configure spending limits, token quotas, and rate-limit policies per API key or globally. Inspect current consumption and enforce cost controls across providers.
By diegosouzapw · 421 installs
npx skills add diegosouzapw/omniroute --skill omni-budget
Source repository · Upstream listing
<! generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten
Overview
Configure spending limits, token quotas, and rate limit policies per API key or globally. Inspect current consumption and enforce cost controls across providers.
Authentication
All requests require a valid Bearer token or session cookie. Obtain a token via POST /api/auth/login or configure REQUIRE API KEY=false for local development.
Endpoints
GET /api/rate limit
Get rate limit configuration
POST /api/rate limit
Update rate limit configuration
Payloads
See the full OpenAPI specification at GET /api/openapi/spec or docs/openapi.yaml for detailed request/response schemas.