AgentPMT

Agent Context Manager

Core Utility

Available ActionsEach successful request consumes credits as outlined below.

listfetchcreateupdaterequest_unlockarchiveclone_templateversions

Details

Give your AI agents a single source of truth. Agent Context Manager lets you create, organize, version, and reuse the knowledge your agents and workflows rely on -- brand guidelines, standard operating procedures, product and pricing facts, tone-of-voice rules, and domain expertise -- so every agent acts on the same up-to-date information. Start from polished public templates, clone them into your private library, and edit once: every agent and workflow that references a document stays in sync automatically. Built-in version history shows exactly what changed, who changed it, and lets you roll back with confidence.

Use Cases

Define a brand voice and style guide once and have every content agent follow it. Store standard operating procedures so support and operations agents handle tasks consistently. Keep product catalogs, pricing rules, and policy documents in one place that workflows reference at runtime. Onboard a new agent instantly by attaching a curated set of context documents instead of rewriting prompts. Roll out a company-wide change by editing a single document instead of updating every workflow that uses it. Clone a vetted public template -- such as a customer-support playbook or editorial style guide -- and tailor it to your business. Audit and roll back changes to mission-critical instructions using full version history.

Dynamic MCP Setup

Connect once through AgentPMT Dynamic MCP, then use approved tools from the same agent connection.

30 Second Setup

STDIO connector for Claude Code, Codex, Cursor, Zed, and other LLMs that require STDIO or custom connections.

npm install -g @agentpmt/mcp-routeragentpmt-setup

Hosted Streamable HTTPS

MCP endpoint for browser-based apps like ChatGPT, Claude, Grok, or any time you want a streamable connection with no local install.

https://api.agentpmt.com/mcp

Config Example

Use the hosted endpoint directly in clients that support remote MCP. Store your Bearer token in the client config or secret field.

Full connection guide
{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}

Need client videos, organization controls, audit details, and the full feature overview?

More About Dynamic MCP

About this Product

Agent Context Manager

AI agents are only as good as the context they are given. Agent Context Manager is the system of record for that context -- a place to write, organize, version, and reuse the knowledge your agents and workflows depend on. Instead of pasting the same instructions into every agent and re-explaining your brand, your policies, and your product details over and over, you maintain them once as reusable Agent Context documents and reference them everywhere.

What is an Agent Context document?

An Agent Context document is a structured, reusable piece of knowledge that agents and workflows load at runtime. Each document has a title, an optional summary, a body (your actual content, written in Markdown), and tags for organization. Typical documents include brand voice and style guides, standard operating procedures, product catalogs and pricing rules, compliance and policy language, and domain expertise that your agents need to act correctly.

Private documents and public templates

Documents come in two scopes. Private documents belong to you -- you create and edit them, and only you can change them. Public templates are admin-curated starting points anyone can clone. When you clone a template, you get a private copy to customize while a link back to the original is preserved for reference.

Write once, stay in sync everywhere

The same document can be attached to many agents and many workflows. Because they all reference the source document, editing it once updates every place that uses it. Roll out a new policy, a tone change, or a product update by editing a single document instead of hunting through every workflow.

Full version history

Every change is tracked. Version history shows what changed, which fields were edited, and when -- so you can review the evolution of a critical instruction and roll back with confidence if an edit does not land the way you expected.

Key capabilities
  1. Create and update private context documents with Markdown bodies.
  2. Browse and search a library of public templates, then clone the ones you want.
  3. List and search your documents by title, summary, and tags.
  4. Archive documents you no longer use while keeping their history.
  5. Review retained versions and roll back changes.
Who it is for

Marketing and content teams enforcing a consistent brand voice, operations and support teams standardizing how agents handle tasks, and anyone building multi-agent systems who needs a reliable, central source of truth for the knowledge their agents act on.

Frequently Asked Questions

How do I connect this tool to an external agent?

Install commands

npm install -g @agentpmt/mcp-router
agentpmt-setup

Hosted MCP config

{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}

How does an external agent use this tool?

Agent prompt

Use the AgentPMT-Tool-Search-and-Execution tool. First call action 'get_instructions' so you know how to use the tool search interface. Then call action 'get_schema' with tool_id 6a389fd44cde57baf7edba1b ("Agent Context Manager"). After reading the schema and any returned instructions, tell me what this tool can do, we are going to be using it

Can I reuse one document across multiple agents and workflows?

Does it keep version history and can I roll back?

How do my agents and workflows actually use these documents?

How is this different from writing instructions directly into each agent's prompt?

What is an Agent Context document?

What is the difference between a private document and a public template?

Who can see or edit my context documents?

Looking for help integrating AI into your business? Set up a free consultation.

Agent Context Manager by Apoth3osis | AgentPMT