# Pikarc ## Docs - [API Keys](https://docs.pikarc.dev/api-reference/api-keys.md): View and regenerate your workspace API key. - [Model Pricing](https://docs.pikarc.dev/api-reference/model-pricing.md): Configure per-model token pricing for cost calculation. - [API Overview](https://docs.pikarc.dev/api-reference/overview.md): Authentication, base URL, and error handling for the Pikarc REST API. - [Runs](https://docs.pikarc.dev/api-reference/runs.md): Start, end, and query guarded runs and their steps. - [Usage](https://docs.pikarc.dev/api-reference/usage.md): Aggregated cost and usage breakdown for your workspace. - [Workspace](https://docs.pikarc.dev/api-reference/workspace.md): Get and update workspace configuration, toggle the kill switch. - [Configuration](https://docs.pikarc.dev/configuration.md): All PIKARC_* environment variables for backend configuration. - [Cost Tracking](https://docs.pikarc.dev/guides/cost-tracking.md): How Pikarc calculates token costs and enforces budgets. - [Guardrails Engine](https://docs.pikarc.dev/guides/guardrails.md): How Pikarc evaluates rules and makes ALLOW/DENY decisions at every boundary. - [Plan Tiers](https://docs.pikarc.dev/guides/plan-tiers.md): Compare Pikarc plans, understand feature gating, and what happens on downgrade. - [What is Pikarc?](https://docs.pikarc.dev/introduction.md): Runtime control plane for AI applications. Budget enforcement, kill switch, audit trail — at every model call and tool call. - [Quickstart](https://docs.pikarc.dev/quickstart.md): Install the SDK and wrap your first OpenAI call with Pikarc in 5 minutes. - [Error Handling](https://docs.pikarc.dev/sdk/error-handling.md): Handle PikarcBlockedError and understand all deny reason codes. - [Guarded Run](https://docs.pikarc.dev/sdk/guarded-run.md): Use model_call() and tool_call() to wrap every model and tool invocation with guardrail checks. - [SDK Overview](https://docs.pikarc.dev/sdk/overview.md): Install and configure the AsyncPikarc Python client. ## OpenAPI Specs - [openapi](https://docs.pikarc.dev/api-reference/openapi.json)