Skip to main content
This quickstart walks you through the fastest path to a working Protector Plus setup — from initial access to your first validated request.

Get started with POC Platform access

If you’ve received access to our POC Platform, follow these steps to get started immediately.

Prerequisites

You should have received an email with:
  • Dashboard access URL
  • Login credentials (username and password)
  • Your account details

1. Access the dashboard

Navigate to the dashboard URL provided in your email and sign in with your credentials.

2. Create a security profile

1

Navigate to Security Profiles

Dashboard → Security ProfilesCreate Security Profile.
2

Enter profile details

Enter a profile name (e.g., “My Test Profile”).
3

Configure guardrails

Configure which guardrails to enable. A recommended starting configuration is: LLM, Vector, Content Moderation, and System Prompt Protection guardrails.
You can toggle guardrails on/off anytime from the Security Profile detail page.
4

Save

Click Save to create your security profile.

3. Generate your org-wide API key

1

Navigate to Org Settings

Dashboard → Org Settings in the sidebar.
2

Generate the API key

Click Generate to create your organization-wide API key.
The key is shown only once. Copy it immediately and store it securely.

4. Register your application

1

Navigate to Apps

Dashboard → AppsRegister App.
2

Fill the registration form

  • App Name: e.g., “Test Application”
  • App ID: e.g., test-app (you’ll use this in API calls)
  • Security Profile: Select the security profile you created in Step 2
3

Save and note your App ID

Click Save and copy your App ID for the next step.

5. Test with curl

Replace the placeholders in the commands below:
  • <DASHBOARD_URL> - Your dashboard URL (without the trailing /)
  • <YOUR_API_KEY> - The org-wide API key from Step 3
  • <YOUR_APP_ID> - The App ID from Step 4
Important: For the blocked examples to work correctly, ensure these guardrails are enabled in your security profile:
  • LLM Guardrail and Vector Guardrail must be ON for input-check (Blocked) to detect prompt injection
  • System Prompt Protection must be ON for output-check (Blocked) to detect system prompt leakage
You can toggle these in: Security Profile → Guardrails settings
A blocked prompt returns injection_detected: true:
Remember to toggle guardrails on/off from your Security Profile settings to see how different configurations affect detection results.

6. Wire it into your application

The recommended integration pattern is to call input-check before the LLM and output-check on the response. See Integration pattern for full guidance.

Need an API key for evaluation?

Get an API key

Request a sandbox key for a scripted attack-scenario environment, or arrange a deeper technical evaluation.