Self-hosted AI agent for EU & German SMBs
v0.1 · Private BetaThe dashboard UI is shipping next. For now, use the CLI to talk to your agent.
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.
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
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.
killaq-agent ask "how many unread emails do I have?"
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.