Which AI tools work with Pagenta?
Anything that speaks MCP: Claude.ai (Connectors), Claude Desktop, Claude Code, Cursor, Codex, Goose, Windsurf, Gemini CLI, plus any future MCP-compatible agent. Also a direct CLI for terminal agents and plain scripts.
What can an agent actually do?
Deploy pages, attach them to Spaces, set passwords and expiry, schedule cron jobs, store secrets, send push broadcasts, read analytics, run experiments, and revise live pages — all via MCP tool calls. See /mcp for the full surface.
How does the budget / approval thing work?
On Studio and above, agents can have their own subscription with capped credits. Sensitive actions (public publishes, secret changes, deletes, broadcasts) require explicit human confirmation. Audit log captures every action with its initiator.
Can the agent see analytics?
Yes — get_page_analytics returns views, visitors, session length, scroll, CTA clicks, form submits, and per-variant experiment performance. An agent can loop on "deploy → observe → revise" without you in the loop.
Is there a free tier for agents?
Yes. The free Pagenta tier has 5 live apps, daily cron, basic analytics — plenty to wire an agent up and prove the loop. Upgrade to Pro when the agent ships often enough to bump against the cap.
What's the MCP URL?
pagenta.ai/api/mcp — same server for all clients. Add it to your agent's config (see /mcp for per-client instructions) and Pagenta's tool surface shows up in the agent's tool list.