1
Request Access
BeyondGuard is deployed for enterprise teams through a guided onboarding process.
- Visit beyondguard.ai and click Request Access.
- Fill out the access form with your organization name, deployment environment, and the AI use cases you want to protect.
- The BeyondGuard team will provision your organization account and send your credentials — including your API key and Control Plane URL — to the email address you provided.
2
Connect Your AI Stack
Add BeyondGuard to your AI pipeline by installing the SDK or calling the REST API directly. BeyondGuard wraps your existing LLM calls — no changes to your model configuration, hosting, or prompt templates are required.Install the SDK for your environment:Then wrap your LLM call with BeyondGuard protection:The
protect call intercepts the prompt before it reaches your model, evaluates it against your active guards and policies, and returns either a cleared result or a threat event depending on what it finds. Your downstream model call only executes if BeyondGuard clears the input.3
Deploy Your First Guard
With your pipeline connected, activate Prompt Guard from the Control Plane dashboard.
- Log in to your Control Plane at the URL provided in your onboarding email.
- Navigate to Projects and select or create the project that corresponds to your AI application.
- Open the Guards tab and locate Prompt Guard.
- Toggle Prompt Guard to Enabled and choose an initial enforcement mode. If you are new to BeyondGuard, select Observation mode to collect threat data without blocking traffic — you can switch to Enforcement mode once you have reviewed your first set of threat events.
- Save your configuration. Prompt Guard is now active on your project.
client.protect() call is being evaluated for jailbreaks, prompt injection, scope violations, and system prompt leakage.4
Review Threat Events
Navigate to the Threat Events dashboard in the Control Plane to see what BeyondGuard has detected.Each event entry shows:
- The threat category (for example, prompt injection or jailbreak attempt)
- The guard that flagged it (Prompt Guard, in this case)
- The project and timestamp
- The action taken — blocked, flagged, or passed in observation mode
- A confidence score and the reasoning behind the decision
You do not need to reach L5 (Continuous Governance) on day one. BeyondGuard’s maturity model is designed to let you start at L1 (Visibility) — simply collecting threat data — and advance to higher levels as your team builds confidence and your policies mature. Sustainable governance is built incrementally, not deployed all at once.