# Sign Up And Connect Your Agent

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

Content type: documentation
Source URL: https://www.agentpmt.com/docs/getting-started/set-up-your-account
Markdown URL: https://www.agentpmt.com/docs/getting-started/set-up-your-account?format=agent-md
Category: Getting Started

---

# 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](/pricing)

## 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](/dynamic-mcp)