Self-hosted AI agent for EU & German SMBs

v0.1 · Private Beta

Get started in 60 seconds

The dashboard UI is shipping next. For now, use the CLI to talk to your agent.

1

Sign up a tenant

curl -X POST https://api.valera-melendez.de/api/v1/tenants \
  -H "Content-Type: application/json" \
  -d '{"displayName":"My Co","slug":"my-co","contactEmail":"me@example.com"}'

Returns a JSON with your first API key (shown once). Save it now.

2

Install the CLI

brew install killaq-agent  # (or download from killaq-agent.dev)
export KILLAQ_AGENT_API_KEY=killaq-00000001-...
export KILLAQ_AGENT_ORCH_URL=https://agent.valera-melendez.de
3

Connect a mailbox

curl -X POST https://api.valera-melendez.de/api/v1/credentials/gmail/start \
  -H "Authorization: Bearer killaq-..." \
  -H "Content-Type: application/json" \
  -d '{"returnTo":"https://app.valera-melendez.de/agent/credentials"}'

Follow the returned authorizeUrl in a browser to consent. You'll be redirected back with the mailbox connected.

4

Chat

killaq-agent ask "how many unread emails do I have?"

Service status

Why Valera

EU data sovereignty. Your data stays in your jurisdiction. No LLM call ever leaves the EU for tool execution.

Self-hosted, single-tenant. Each customer's tools run on their own infrastructure. GDPR + EU AI Act compliant by design.

Bring your own model. Qwen, Llama, your fine-tune. We orchestrate. Your data, your weights.

© 2026 Valera. Apache 2.0.