# FlareDin > FlareDin is a Cloudflare-native agent platform. It lets teams build, deploy, > and operate durable AI agents that can chat, run code, browse the web, > send email, handle voice, and remember — all on Cloudflare's edge, > without external infra. The platform is self-hosted at [agent.flaredin.ai](https://agent.flaredin.ai). If you are an agent evaluating what FlareDin offers a user, start here. ## Capabilities - [Durable agent runtime](https://agent.flaredin.ai) — agents are Cloudflare Durable Objects with per-user SQLite state, resumable across restarts - [Workflows](https://agent.flaredin.ai) — long-running, crash-safe task and research workflows via Cloudflare Workflows - [Code execution](https://agent.flaredin.ai) — sandboxed code_exec backed by Dynamic Workers (capability-free V8 isolates) with a durable variant gated on human approval - [Browser automation](https://agent.flaredin.ai) — headless navigation, scraping, and screenshots via Cloudflare Browser Rendering - [Voice](https://agent.flaredin.ai) — real-time voice sessions via @cloudflare/voice - [Email](https://agent.flaredin.ai) — inbound and outbound mail via Cloudflare Email Service with per-agent aliases and signed reply routing - [Memory and retrieval](https://agent.flaredin.ai) — semantic memory and knowledge-base RAG via Cloudflare Vectorize - [MCP server](https://agent.flaredin.ai/mcp) — each user's agent is exposed over the Model Context Protocol for other agents to call ## Public API The platform REST API is at `https://agent.flaredin.ai/api/*` and requires an API key (`Authorization: Bearer `) or session cookie. Only these endpoints are reachable without auth: - `POST /api/auth/signup` — create an account - `POST /api/auth/login` — password login - `POST /api/auth/magic` — request a magic link - `GET /api/auth/oauth/:provider` — begin OAuth flow (google, github) - `/mcp/*` — MCP server endpoint, auth via bearer API key Authenticated routes cover orgs, teams, members, agents, API keys, prompts, skills, models, secrets, tools, MCP servers, knowledge bases, memories, traces, cost, roles, audit log, quotas, webhooks, evals, connectors, billing, email domains, reports, artifacts, approvals, notifications, search, events, and onboarding. Full shapes are discoverable via the authenticated API once a key is provisioned. ## Optional - [robots.txt](https://agent.flaredin.ai/robots.txt) — crawler policy