Govern AI access with Adam.
Adam sends model and data access through Eve, so every action keeps the same auth, policy, telemetry, and cost controls.
Multi-Provider Models
Use OpenAI, Anthropic, Ollama, and OpenRouter through one interface.
- OpenAI, Anthropic, Ollama, OpenRouter
- Streaming & tool calling on all providers
- Custom base URL support for self-hosted models
Database Access
Connect databases as governed endpoints with pooling built in.
- Native wire protocols , RESP, PostgreSQL, MySQL, MongoDB, ClickHouse, Oracle
- Connection pooling with per-endpoint managers
- PSYNC and AOF replication support for Redis
Shared Auth & RBAC
One identity system for AI and data access.
- No privilege escalation
- Organization-scoped credentials
- Permissions checked on every request
Templates & Skills
Load prompts and skills at runtime without redeploying.
- Versioned prompts
- Runtime-loadable skills
- Swap templates mid-conversation
Credential Management
Keep credentials out of app code. Use TLS and rotation by default.
- Credentials isolated from application code
- TLS everywhere by default
- Automatic rotation support
Policy Enforcement
Observe, warn, or block risky commands before they run.
- Block dangerous managed-service commands
- Audit logs by service and command
- Connection context for compliance
One API for Models and Agents
Adam uses the same marketplace-backed endpoints as Eve, so model providers and agent clients share one governed access path.
Model providers
LLM endpoints Adam can route through Eve.

OpenAI
Default modelGPT-4, GPT-3.5, and other models from OpenAI for chat, completion, and embeddings.
gpt-4o

Anthropic
Default modelClaude models for safe, helpful AI assistants with large context windows.
claude-sonnet-4-6

Ollama
Default modelRun open-source LLMs locally. Supports Llama, Mistral, CodeLlama, and more.
llama3

OpenRouter
Default modelUnified API gateway for accessing hundreds of AI models from multiple providers.
meta-llama/llama-3-70b-instruct

Azure OpenAI (classic deployments)
Default modelMicrosoft Azure OpenAI service via the per-deployment URL ({endpoint}/openai/deployments/{deployment}/chat/completions?api-version=…). Auth via api-key header; deployment in the path selects the model.
gpt-4o
Agent clients
Agent workflows that can use Eden as the governed model path.

Hermes Agent
Default routeOpen-source, self-improving local agent from Nous Research.
openai/gpt-4o-mini

OpenClaw
Default routeOpen-source AI agent that connects to messaging and workflow surfaces.
openai/gpt-4o-mini

Kilo Code
Default routeOpen-source coding agent that works across editor and terminal workflows.
openai/gpt-4o-mini

Claude Code
Default routeAnthropic's agentic coding tool for terminal-based software work.
anthropic/claude-sonnet-4

Cursor
Default routeAI code editor with configurable model provider settings.
openai/gpt-4o-mini

Open WebUI
Default routeSelf-hosted LLM frontend and agent platform with OpenAI-compatible providers.
openai/gpt-4o-mini

Pieces
Default routePrivate, on-device memory layer for developer workflows.
openai/gpt-4o-mini

Descript
Default routeAI video and podcast editing workflow with agent-style automation surfaces.
openai/gpt-4o-mini

Roo Code
Default routeAutonomous coding agent for editor-based development workflows.
openai/gpt-4o-mini

Cline
Default routeAutonomous coding agent that can use custom model providers.
openai/gpt-4o-mini

Codex
Default routeOpenAI coding agent workflow for software engineering tasks.
openai/gpt-4o-mini
Build agents without opening a side door.
Adam keeps agent access governed through Eve.