# AgentEndpoint — Agent-Ready Infrastructure for SaaS ## What is AgentEndpoint? AgentEndpoint records browser workflows and deploys them as secure, versioned, auditable APIs that AI agents call directly. One recording becomes an agent-ready API. ## Capabilities - Workflow Recorder (Chrome Extension): Captures clicks, inputs, navigations. No code required. - OpenAPI Manifest Generator: Auto-generates OpenAPI 3.1 specs with policy stubs, schemas, examples. - Policy Engine: YAML-based rules with allow/deny/flag, rate limits, domain whitelists. Real-time enforcement. - Policy Engine: Risk-scores every action 0-100 before it runs. Allow/deny/flag based on spend limits, allowed domains, rate limits. Stubbed tool responses (Slack, GitHub, Stripe). NOTE: Not yet Docker-isolated — that is a Phase F roadmap item. - MCP Tools: Auto-generated Model Context Protocol tools. 12+ tools. - Verifiable Receipts: Every execution returns a cryptographically signed receipt (ed25519). - Agent Analytics: Track which agents visited, what tools they called, where they failed. ## Pricing | Plan | Price | Calls/mo | MCP | Receipts | Support | |------|-------|----------|-----|----------|---------| | Free | $0 | 1,000 | — | Yes | Community | | Pro | $79/mo | 50,000 | Yes | Yes | Email | | Business | $399/mo | 500,000 | Yes | Yes | Priority | | Enterprise | Custom | Unlimited | Yes | Yes | Dedicated | Overage: $0.002/call. Full refund within 30 days. ## API Endpoints POST /api/v1/auth/register, POST /api/v1/auth/login, GET /api/v1/auth/me, POST /api/v1/auth/api-keys, DELETE /api/v1/auth/api-keys/:id, GET /api/v1/workflows, POST /api/v1/workflows, GET /api/v1/workflows/:id, PUT /api/v1/workflows/:id, DELETE /api/v1/workflows/:id, POST /api/v1/workflows/:id/execute, GET /api/v1/workflows/:id/executions, POST /api/v1/sandbox/run, GET /api/v1/sandbox/runs, GET /api/v1/sandbox/runs/:id, GET /api/v1/sandbox/stubs ## Authentication JWT tokens (7-day expiry), API keys (no expiration), OAuth 2.0 with PKCE. Scopes: read, write, execute, sandbox, purchase, support, admin. ## Policies - Refund: Full refund within 30 days, no questions asked. - Cancellation: Cancel anytime, pro-rated refund. - Privacy: We do not train on customer data. Ever. - Data Retention: Execution logs 90 days. Receipts 7 years. - Agent Usage: Agents welcome. No CAPTCHA. Rate limits apply equally. ## Links - Website: https://api.forgebox.ai - OpenAPI Spec: https://api.forgebox.ai/openapi.json - Capabilities: https://api.forgebox.ai/.well-known/capabilities.json - MCP Server: https://mcp.api.forgebox.ai - GitHub: https://github.com/Yayihie/AgentForge