Integrations
What your agent can connect to
Only labeled "Available" if it actually works today. Everything below is the real state of the platform, not a roadmap dressed up as a feature list.
Available Now
Wired, tested, and live today.
Read recent email
Read your most recent Gmail messages, optionally filtered by search query.
native · both
Send email
Send an email on your behalf.
native · both
Draft a reply
Compose a reply without sending it -- a non-sensitive reasoning step, not a separate permission.
native · both
Read calendar
List your Google Calendar events in a time range.
native · both
Create event
Create a new calendar event.
native · both
Reschedule / rename event
Move or rename an existing calendar event.
native · both
Connect a wallet
Connect your own external wallet (browser extension or sandbox test wallet).
native · both
Permission-gated purchase check
Run a real authorize() + wallet-limit check for a purchase amount, proving the permission chain end-to-end. No live vendor is connected, so no real charge occurs.
native · both
AP2-style authorization mandate
Produce a PARP-signed authorization record shaped like an AP2 Mandate, proving a specific purchase was authorized under your rules -- a bridge concept, not a certified AP2 implementation.
ap2 · both
Publish to social media
Post or schedule approved content to a connected social channel (Instagram, Facebook, and other Buffer-supported platforms), reusing TradePilot's existing Buffer-backed social publisher.
Business-scope agents only, and only against a channel an admin has already connected and enabled in TradePilot -- there is no per-individual personal-Instagram OAuth flow.
native · business
Read leads
Read your company's leads (status, contact info, notes).
native · business
Update a lead
Update a lead's status or notes.
native · business
Be discoverable by other agents
Publish this agent's identity and capabilities at a standard A2A Agent Card URL so another agent can discover and verify it.
a2a · both
Create a specialist sub-agent
Delegate a narrower slice of your authority to a new sub-agent for a specific job (shopping, research, CRM follow-up, etc.) -- its authority can never exceed yours.
native · both
Verify your identity
Complete hosted identity verification (Stripe Identity) to lift the unverified-mode spending ceiling.
native · both
Coming / In Development
The backend already exists inside TradePilot -- these just need an agent-facing wrapper.
Execute a real x402 payment
Actually broadcast an on-chain x402 payment through your connected wallet once authorize() allows it.
The permission + wallet-limit chain is real and tested; the actual payment-broadcast step (constructing and signing an on-chain x402 transaction via the connected wallet) isn't wired yet.
x402 · both
Create an invoice
Create a customer invoice.
Real backend exists (app/api/invoices) but no agent tool wraps it yet.
native · business
Read receipts
Read logged purchase receipts.
Real backend exists (app/api/receipts) but no agent tool wraps it yet.
native · business
Read jobs
Read production/fulfillment job status.
Real backend exists (app/api/jobs) but no agent tool wraps it yet.
native · business
Protocol-Based (needs an external connection)
The adapter interface is built to a real open standard (UCP, ACP, or a search provider) -- it just has no live merchant/provider connected yet.
Complete a purchase
Complete checkout with a merchant on your behalf, within your spending rules.
No UCP/ACP-compatible merchant is connected yet -- see commerce.ucp / commerce.acp.
ucp · personal
Universal Commerce Protocol
Discover and transact with UCP-compliant merchants (Shopify/Google-backed open standard).
Adapter interface exists (lib/personal-agent/commerce/ucpAdapter.ts) with no live merchant/directory connection configured.
ucp · personal
Agentic Commerce Protocol
Complete in-chat/agent checkout with ACP-compliant merchants (OpenAI/Stripe-backed open standard).
Adapter interface exists (lib/personal-agent/commerce/acpAdapter.ts) with no live merchant connection configured.
acp · personal
Web research
Search the web and summarize findings on a topic, product, or service.
No search-API provider (e.g. a web search API key) is configured server-side yet.
native · both
Future
On the roadmap, not yet started.
Search for products
Search across merchants for a product matching your criteria.
No product-search/merchant-discovery API is integrated yet -- see commerce.ucp.
ucp · personal
Compare prices/options
Compare price, delivery, and options across merchants for a product.
Depends on shopping.search existing first.
ucp · personal
Contact another agent
Send a request to another business's agent and act on its response within your rules.
Agent Card discovery exists; there's no live A2A message transport (message/send) implemented yet -- a request needing this produces an honest plan.note instead of a fabricated interaction.
a2a · both