Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.hexr.dev/llms.txt

Use this file to discover all available pages before exploring further.

Hexr Cloud is the fully managed deployment of the Hexr platform, hosted on GKE. You bring your agent code; Hexr handles identity, credentials, observability, and scaling. This page walks you through account creation, SDK installation, and deploying your first agent.

What Hexr Cloud manages for you

  • SPIRE server and agent (identity)
  • Credential Injector (cloud access)
  • Gateway, Vault, and Sandbox (platform services)
  • Observability stack (Grafana, Prometheus, Jaeger)
  • Dashboard (management UI)

Step 1: Get access

1

Open the onboarding page

2

Fill in your details

Enter your organization name, email, and invite code, then click Create Account.
3

Save your API key

Your API key is shown once in the format hxr_live_.... Copy it to a safe location before leaving the page.
Don’t have an invite code? Request early access at hexr.dev.

Step 2: Install and authenticate

pip install "hexr-sdk[cli]" --extra-index-url https://pypi.hexr.cloud/simple/
hexr login --key hxr_live_your_api_key_here

Step 3: Build and deploy

# Analyze your agent code
hexr build my_agent.py --tenant your-tenant

# Build and push the container image (uses Google Cloud Build — no local Docker needed)
hexr push --cloud --tenant your-tenant

# Deploy to Hexr Cloud
hexr deploy .hexr --cloud

Step 4: Monitor your agent

Open app.hexr.cloud to:
  • View deployed agents and their status
  • See traces for every LLM and tool call
  • Track costs per agent and per model
  • Manage API keys and team members

Pricing

Hexr Cloud uses HCU (Hexr Compute Units) for metering. Every platform operation consumes a small number of HCU.
TierHCU includedPrice
Early Access100 HCUFree
Startup1,000 HCUContact us
EnterpriseUnlimitedContact us
See Credits and billing for a full breakdown of per-operation costs.