Using Agents
Once an agent has tools and workflows attached, there are five places you can use it. Same agent group controls, same activity log, different surface.
The Agents tab is your home base. Chat, edit, archive.
Try-It scoped chats on marketplace cards and detail pages.
Chat with your agents on the go and confirm payment requests with biometrics.
Connect Claude, Cursor, Codex, and other MCP clients to your Agent Group.
Programmatic invocation with your Bearer Token.
On the dashboard
- Open the Agents tab
From your dashboard, click Agents in the sidebar. The tab header reads "Agents" with the subline "Public groupings of tools and workflows that launch scoped chats." You will see every agent you have built. The primary CTA is New Agent.
- Open an agent and edit or chat
Click an agent card to open it in the Agent Builder. Adjust attachments if needed, then scroll to the Scoped chat preview section and click Open Chat to chat with it live. Anything you type runs against that agent's exact tool and workflow set.
- Watch activity in Control Center
Open Control Center → Agent Activity in another tab while you chat. Each tool call appears with cost, duration, and status. You can filter by Agent Group, time window, or status, expand any row to see the full request and response, and use Export to CSV to take the data offline.
Throughout the website
Across the marketplace, product detail pages, and home-page surfaces, Try It buttons open a scoped chat in a modal so you can run an agent against a specific tool or workflow without leaving the page.
- Click Try It on any marketplace card
The card opens a scoped chat configured for that tool or workflow. The chat uses your standard authentication.
- Send a message
The chat is scoped to only the tool or workflow on the card. Activity is logged the same way as anywhere else.
- Build an agent around it
If a tool or workflow earns its keep, click Build custom agent at the top of the marketplace to enter Agent Builder Mode, then click Add to Agent on the cards you want. See 60 Second Quick Start for the full flow.
On the mobile app
The AgentPMT mobile app is another way to chat with your agents. You can run them on the go and confirm any pending payment requests with biometric authentication (Face ID, fingerprint, or device PIN).
- Install the app
Get it from the Download Mobile App page. Android available now; iOS in a future release.
- Sign in
Use the same email and password as the web dashboard. Your agents and activity sync automatically.
Local MCP agents
Local agents use your Agent Group's Bearer Token to discover and call approved AgentPMT tools through MCP. Use hosted Streamable HTTPS when your client supports a remote server; use the local STDIO router when the client requires a command.
The canonical setup matrix is maintained in MCP Connection so client-specific config examples do not drift across docs.
Via the API
Programmatic access uses your Agent Group's Bearer Token in the standard Authorization: Bearer <token> header.
The full request shapes, response formats, error codes, and worked examples live in the dedicated API tutorial. Endpoints are not duplicated here so they cannot drift.

