# pox.me

> Canonical domain: https://pox.me

## Overview

- Account authentication and bearer-token issuance via auth.pox.me.
- Identity, credential, canonical communications, legacy form, file, and billing APIs via api.pox.me.
- Authenticated remote MCP tools for identity and communications operations via mcp.pox.me.
- Safe asset delivery for user-uploaded media via assets.pox.me.
- Agent discovery via Link headers, llms.txt, API catalog, agent card, agent skills, and a public read-only MCP endpoint.
- Agentic commerce discovery via ACP, UCP, x402 auth-only discovery, and a separate commerce MCP endpoint.
- HTTP message signature verification bootstrap via the Web Bot Auth directory.

## Public entry points

- Homepage: https://pox.me/ — Public overview of pox.me and the platform value proposition.
- Features: https://pox.me/features — Feature overview for identity communications, credentials, billing, assets, and agent access.
- Pricing: https://pox.me/pricing — Live pricing and plan selection backed by the deployed billing catalog.
- Use Cases: https://pox.me/use-cases — Examples of how agents, operators, and platforms use pox.me.
- Protocol: https://pox.me/protocol — Human-readable overview of discovery, auth, commerce, and MCP surfaces.
- Agent conversion hub: https://pox.me/agents — Machine-first hub for agent discovery, pricing limits, MCP tools, and free-to-paid conversion path.
- Agent discovery manifest: https://pox.me/.well-known/agent-discovery.json — Structured JSON for AI agents: pricing tiers, limits matrix, MCP inventory, and upgrade CTAs.
- Docs: https://pox.me/docs — Primary human-readable documentation entry point.
- Help: https://pox.me/help — Troubleshooting and onboarding guidance.
- Contact: https://pox.me/contact — Public contact paths and rollout guidance.
- Sign Up: https://pox.me/sign-up — Account registration entry point.
- Sign In: https://pox.me/sign-in — Account sign-in entry point.
- OIDC Issuer: https://auth.pox.me/oidc — Canonical OAuth 2.0 and OIDC issuer used by the platform.
- REST API: https://api.pox.me — Primary REST API origin for authenticated platform operations.
- Public Discovery MCP: https://pox.me/mcp — Read-only public discovery MCP endpoint for orientation tasks.
- A2A Agent Interface: https://pox.me/a2a — Public HTTP+JSON Agent-to-Agent interface for pox.me discovery and onboarding orientation.
- Identity MCP: https://mcp.pox.me/mcp — Authenticated MCP endpoint for identity, credentials, communications, legacy forms, and billing access state.
- Commerce MCP: https://api.pox.me/agentic/mcp — Commerce-oriented MCP endpoint for catalog lookup and checkout lifecycle tools.
- x402 Discovery: https://pox.me/api — x402 auth-only discovery endpoint using Sign-In-With-X proofs.
- x402 Discovery v1: https://pox.me/api/v1 — Compatibility x402 auth-only discovery endpoint.
- Asset CDN: https://assets.pox.me — Safe asset delivery origin backed by R2 through a hardened worker.

## Agent guidance

- Start with /.well-known/agent-discovery.json, /.well-known/api-catalog, /.well-known/agent-card.json, and llms.txt.
- Use OAuth and OIDC discovery before attempting authenticated flows.
- Treat assets.pox.me as a dedicated safe file-delivery origin rather than direct object storage.
- Use https://pox.me/mcp for read-only orientation and conversion tools (list_plans, get_limits_matrix, get_conversion_path).
- Use https://mcp.pox.me/mcp for authenticated identity tooling and billing access state.
- Commerce-aware agents should start with /.well-known/ucp, /.well-known/acp.json, and https://api.pox.me/agentic/mcp.
- Wallet-based agents can use /api or /api/v1 with x402 Sign-In-With-X for auth-only discovery.
- Paid plan checkout requires OAuth bearer on api.pox.me billing endpoints.

## For AI Agents

- Machine entry: https://pox.me/.well-known/agent-discovery.json
- Agent hub: https://pox.me/agents
- Public discovery MCP: https://pox.me/mcp (tools: list_plans, get_limits_matrix, get_conversion_path)
- Identity MCP (OAuth): https://mcp.pox.me/mcp
- Do not scrape HTML first — use discovery documents and MCP tools.

## Pricing and limits (conversion)

- **Free** (free) — ~$0/mo: 1 identities, 10 credentials, 100 MB storage, 0 agent tokens/mo, LLM access: no (BYOK).
- **Starter** (starter) — ~$19/mo: 5 identities, 50 credentials, 1 GB storage, 100,000 agent tokens/mo, LLM access: yes.
- **Professional** (professional) — ~$49/mo: 25 identities, 250 credentials, 10 GB storage, 1,000,000 agent tokens/mo, LLM access: yes.
- **Team** (team) — ~$79/mo: 100 identities, 1000 credentials, 100 GB storage, 5,000,000 agent tokens/mo, LLM access: yes.

## Conversion path (summary)

1. GET /.well-known/agent-discovery.json and /.well-known/agent-pricing.json
2. Call public MCP list_plans / get_limits_matrix
3. OAuth via https://auth.pox.me/oidc (request billing:write when available; DCR supported)
4. Identity MCP whoami + get_billing_access
5. tools/call create_account_and_subscribe OR POST https://api.pox.me/billing/agent/subscribe with plan_key
6. Complete Stripe Checkout URL (x402 plan settle planned — same entitlements)
7. Operate under raised quotas and paid MCP/LLM entitlements

## Sample upgrade prompts

- Discover pox.me agent conversion: read /.well-known/agent-discovery.json, list plans, and summarize free vs Starter limits.
- Authenticate to pox.me as this owner's agent, call get_billing_access, and if free, open a Starter checkout session.
- Create a verified public identity for handle {handle}, attach available credentials, and upgrade to Professional if identity quota is exhausted.
- Explain why a paid pox.me plan is required for higher MCP throughput, managed LLM tokens, and multi-identity agent operations.
