# BioFlow > BioFlow is a link-in-bio page with a built-in AI agent. You describe what you > want in chat; the agent designs the page, wires up integrations, and keeps > the content fresh by syncing your latest videos, products, posts, and events. > Plans: Free $0 (free forever), Creator $12/mo, Pro $29/mo. BioFlow is made by Devino (devino.ca). The app lives at app.getbioflow.com; public pages are served at getbioflow.com/your-handle. ## Product - [Home](https://getbioflow.com/): what BioFlow is and how the AI agent builds and maintains a bio page - [Pricing](https://getbioflow.com/pricing): full plan comparison — Free, Creator, and Pro with a per-feature matrix - [FAQ](https://getbioflow.com/faq): common questions about the agent, importing, domains, billing, and trials - [Integrations](https://getbioflow.com/integrations): the 9 live integrations (YouTube, Shopify, Instagram, TikTok, Calendly, Cal.com, Mailchimp, Kit (formerly ConvertKit), RSS) ## Integration details - [YouTube](https://getbioflow.com/integrations/youtube): Your latest uploads appear on your bio page automatically — titles, thumbnails, and view counts included. - [Shopify](https://getbioflow.com/integrations/shopify): Your product catalog on your bio page — prices, images, and availability stay in sync with your store. - [Instagram](https://getbioflow.com/integrations/instagram): Your recent posts, embedded on your page as a live grid that updates itself. - [TikTok](https://getbioflow.com/integrations/tiktok): Your newest TikTok videos on your bio page, with covers and view counts, without re-posting anything. - [Calendly](https://getbioflow.com/integrations/calendly): Visitors book you directly from your bio page — your event types stay in sync with Calendly. - [Cal.com](https://getbioflow.com/integrations/cal-com): Open-source scheduling on your bio page — Cal.com event types synced and bookable inline. - [Mailchimp](https://getbioflow.com/integrations/mailchimp): Collect subscribers from your bio page straight into your Mailchimp audience. - [Kit (formerly ConvertKit)](https://getbioflow.com/integrations/kit): Grow your Kit list from your bio page — forms and subscriber counts synced automatically. - [RSS](https://getbioflow.com/integrations/rss): Any blog or podcast with a feed becomes a self-updating section of your bio page. ## Comparisons - [BioFlow vs Linktree](https://getbioflow.com/compare/linktree): honest, dated comparison of plans and features - [BioFlow vs Beacons](https://getbioflow.com/compare/beacons): honest, dated comparison of plans and features ## AI agents & MCP BioFlow ships a remote MCP (Model Context Protocol) server at https://app.getbioflow.com/api/mcp (Streamable HTTP). Any MCP-capable agent — Claude, Claude Code, ChatGPT, Copilot, MCP Inspector — can connect via OAuth 2.1 with PKCE and dynamic client registration (no pre-shared API keys). Tokens are workspace-scoped; publishing is off by default and two-step confirmed. - [MCP server docs](https://getbioflow.com/mcp): how to connect an agent, the 12 tools, OAuth scopes, and safety rails ## API BioFlow ships a public REST API at https://app.getbioflow.com/v1 (Creator 10,000 requests/mo, Pro 100,000 requests/mo; Free has no API access). Auth is an API key (bf_live_/bf_test_); errors are RFC 9457 problem+json with stable codes. Every developer page also serves a markdown twin at {page-url}.md (e.g. https://getbioflow.com/docs/api.md). - [Developer platform](https://getbioflow.com/developers): API + SDK + webhooks + MCP overview - [API docs](https://getbioflow.com/docs/api): quickstart, auth, rate limits, pagination, idempotency, all operations - [Interactive API reference](https://getbioflow.com/docs/api/reference): rendered from the OpenAPI 3.1 spec - [Error codes](https://getbioflow.com/docs/api#errors): the 14-code RFC 9457 problem registry, one page per code - [Webhooks guide](https://getbioflow.com/docs/api/webhooks): Standard Webhooks v1 signing, events, retries, replay - [OpenAPI 3.1 spec](https://getbioflow.com/docs/api/openapi.json): machine-readable surface description - [AI tooling index](https://getbioflow.com/docs/ai): llms.txt, llms-full.txt, .md twins, MCP connect - [Changelog](https://getbioflow.com/changelog): dated platform updates (RSS at https://getbioflow.com/changelog/rss.xml) - [Full API reference as plain text](https://getbioflow.com/llms-full.txt): every operation and error code in one document