BioFlow / Agent setup
Copy one sentence into any AI coding agent and it connects the MCP server, verifies the connection, and tells you what it did — no manual config required.
MCP needs no API key — OAuth triggers on the first tool call. The connection exposes exactly two tools, search_tools and execute_typescript (Code Mode), through which the 12 scoped operations are reached. The REST API and SDKs need one key, created at app.getbioflow.com/dashboard/settings/developers. Verify by calling search_tools, then execute_typescript with the page.list operation.
Full per-client reference: connecting-ai-assistants and the generated agent-setup docs. Raw file an agent executes: /agent-setup/prompt.md.