SolonGate Logo
  • Docs
  • Pricing
Sign inBook a Demo

Loading...

IntroductionPrerequisitesQuick StartAPI KeysInstallationPoliciesPrompt Inj. DetectionAI JudgeAgent Trust MapOpenClawDashboard Guide
GitHub

# Dashboard Guide

The SolonGate Dashboard at dashboard.solongate.com is your central hub for managing API keys, policies, audit logs, and analytics. Monitor prompt injection detection and AI Judge activity in real-time.

Getting Started

1Create an Account

Sign up at auth.solongate.com using email/password, GitHub, or Google OAuth. Two-factor authentication (2FA) is available in security settings after signup.

2Automatic Project Setup

When you first log in, SolonGate automatically creates a default project and generates your first API key pair (sg_live_ and sg_test_). No manual setup required — you can start using your keys immediately.

3Use Your API Key

Copy your live API key and use it with the proxy, SDK, or CLI:

bash
1# Set as environment variable
2export SOLONGATE_API_KEY=sg_live_your_key_here
3
4# Or pass directly to the proxy
5npx @solongate/proxy@latest init --api-key sg_live_your_key_here

Dashboard Features

Overview & Analytics

Real-time charts showing request volume, allow/deny ratios, and threat detection over configurable time periods (24h, 7d, 30d). Auto-refreshes every 30 seconds.

API Keys

Create, rotate, and revoke API keys. Each project gets live and test key pairs. Test keys (sg_test_) work offline without API validation.

Policy Editor

Visual editor for creating and managing policy rules. Supports all constraint types (path, command, filename, URL, argument). Every change creates a new version.

Policy Versioning

Full version history for all policies. Compare any two versions side-by-side and rollback to any previous version with one click.

Audit Logs

Every tool call is logged with full context: tool name, arguments, decision (allow/deny), matched rule, trust level, detected threats, and timestamp.

Tool Servers

View and manage registered tool servers. See which servers are connected, their tool inventories, and per-server analytics.

Projects & Organizations

Projects group your API keys, policies, and tool servers. Use separate projects for different applications or environments (development, staging, production).

Multiple Projects

Create as many projects as you need. Each project has its own API keys, policy sets, and audit logs. Switch between projects from the dashboard sidebar.

Organizations

Group users under an organization for team management. Organization members can share projects and manage policies collaboratively.

Key Types

sg_live_ keys connect to the cloud API for policy sync and audit logging. sg_test_ keys work completely offline for development and testing.

Audit Logs

Every validation request is logged with full context for security and compliance.

Request DetailsTool name, arguments, timestamp
DecisionALLOW / DENY, matched rule ID, reason
ContextTrust level, tool server name, API key used
Threat DetectionPrompt injection, path traversal, SSRF, SQL injection

Security Settings

Protect your account with additional security measures.

Two-Factor Authentication (2FA)

Enable TOTP-based 2FA from your security settings. Scan the QR code with any authenticator app (Google Authenticator, Authy, 1Password, etc.).

Password Management

Change your password anytime. Password strength requirements are enforced. If you signed up via OAuth, you can set a password later in security settings.

Ready to Get Started?

Create your free account to get API keys and start securing your AI tools.

Go to Dashboard Contact Sales

Related Documentation

API KeysPolicy EnginePrompt Injection Detection
OpenClaw