- POC Platform
- AWS Marketplace
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 Profiles → Create 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.
4. Register your application
1
Navigate to Apps
Dashboard → Apps → Register 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
injection_detected: true:6. Wire it into your application
The recommended integration pattern is to callinput-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.

