Skip to main content
HipoCap, the Runtime Security & Governance Platform for AI Agents, can run as a private deployment or you can request a cloud demo.

Try Hipocap Cloud (Book a Demo)

We currently offer Hipocap Cloud via guided onboarding. To try Hipocap Cloud:
  1. Book a demo with our team or email us at team@hipocap.com.
  2. We’ll walk you through the platform’s features, help you set up a project, and provide your API keys.
  3. Receive test credentials for sandbox access or ask about a production setup.
We provide personalized onboarding and solutions architecture for Hipocap Cloud to ensure your use case is supported. Production access is available for qualified teams—book a live session to discuss.

Self-serve and Custom Use Cases

If you’d like to use Hipocap hands-on right away, consider running it self-hosted (see below) or let us know your requirements, and we’ll help you get started.

Usage

After receiving your credentials from the demo, initialize Hipocap in your application:
Next: When you have your credentials, begin setting up tracing by following the Tracing guide.

Self-hosted (Docker Compose)

Quick Start

Run the full Hipocap stack locally with Docker Compose:
The dashboard is available at http://localhost:5667/. Create a project through the onboarding flow, then grab your API key from project settings.

Environment Variables

Create a .env file in the project root:

Point the SDK to your local instance

Hipocap Shield currently supports Python only. TypeScript/JavaScript support is not available.

Production Deployment

For production, use docker-compose-full.yml:
For more details, see the GitHub repository.