BioFlow / Agent setup / Codex

Connect Codex to BioFlow.

What you get
  • 12 operations reachable via search_tools/execute_typescript (Code Mode) over OAuth — no API key needed, scope-filtered to what you grant
  • The REST API and both SDKs, if you'd rather script against BioFlow
  • A one-call verify step, so you know the connection actually works
Command
codex mcp add bioflow --url https://app.getbioflow.com/api/mcp

Run codex mcp login bioflow to complete OAuth.

Verify

Call search_tools (no arguments), then call execute_typescript with code return await external_page_list({}) (the page.list operation) — or run curl -H "Authorization: Bearer $BIOFLOW_API_KEY" https://app.getbioflow.com/v1/usage.

The exact file this agent should fetch and execute itself: /agent-setup/prompt.md. Full reference: connecting-ai-assistants.