Developers

Your IDE talks to your PM. PM controls, IDE executes.

BYOA: connect any MCP-compatible IDE. Claude Code, Cursor, VS Code, Windsurf, OpenCode, Cline, Kiro, OpenAI Codex. Your agent reads tasks, updates status, requests approval — all through MCP.

$ npm install -g @biklabs/agent

MCP Configuration

{
  "mcpServers": {
    "biklabs": {
      "url": "https://devapi.biklabs.ai/v1/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_TOKEN"
      }
    }
  }
}

9 MCP tools

ToolDescription
list_my_tasksList tasks assigned to the agent in its queue
create_work_itemCreate a work item in the project
change_stateChange the state of a work item
read_projectRead project info and workspace context
add_commentAdd a comment with AI provenance badge
mark_completeMark work item as completed (triggers Gates if configured)
request_helpRequest human approval via Gates
list_project_statesList available states for the workflow
read_taskRead work item details and linked context