> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.panicly.lol/llms.txt.
> For full documentation content, see https://docs.panicly.lol/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.panicly.lol/_mcp/server.

# Core concepts

Current docs should prefer the new product names: Sentry Mode, Network Controls, Region Rules, Workspace Audit, Requests, Usage, Credits, Rules, Models, and Insights.

The top-level operator boundary. It owns plan tier, members, projects, billing state, credits, audit events, and global controls.

A protected unit of traffic inside a workspace. It owns environment, Panicly API keys, provider connection, thresholds, and request history.

The credential your app sends to Panicly. Keys are project-scoped, returned once, and stored as prefix plus hash.

The upstream provider credential Panicly uses for approved requests. Current storage allows one provider key per project.

The public emergency stop control. The database column still uses the older `panic_mode` name.

Paid workspace capacity used after included monthly request volume is exceeded. The repo still mixes "requests", "logs", and "credit-backed logs", so docs must define this carefully.

## Preferred naming

| Use this         | Meaning                                     |
| ---------------- | ------------------------------------------- |
| Sentry Mode      | Emergency traffic stop                      |
| Network Controls | Sender IP blocking and inspection           |
| Region Rules     | Country and Panicly-defined region blocking |
| Workspace Audit  | Operator-visible change history             |
| Pro              | Public paid plan name                       |

| Older/internal term | Replace with                                              |
| ------------------- | --------------------------------------------------------- |
| `panic_mode`        | Sentry Mode                                               |
| `ip_management`     | Network Controls                                          |
| `geo_protection`    | Region Rules                                              |
| `plus`              | Pro                                                       |
| `request_logs`      | Request records or request evidence, depending on context |

The internal tier key is `plus`, but the public-facing plan name is Pro. Public docs should use Pro and mention `plus` only in internal implementation contexts.

Plan limits are request-based, while credit packages include fields named `logAllowance`. Public usage docs should describe included monthly requests separately from credit-backed capacity.

Not today. The schema currently has a unique provider-key row per project, so docs should not promise multi-provider project configuration.