# Genesis Conductor — Ambient Access Layer > Persistent, specialized, asynchronous AI agents accessible from the tools > developers already use (ChatGPT, Claude, Cursor, Gemini CLI, Codex CLI). > Soul Capsule memory + approval-gated execution + routed to specialist agents. ## Core Surfaces - [Ambient Access Layer API](https://optimization-inversion.genesisconductor.io/openapi.yaml): OpenAPI 3.1 spec, all /v1/* endpoints - [MCP Server](https://ambient-mcp-server.iholt.workers.dev/mcp): 11 tools, JSON-RPC 2.0 - [gc-ambient-gateway](https://gc-ambient-gateway.iholt.workers.dev): Public gateway, /provision + /health ## Fleet Workers - [GC-16 Capsule Bridge](https://gc-16-capsule-bridge.iholt.workers.dev/llms.txt): Google Workspace sync to Soul Capsule - [Greg Notion Hook](https://gc-greg-hook.iholt.workers.dev/llms.txt): Notion spec page watcher - [Soul Capsule Schema](https://www.npmjs.com/package/@genesis-conductor/soul-capsule): Event log schema v1.1 ## Protocols Supported - A2A v0.3: Agent-to-Agent JSON-RPC 2.0 - MCP 2024-11-05: Model Context Protocol - OpenAI Actions: ChatGPT plugin compatibility - Anthropic: Claude tool use compatible ## Concepts - [Task Envelope schema](https://optimization-inversion.genesisconductor.io/docs/task-envelope.md) - [Soul Capsule event log](https://optimization-inversion.genesisconductor.io/docs/capsule.md) - [Agent routing table](https://optimization-inversion.genesisconductor.io/docs/routing.md) ## Source - [ambient-access-layer](https://github.com/Genesis-Conductor-Engine/ambient-access-layer) - [gc-16-capsule-bridge](https://github.com/Genesis-Conductor-Engine/gc-16-capsule-bridge) - [gc-greg-hook](https://github.com/Genesis-Conductor-Engine/gc-greg-hook) - [soul-capsule](https://github.com/Genesis-Conductor-Engine/soul-capsule)