AgentPMT
MarketplaceWorkflowsBuilder
How To ConnectPricingDocumentation
AI News

One Connection | Infinite Possibilities

AgentPMT
DocumentationArticlesPapers
Our VisionLitepaperx402 Direct
Autonomous AgentsBrand AffiliatesCredential SecurityTerms & ConditionsPrivacy Policy

Documentation

  • Sign Up And Connect Your Agent
  • Download the Mobile App
  • Set The Boundaries
  • Start Customizing!
  • Advanced - Access AI Agent Tools With Rest API
  • Connecting Your AI Agent
  • Write Lean Input For Code Generation
  • Setting Up Your First Budget
  • Watching Agent Activity
  • What is a Tool / Connection
  • What is a Workflow
  • What is a Budget
  • How Credentials Work
  • What is an x402 Wallet
  • What are x402 Payments
  • What are Credits
  • Using Tools and Workflows
  • Browsing the Marketplace
  • Adding Tools to a Budget
  • Building a Workflow in the Visual Builder
  • How to Buy Credits
  • Adding Stablecoin to Your Wallet
  • Understanding Pricing and Credit Costs
  • Setting Spending Caps
  1. Home
  2. Docs
  3. Getting Started
  4. Sign Up And Connect Your Agent

Set up your account and connect your agent in under 10 min!

Getting Started with AgentPMT

Transform your AI assistant into the employee / assistant / personal manager you always wanted with super easy access to tools, workflows, and integrations—all without compromising security.


1. Create Your Account#

All accounts start as user accounts, giving you immediate access to:

  • Connect your AI agent to tools and workflows
  • Discover and remix workflows for private use
  • Purchase products using credits or USDC
  • Manage multiple budgets for different projects or agents

2. Create A Budget#

You will need the Bearer Token from the budget card to connect your agent.

If you haven't done it yet > Create An Account#

3. Connect Your Agent via DynamicMCP#

The Dynamic MCP Server is your agent's gateway to AgentPMT's tool ecosystem. Unlike some MCP servers, our DynamicMPC has 100% Cloud-Based Execution - it cannot edit, read, or access anything on your computer.

  • All tools execute on our secure cloud infrastructure
  • No local file system access or permissions required
  • The local package is just a connector that routes requests to our hosted serve
  • Every action is fully traceable and auditable

Option A: Remote MCP Server#

For browser-based agents and platforms that support streamable HTTP endpoints, you will need the endpoint and the Bearer Token from the budget card on your dashboard.

ENDPOINT: https://api.agentpmt.com/mcp

Option B: Local STDIO Connector#

For Claude Code, Codex, Cursor, Zed, and other platforms requiring STDIO connections, you can install a local connector that hooks up to our hosted MCP server:

In your command line, run this (or ask Claude to do it for you)

npm install -g @agentpmt/mcp-router

Then run >

agentpmt-setup

This lightweight connector routes requests to our hosted MCP server using your Bearer token. All tool execution happens in the cloud.

Watch: Connect Your Platform#

Select your platform below to watch a step-by-step setup video:

See how to connect to each agent > DynamicMCP Setup#

Next
Download the Mobile App