> ## Documentation Index
> Fetch the complete documentation index at: https://docs.actx0.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Actx0 plugins for coding agents and editor environments.

## Agent Plugins

Actx0 agent plugins bring durable memory into the editors and coding agents your team uses day to day — automatic recall, scoped capture, and session continuity without leaving the IDE.

<Info>
  Agent plugins are coming soon. Until they ship, connect with [MCP](/platform/mcp).
</Info>

***

## Planned plugins

<CardGroup cols={2}>
  <Card title="Cursor" icon="terminal">
    Persistent memory for Cursor agents via MCP and workspace access keys.
  </Card>

  <Card title="Claude Code" icon="terminal">
    Lifecycle hooks and memory tools for Claude Code sessions.
  </Card>

  <Card title="Codex" icon="terminal">
    Shared memory for Codex workflows across projects.
  </Card>

  <Card title="More editors" icon="puzzle">
    Additional coding agents and harnesses as the plugin family expands.
  </Card>
</CardGroup>

***

## Also available

Until plugins ship, you can:

* Wire [MCP](/platform/mcp) manually with a workspace access key
* Use the [REST API](/api-reference/overview) from any agent runtime
* Follow [SDK & Tools](/release-notes/sdk_tools) for Python, Node.js, and Go clients
