BioFlow / Agent setup / OpenCode

Connect OpenCode 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
Add this to opencode.json
{
  "mcp": {
    "bioflow": {
      "type": "remote",
      "url": "https://app.getbioflow.com/api/mcp"
    }
  }
}

Approve the OAuth consent screen on the first tool call.

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.