Configuration Management
Create and manage policies, projects, and organizations. Changes sync automatically to sensors.
Glitch consists of two main components: the Platform (central management) and Sensors (edge enforcement). Together they provide comprehensive LLM security with minimal latency.
flowchart LR A[Your App] --> B[Sensor] B --> C[LLM Provider] B <--> D[Platform] E[Dashboard] --> D
style A fill:#1a1a2e,stroke:#00d4ff,color:#fff style B fill:#1a1a2e,stroke:#00d4ff,color:#fff style C fill:#1a1a2e,stroke:#00d4ff,color:#fff style D fill:#0d3d4d,stroke:#00d4ff,color:#fff style E fill:#1a1a2e,stroke:#00d4ff,color:#fffThe Platform is Glitch’s central control plane. It manages configuration, aggregates logs, provides analytics, and hosts the dashboard.
Configuration Management
Create and manage policies, projects, and organizations. Changes sync automatically to sensors.
Log Aggregation
Collect and store security events from all sensors. Search, filter, and export logs.
Analytics
Real-time dashboards showing detection rates, blocked requests, and usage trends.
Team Management
Invite team members, assign roles, and manage permissions across your organization.
Glitch organizes resources within organizations:
Organization├── Members (users with roles)├── Policies (security configurations)├── Projects (API keys)└── Logs (security events)| Role | Permissions |
|---|---|
| Owner | Full access, billing, delete org |
| Admin | Manage resources, invite members |
| Member | Create/read resources |
| Viewer | Read-only access |
Security events are stored with the following default retention:
| Plan | Retention |
|---|---|
| Free | 7 days |
| Pro | 30 days |
| Enterprise | Custom (up to unlimited) |
Sensors are Glitch’s edge components that intercept LLM requests, run detection policies, and forward logs to the Platform.
Hosted Sensor
Use our managed sensor infrastructure for zero-ops deployment.
Available on all plans
Self-Hosted
Run sensors in your own infrastructure for lowest latency and data sovereignty.
Enterprise only — Contact sales
Point your application to the Glitch API instead of the LLM provider directly:
# Instead of:# https://api.openai.com/v1/chat/completions
# Use:https://api.golabrat.ai/v1/chat/completionsThat’s it! Include your Glitch API key in requests and detection is handled automatically.
403 Forbidden immediately403 ForbiddenPolicy changes take effect automatically:
| Operation | Latency |
|---|---|
| Signature detection | ~11µs |
| Content moderation | ~50-100ms |
| Log forwarding | Async (0ms impact) |
Benefits of self-hosted sensors:
Quick Start
Get running in 5 minutes.
Policies
Configure your security policies.