> ## 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.

# SDK & Tools

> Release notes for the Actx0 Python, Node.js, and Go SDKs, plus MCP and integration tools.

<Tabs>
  <Tab title="Python">
    <Update label="2026-07-01" description="v0.1.0">
      **New Features:**

      * **Client:** Initial Python SDK for the Actx0 Platform API
      * **Memory:** Add, search, get, update, and delete session memories
      * **Sessions:** Create and manage agent sessions, messages, and memory regenerate
      * **Auth:** Workspace access key authentication for server-side and agent workloads
    </Update>
  </Tab>

  <Tab title="Node.js">
    <Update label="2026-07-01" description="v0.1.0">
      **New Features:**

      * **Client:** Initial Node.js / TypeScript SDK for the Actx0 Platform API
      * **Memory:** Add, search, get, update, and delete session memories
      * **Sessions:** Create and manage agent sessions, messages, and memory regenerate
      * **Auth:** Workspace access key authentication for server-side and agent workloads
    </Update>
  </Tab>

  <Tab title="Go">
    <Update label="2026-07-01" description="v0.1.0">
      **New Features:**

      * **Client:** Initial Go SDK for the Actx0 Platform API
      * **Memory:** Add, search, get, update, and delete session memories
      * **Sessions:** Create and manage agent sessions, messages, and memory regenerate
      * **Auth:** Workspace access key authentication for server-side and agent workloads
    </Update>
  </Tab>

  <Tab title="MCP">
    <Update label="2026-07-01" description="v0.1.0">
      **New Features:**

      * **MCP Server:** Streamable HTTP MCP endpoint for session memories
      * **Tools:** `add_memory`, `search_memories`, `get_memories`, `get_memory`, `update_memory`, `delete_memory`, `delete_session`
      * **Scope:** Workspace, agent, and session scoping via request headers and access keys
      * **Editors:** Connect from Cursor and other MCP-compatible clients
    </Update>
  </Tab>
</Tabs>
