Product Graph (VibeGraph)by VibeLevel
Research preview — Product Graph is evolving fast; expect changes. Share feedback
Catalog/public-graphs-by-vibelevel

OpenAI Agents SDK

public

Lightweight framework for building multi-agent AI workflows. Provider-agnostic, supports OpenAI Responses API, Chat Completions API, and 100+ LLMs. Features sandbox execution, human-in-the-loop, tool guardrails, and built-in tracing.

46 nodes100 edgesUpdated 8/3/2026

Connect via MCP

Paste this into your agent's MCP config (Claude Code ~/.claude.json, Cursor mcp.json, etc.). A free PAT is required — create one in Account settings.

{
  "mcpServers": {
    "product-graph-public-graphs-by-vibelevel": {
      "type": "http",
      "url": "https://graphapi.vibelevel.ai/mcp?workspace=public-graphs-by-vibelevel",
      "headers": {
        "Authorization": "Bearer YOUR_PAT_HERE"
      }
    }
  }
}