Управление API-ключами OmniRoute

★ 7.9 · security

omni-api-keys is a Claude Code skill that manages OmniRoute API keys — creating, listing, rotating, and revoking them through the service's REST endpoints. Each key supports configurable scopes, spending limits, and expiration dates that gate access to all proxy and management endpoints. The skill covers five core operations: `GET`, `POST`, `PATCH`, `DELETE /api/keys`, and `GET /api/keys/{id}/devices`; every request requires a Bearer token or session cookie obtained via `POST /api/auth/login`. The device-tracking endpoint returns masked IP and User-Agent fingerprints for each key without exposing raw client IPs. It's well suited for teams that need programmatic, fine-grained access control over an LLM proxy with per-key security policies.