Eve-Governed Agents

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 logo
OpenAI
Default model

GPT-4, GPT-3.5, and other models from OpenAI for chat, completion, and embeddings.

gpt-4o

GPT-4ChatEmbeddings
Anthropic logo
Anthropic
Default model

Claude models for safe, helpful AI assistants with large context windows.

claude-sonnet-4-6

ClaudeChatLong Context
Ollama logo
Ollama
Default model

Run open-source LLMs locally. Supports Llama, Mistral, CodeLlama, and more.

llama3

LocalOpen SourceSelf-hosted
OpenRouter logo
OpenRouter
Default model

Unified API gateway for accessing hundreds of AI models from multiple providers.

meta-llama/llama-3-70b-instruct

Multi-modelGatewayAPI
Azure OpenAI (classic deployments) logo
Azure OpenAI (classic deployments)
Default model

Microsoft 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

AzureGPTEnterprise

Agent clients

Agent workflows that can use Eden as the governed model path.

Hermes Agent logo
Hermes Agent
Default route

Open-source, self-improving local agent from Nous Research.

openai/gpt-4o-mini

LocalOpenAI-compatibleHermes
OpenClaw logo
OpenClaw
Default route

Open-source AI agent that connects to messaging and workflow surfaces.

openai/gpt-4o-mini

Open SourceMessagingWorkflow
Kilo Code logo
Kilo Code
Default route

Open-source coding agent that works across editor and terminal workflows.

openai/gpt-4o-mini

CodingIDEOpenAI-compatible
Claude Code logo
Claude Code
Default route

Anthropic's agentic coding tool for terminal-based software work.

anthropic/claude-sonnet-4

CodingTerminalAgent
Cursor logo
Cursor
Default route

AI code editor with configurable model provider settings.

openai/gpt-4o-mini

IDECodingLocal
Open WebUI logo
Open WebUI
Default route

Self-hosted LLM frontend and agent platform with OpenAI-compatible providers.

openai/gpt-4o-mini

Self-hostedFrontendOpenAI-compatible
Pieces logo
Pieces
Default route

Private, on-device memory layer for developer workflows.

openai/gpt-4o-mini

MemoryDeveloperLocal
Descript logo
Descript
Default route

AI video and podcast editing workflow with agent-style automation surfaces.

openai/gpt-4o-mini

CreativeMediaWorkflow
Roo Code logo
Roo Code
Default route

Autonomous coding agent for editor-based development workflows.

openai/gpt-4o-mini

CodingIDEAgent
Cline logo
Cline
Default route

Autonomous coding agent that can use custom model providers.

openai/gpt-4o-mini

CodingVS CodeOpenAI-compatible
Codex logo
Codex
Default route

OpenAI coding agent workflow for software engineering tasks.

openai/gpt-4o-mini

CodingOpenAIAgent

Build agents without opening a side door.

Adam keeps agent access governed through Eve.