{
  "info": {
    "name": "Agent Gateway — 40+ AI Agent Services",
    "description": "Complete API collection for Agent Gateway. One API key unlocks 40+ production services: crypto wallets, DeFi trading, code execution, file storage, web scraping, LLM routing, IP geolocation, and more.\n\nGet your free API key: POST /api/keys/create (50 free requests/day, no email required)\nPublic APIs (no key needed): GET /ip, GET /ip/json, GET /ip/geo/:address\n\nDocs: https://api-catalog-tau.vercel.app\nGateway: https://agent-gateway-kappa.vercel.app",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "variable": [
    {
      "key": "api_key",
      "value": "YOUR_API_KEY_HERE",
      "type": "string"
    },
    {
      "key": "base_url",
      "value": "https://agent-gateway-kappa.vercel.app",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "0. Public APIs (No Auth Required)",
      "description": "These endpoints work without any API key or signup. Try them immediately.",
      "item": [
        {
          "name": "Get Your IP Address (plain text)",
          "request": {
            "method": "GET",
            "url": {
              "raw": "https://agent-gateway-kappa.vercel.app/ip",
              "protocol": "https",
              "host": [
                "agent-gateway-kappa.vercel.app"
              ],
              "path": [
                "ip"
              ]
            },
            "description": "Returns your public IP address as plain text. No auth needed."
          }
        },
        {
          "name": "Get Your IP + Geolocation (JSON)",
          "request": {
            "method": "GET",
            "url": {
              "raw": "https://agent-gateway-kappa.vercel.app/ip/json",
              "protocol": "https",
              "host": [
                "agent-gateway-kappa.vercel.app"
              ],
              "path": [
                "ip",
                "json"
              ]
            },
            "description": "Returns your IP address with full geolocation data (country, city, timezone, ISP, coordinates). No auth needed."
          }
        },
        {
          "name": "Look Up Any IP Address",
          "request": {
            "method": "GET",
            "url": {
              "raw": "https://agent-gateway-kappa.vercel.app/ip/geo/8.8.8.8",
              "protocol": "https",
              "host": [
                "agent-gateway-kappa.vercel.app"
              ],
              "path": [
                "ip",
                "geo",
                "8.8.8.8"
              ]
            },
            "description": "Geolocation lookup for any IP address. No auth needed. Rate limit: 120 req/min."
          }
        }
      ]
    },
    {
      "name": "1. Get Started",
      "description": "Create your free API key. No email or credit card required.",
      "item": [
        {
          "name": "Create API Key (50 free requests/day)",
          "request": {
            "method": "POST",
            "url": {
              "raw": "https://agent-gateway-kappa.vercel.app/api/keys/create",
              "protocol": "https",
              "host": [
                "agent-gateway-kappa.vercel.app"
              ],
              "path": [
                "api",
                "keys",
                "create"
              ]
            },
            "description": "Creates a new API key with 50 free requests/day. Save the returned api_key — you'll need it for all other requests."
          }
        },
        {
          "name": "Check Credit Balance",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://agent-gateway-kappa.vercel.app/api/keys/balance",
              "protocol": "https",
              "host": [
                "agent-gateway-kappa.vercel.app"
              ],
              "path": [
                "api",
                "keys",
                "balance"
              ]
            },
            "description": "Check your remaining credits."
          }
        },
        {
          "name": "List All Services",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://agent-gateway-kappa.vercel.app/api/services",
              "protocol": "https",
              "host": [
                "agent-gateway-kappa.vercel.app"
              ],
              "path": [
                "api",
                "services"
              ]
            },
            "description": "Discover all available services and their endpoints."
          }
        },
        {
          "name": "Payment Info (USDC on Base)",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Authorization",
                "value": "Bearer {{api_key}}",
                "type": "text"
              }
            ],
            "url": {
              "raw": "https://agent-gateway-kappa.vercel.app/api/payments/info",
              "protocol": "https",
              "host": [
                "agent-gateway-kappa.vercel.app"
              ],
              "path": [
                "api",
                "payments",
                "info"
              ]
            },
            "description": "Get the USDC address for topping up credits."
          }
        }
      ]
    },
    {
      "name": "Infrastructure",
      "description": "Infrastructure services",
      "item": [
        {
          "name": "Agent Gateway",
          "description": "Unified API gateway routing to all 40+ backend services. Single API key, rate limiting, usage tracking.",
          "item": [
            {
              "name": "List all available services",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-gateway/api/services",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-gateway",
                    "api",
                    "services"
                  ]
                }
              }
            },
            {
              "name": "Create API key (50 free requests/day)",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-gateway/api/keys/create",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-gateway",
                    "api",
                    "keys",
                    "create"
                  ]
                }
              }
            },
            {
              "name": "Check credit balance",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-gateway/api/keys/balance",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-gateway",
                    "api",
                    "keys",
                    "balance"
                  ]
                }
              }
            },
            {
              "name": "Usage stats for your key",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-gateway/api/usage",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-gateway",
                    "api",
                    "usage"
                  ]
                }
              }
            },
            {
              "name": "Payment info for topping up",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-gateway/api/payments/info",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-gateway",
                    "api",
                    "payments",
                    "info"
                  ]
                }
              }
            }
          ]
        },
        {
          "name": "DNS Lookup",
          "description": "DNS resolution, WHOIS lookup, domain availability checks.",
          "item": [
            {
              "name": "Resolve A/AAAA records",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-dns/api/resolve/example.com",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-dns",
                    "api",
                    "resolve",
                    "example.com"
                  ]
                }
              }
            },
            {
              "name": "Specific record type",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-dns/api/resolve/example.com/MX",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-dns",
                    "api",
                    "resolve",
                    "example.com",
                    "MX"
                  ]
                }
              }
            },
            {
              "name": "WHOIS lookup",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-dns/api/whois/example.com",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-dns",
                    "api",
                    "whois",
                    "example.com"
                  ]
                }
              }
            },
            {
              "name": "Domain availability",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-dns/api/check/example.com",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-dns",
                    "api",
                    "check",
                    "example.com"
                  ]
                }
              }
            }
          ]
        },
        {
          "name": "Event Bus",
          "description": "Pub-sub messaging with channels, webhooks, WebSocket streaming.",
          "item": [
            {
              "name": "Create channel",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-eventbus/api/channels",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-eventbus",
                    "api",
                    "channels"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"my-channel\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "Publish event",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-eventbus/api/channels/:id/publish",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-eventbus",
                    "api",
                    "channels",
                    ":id",
                    "publish"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"type\": \"test\",\n  \"data\": {\n    \"message\": \"hello\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "Subscribe to channel",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-eventbus/api/subscriptions",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-eventbus",
                    "api",
                    "subscriptions"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"channelId\": \"ch_...\",\n  \"webhookUrl\": \"https://example.com/hook\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            }
          ]
        },
        {
          "name": "File Storage",
          "description": "File upload/download with TTL expiration and direct download links.",
          "item": [
            {
              "name": "List files",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-filestorage/api/files",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-filestorage",
                    "api",
                    "files"
                  ]
                }
              }
            },
            {
              "name": "Upload base64 file",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-filestorage/api/files/upload/base64",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-filestorage",
                    "api",
                    "files",
                    "upload",
                    "base64"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"filename\": \"test.txt\",\n  \"content\": \"SGVsbG8gV29ybGQ=\",\n  \"contentType\": \"text/plain\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            }
          ]
        },
        {
          "name": "LLM Router",
          "description": "Multi-provider LLM proxy: OpenAI, Anthropic, Google, Groq.",
          "item": [
            {
              "name": "Chat completion",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-llm/api/chat",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-llm",
                    "api",
                    "chat"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"model\": \"gpt-4o-mini\",\n  \"messages\": [\n    {\n      \"role\": \"user\",\n      \"content\": \"Hello\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "OpenAI-compatible endpoint",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-llm/v1/chat/completions",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-llm",
                    "v1",
                    "chat",
                    "completions"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"model\": \"gpt-4o-mini\",\n  \"messages\": [\n    {\n      \"role\": \"user\",\n      \"content\": \"Hello\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "List available models",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-llm/api/models",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-llm",
                    "api",
                    "models"
                  ]
                }
              }
            },
            {
              "name": "List providers",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-llm/api/providers",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-llm",
                    "api",
                    "providers"
                  ]
                }
              }
            }
          ]
        },
        {
          "name": "Log Drain",
          "description": "Centralized log ingestion and querying.",
          "item": [
            {
              "name": "Ingest log entry",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-logdrain/api/logs",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-logdrain",
                    "api",
                    "logs"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"stream\": \"my-app\",\n  \"level\": \"info\",\n  \"message\": \"Test log entry\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "Query logs",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-logdrain/api/logs?stream=my-app",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-logdrain",
                    "api",
                    "logs"
                  ],
                  "query": [
                    {
                      "key": "stream",
                      "value": "my-app"
                    }
                  ]
                }
              }
            },
            {
              "name": "Log statistics",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-logdrain/api/logs/stats",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-logdrain",
                    "api",
                    "logs",
                    "stats"
                  ]
                }
              }
            }
          ]
        },
        {
          "name": "Agent Memory",
          "description": "KV store, vector search, conversation history for agents.",
          "item": [
            {
              "name": "Set key-value",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-memory/api/kv/default",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-memory",
                    "api",
                    "kv",
                    "default"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"key\": \"greeting\",\n  \"value\": \"Hello World\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "Get value",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-memory/api/kv/default/greeting",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-memory",
                    "api",
                    "kv",
                    "default",
                    "greeting"
                  ]
                }
              }
            },
            {
              "name": "Store vector",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-memory/api/vectors/default",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-memory",
                    "api",
                    "vectors",
                    "default"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"id\": \"doc1\",\n  \"text\": \"Sample text for embedding\",\n  \"metadata\": {\n    \"source\": \"test\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "Semantic search",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-memory/api/vectors/default/search",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-memory",
                    "api",
                    "vectors",
                    "default",
                    "search"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"query\": \"sample\",\n  \"limit\": 5\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            }
          ]
        },
        {
          "name": "Uptime Monitor",
          "description": "Health checking, response times, incident detection.",
          "item": [
            {
              "name": "Create monitor",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-monitor/api/monitors",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-monitor",
                    "api",
                    "monitors"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"url\": \"https://example.com\",\n  \"interval\": 300\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "List monitors",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-monitor/api/monitors",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-monitor",
                    "api",
                    "monitors"
                  ]
                }
              }
            },
            {
              "name": "Public status page",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-monitor/api/status",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-monitor",
                    "api",
                    "status"
                  ]
                }
              }
            }
          ]
        },
        {
          "name": "Agent Registry",
          "description": "Agent directory: register, discover, search agents.",
          "item": [
            {
              "name": "Register agent",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-registry/api/agents/register",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-registry",
                    "api",
                    "agents",
                    "register"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"my-agent\",\n  \"url\": \"https://example.com/agent\",\n  \"capabilities\": [\n    \"search\",\n    \"code\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "Search agents",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-registry/api/agents?category=defi",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-registry",
                    "api",
                    "agents"
                  ],
                  "query": [
                    {
                      "key": "category",
                      "value": "defi"
                    }
                  ]
                }
              }
            },
            {
              "name": "Auto-discover agent from URL",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-registry/api/discover",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-registry",
                    "api",
                    "discover"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"url\": \"https://example.com\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "Top-rated agents",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-registry/api/featured",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-registry",
                    "api",
                    "featured"
                  ]
                }
              }
            }
          ]
        },
        {
          "name": "Scheduler",
          "description": "Cron jobs, interval timers, one-time tasks.",
          "item": [
            {
              "name": "Create schedule",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-scheduler/api/schedules",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-scheduler",
                    "api",
                    "schedules"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"health-check\",\n  \"type\": \"cron\",\n  \"cron\": \"*/5 * * * *\",\n  \"webhookUrl\": \"https://example.com/health\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "List schedules",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-scheduler/api/schedules",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-scheduler",
                    "api",
                    "schedules"
                  ]
                }
              }
            },
            {
              "name": "Upcoming executions",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-scheduler/api/upcoming",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-scheduler",
                    "api",
                    "upcoming"
                  ]
                }
              }
            },
            {
              "name": "Validate cron",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-scheduler/api/cron/validate",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-scheduler",
                    "api",
                    "cron",
                    "validate"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"expression\": \"*/5 * * * *\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            }
          ]
        },
        {
          "name": "Task Queue",
          "description": "Job queues, worker coordination, multi-step workflows.",
          "item": [
            {
              "name": "Create queue",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-taskqueue/api/queues",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-taskqueue",
                    "api",
                    "queues"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"my-queue\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "Submit task",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-taskqueue/api/queues/my-queue/tasks",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-taskqueue",
                    "api",
                    "queues",
                    "my-queue",
                    "tasks"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"type\": \"process\",\n  \"data\": {\n    \"item\": \"test\"\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "Claim next task",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-taskqueue/api/queues/my-queue/claim",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-taskqueue",
                    "api",
                    "queues",
                    "my-queue",
                    "claim"
                  ]
                }
              }
            }
          ]
        },
        {
          "name": "Webhook Relay",
          "description": "Receive, store, forward, and replay webhooks.",
          "item": [
            {
              "name": "Create webhook endpoint",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-webhooks/api/endpoints",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-webhooks",
                    "api",
                    "endpoints"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"my-webhook\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            }
          ]
        },
        {
          "name": "Frostbyte Domains",
          "description": "Domain registration and DNS. 18 TLDs.",
          "item": [
            {
              "name": "Search availability",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/frostbyte-domains/v1/domains/search?query=example",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "frostbyte-domains",
                    "v1",
                    "domains",
                    "search"
                  ],
                  "query": [
                    {
                      "key": "query",
                      "value": "example"
                    }
                  ]
                }
              }
            },
            {
              "name": "TLD pricing",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/frostbyte-domains/v1/domains/tlds/list",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "frostbyte-domains",
                    "v1",
                    "domains",
                    "tlds",
                    "list"
                  ]
                }
              }
            }
          ]
        }
      ]
    },
    {
      "name": "DeFi",
      "description": "DeFi services",
      "item": [
        {
          "name": "Crypto Data Feeds",
          "description": "Real-time crypto prices. 40+ pairs, 500+ tickers from Binance.",
          "item": [
            {
              "name": "All tracked prices",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/crypto-feeds/api/prices",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "crypto-feeds",
                    "api",
                    "prices"
                  ]
                }
              }
            },
            {
              "name": "Single price (ETH)",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/crypto-feeds/api/price/ETH",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "crypto-feeds",
                    "api",
                    "price",
                    "ETH"
                  ]
                }
              }
            },
            {
              "name": "Single price (BTC)",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/crypto-feeds/api/price/BTC",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "crypto-feeds",
                    "api",
                    "price",
                    "BTC"
                  ]
                }
              }
            },
            {
              "name": "500+ USDT tickers",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/crypto-feeds/api/tickers",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "crypto-feeds",
                    "api",
                    "tickers"
                  ]
                }
              }
            },
            {
              "name": "Available symbols",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/crypto-feeds/api/symbols",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "crypto-feeds",
                    "api",
                    "symbols"
                  ]
                }
              }
            },
            {
              "name": "Create price alert",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/crypto-feeds/api/alerts",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "crypto-feeds",
                    "api",
                    "alerts"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"symbol\": \"ETH\",\n  \"condition\": \"below\",\n  \"price\": 2500\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            }
          ]
        },
        {
          "name": "DeFi Trading",
          "description": "Perpetual futures via Hyperliquid. 275+ markets.",
          "item": [
            {
              "name": "List 275+ perp markets",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/defi-trading/api/markets",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "defi-trading",
                    "api",
                    "markets"
                  ]
                }
              }
            },
            {
              "name": "Mid price",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/defi-trading/api/price/BTC",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "defi-trading",
                    "api",
                    "price",
                    "BTC"
                  ]
                }
              }
            },
            {
              "name": "L2 orderbook",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/defi-trading/api/book/BTC",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "defi-trading",
                    "api",
                    "book",
                    "BTC"
                  ]
                }
              }
            },
            {
              "name": "OHLCV candles",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/defi-trading/api/candles/BTC?interval=1h",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "defi-trading",
                    "api",
                    "candles",
                    "BTC"
                  ],
                  "query": [
                    {
                      "key": "interval",
                      "value": "1h"
                    }
                  ]
                }
              }
            },
            {
              "name": "Funding rate history",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/defi-trading/api/funding/BTC",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "defi-trading",
                    "api",
                    "funding",
                    "BTC"
                  ]
                }
              }
            }
          ]
        },
        {
          "name": "On-Chain Analytics",
          "description": "Token data, trending tokens, wallet portfolios, gas prices.",
          "item": [
            {
              "name": "Trending tokens",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/onchain-analytics/api/trending",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "onchain-analytics",
                    "api",
                    "trending"
                  ]
                }
              }
            },
            {
              "name": "Gas prices (ETH + Base)",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/onchain-analytics/api/gas",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "onchain-analytics",
                    "api",
                    "gas"
                  ]
                }
              }
            },
            {
              "name": "Search tokens",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/onchain-analytics/api/search/pepe",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "onchain-analytics",
                    "api",
                    "search",
                    "pepe"
                  ]
                }
              }
            }
          ]
        }
      ]
    },
    {
      "name": "Blockchain",
      "description": "Blockchain services",
      "item": [
        {
          "name": "Agent Wallet",
          "description": "Non-custodial multi-chain wallet. 7 chains.",
          "item": [
            {
              "name": "Generate new wallet",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-wallet/wallets/generate",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-wallet",
                    "wallets",
                    "generate"
                  ]
                }
              }
            },
            {
              "name": "Derive from mnemonic",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-wallet/wallets/derive",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-wallet",
                    "wallets",
                    "derive"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"mnemonic\": \"word1 word2 ...\",\n  \"chain\": \"ethereum\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "Get balance",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-wallet/wallets/0x742d35Cc.../balance",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-wallet",
                    "wallets",
                    "0x742d35Cc...",
                    "balance"
                  ]
                }
              }
            },
            {
              "name": "All chain balances",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-wallet/wallets/0x742d35Cc.../balance/all",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-wallet",
                    "wallets",
                    "0x742d35Cc...",
                    "balance",
                    "all"
                  ]
                }
              }
            },
            {
              "name": "Swap quote",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-wallet/swap/quote?from=ETH&to=USDC&amount=0.1",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-wallet",
                    "swap",
                    "quote"
                  ],
                  "query": [
                    {
                      "key": "from",
                      "value": "ETH"
                    },
                    {
                      "key": "to",
                      "value": "USDC"
                    },
                    {
                      "key": "amount",
                      "value": "0.1"
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "name": "Contract Deployer",
          "description": "Compile, deploy Solidity contracts on 9 EVM chains.",
          "item": [
            {
              "name": "Compile Solidity",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/contract-deployer/api/compile",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "contract-deployer",
                    "api",
                    "compile"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"source\": \"pragma solidity ^0.8.0; contract Hello { string public greeting = \\\"Hello\\\"; }\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "Estimate gas",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/contract-deployer/api/estimate",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "contract-deployer",
                    "api",
                    "estimate"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"source\": \"...\",\n  \"chain\": \"base\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "List supported chains",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/contract-deployer/api/chains",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "contract-deployer",
                    "api",
                    "chains"
                  ]
                }
              }
            },
            {
              "name": "Contract templates",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/contract-deployer/api/templates",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "contract-deployer",
                    "api",
                    "templates"
                  ]
                }
              }
            }
          ]
        },
        {
          "name": "Token Launchpad",
          "description": "Deploy ERC-20 tokens with one API call. 5 templates, 7 chains.",
          "item": [
            {
              "name": "Token templates",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/token-launchpad/api/templates",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "token-launchpad",
                    "api",
                    "templates"
                  ]
                }
              }
            },
            {
              "name": "Supported chains",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/token-launchpad/api/chains",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "token-launchpad",
                    "api",
                    "chains"
                  ]
                }
              }
            },
            {
              "name": "Compile from template",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/token-launchpad/api/token/compile",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "token-launchpad",
                    "api",
                    "token",
                    "compile"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"template\": \"standard\",\n  \"name\": \"MyToken\",\n  \"symbol\": \"MTK\",\n  \"supply\": \"1000000\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            }
          ]
        },
        {
          "name": "Frostbyte Wallet",
          "description": "Multi-chain crypto wallet with swaps. 9 chains, 0.3% swap fee.",
          "item": [
            {
              "name": "Create account",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/frostbyte-wallet/v1/auth/register",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "frostbyte-wallet",
                    "v1",
                    "auth",
                    "register"
                  ]
                }
              }
            },
            {
              "name": "Generate HD wallet",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/frostbyte-wallet/v1/wallet/create",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "frostbyte-wallet",
                    "v1",
                    "wallet",
                    "create"
                  ]
                }
              }
            },
            {
              "name": "List 9 chains",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/frostbyte-wallet/v1/chains",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "frostbyte-wallet",
                    "v1",
                    "chains"
                  ]
                }
              }
            },
            {
              "name": "Gas prices",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/frostbyte-wallet/v1/chains/gas",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "frostbyte-wallet",
                    "v1",
                    "chains",
                    "gas"
                  ]
                }
              }
            }
          ]
        }
      ]
    },
    {
      "name": "Data",
      "description": "Data services",
      "item": [
        {
          "name": "IP Geolocation",
          "description": "IP geolocation, timezone detection, country lookup.",
          "item": [
            {
              "name": "Full geolocation lookup",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-geo/api/geo/8.8.8.8",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-geo",
                    "api",
                    "geo",
                    "8.8.8.8"
                  ]
                }
              }
            },
            {
              "name": "Caller IP geolocation",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-geo/api/geo/me",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-geo",
                    "api",
                    "geo",
                    "me"
                  ]
                }
              }
            },
            {
              "name": "Country + EU status",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-geo/api/geo/country/8.8.8.8",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-geo",
                    "api",
                    "geo",
                    "country",
                    "8.8.8.8"
                  ]
                }
              }
            },
            {
              "name": "Timezone + local time",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-geo/api/geo/timezone/8.8.8.8",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-geo",
                    "api",
                    "geo",
                    "timezone",
                    "8.8.8.8"
                  ]
                }
              }
            }
          ]
        },
        {
          "name": "Web Scraper",
          "description": "Extract web content as markdown, text, HTML, or structured data.",
          "item": [
            {
              "name": "Scrape URL",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-scraper/api/scrape",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-scraper",
                    "api",
                    "scrape"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"url\": \"https://example.com\",\n  \"format\": \"markdown\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "Extract plain text",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-scraper/api/extract",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-scraper",
                    "api",
                    "extract"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"url\": \"https://example.com\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            }
          ]
        },
        {
          "name": "Web Search",
          "description": "Web search API powered by DuckDuckGo.",
          "item": [
            {
              "name": "Web search (GET)",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-search/api/search?q=AI+agents",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-search",
                    "api",
                    "search"
                  ],
                  "query": [
                    {
                      "key": "q",
                      "value": "AI+agents"
                    }
                  ]
                }
              }
            },
            {
              "name": "Web search (POST)",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-search/api/search",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-search",
                    "api",
                    "search"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"query\": \"AI agent infrastructure\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            }
          ]
        },
        {
          "name": "Analytics API",
          "description": "Request analytics for all platform services.",
          "item": [
            {
              "name": "Platform-wide stats",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/analytics-api/api/overview",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "analytics-api",
                    "api",
                    "overview"
                  ]
                }
              }
            },
            {
              "name": "Per-service breakdown",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/analytics-api/api/services",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "analytics-api",
                    "api",
                    "services"
                  ]
                }
              }
            },
            {
              "name": "Time series data",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/analytics-api/api/timeseries",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "analytics-api",
                    "api",
                    "timeseries"
                  ]
                }
              }
            },
            {
              "name": "Top paths by hits",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/analytics-api/api/paths",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "analytics-api",
                    "api",
                    "paths"
                  ]
                }
              }
            },
            {
              "name": "Error breakdown",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/analytics-api/api/errors",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "analytics-api",
                    "api",
                    "errors"
                  ]
                }
              }
            }
          ]
        }
      ]
    },
    {
      "name": "Dev Tools",
      "description": "Dev Tools services",
      "item": [
        {
          "name": "Code Runner",
          "description": "Sandboxed code execution for JavaScript, Python, TypeScript, and Bash.",
          "item": [
            {
              "name": "Execute code in sandbox",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-coderunner/api/execute",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-coderunner",
                    "api",
                    "execute"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"language\": \"python\",\n  \"code\": \"print(\\\"Hello!\\\")\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "List supported languages",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-coderunner/api/languages",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-coderunner",
                    "api",
                    "languages"
                  ]
                }
              }
            }
          ]
        },
        {
          "name": "Image Processor",
          "description": "Resize, convert, crop, QR codes via Sharp.",
          "item": [
            {
              "name": "Generate QR code",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-imageproc/api/qrcode",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-imageproc",
                    "api",
                    "qrcode"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"text\": \"https://example.com\",\n  \"size\": 256\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "Placeholder image",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-imageproc/api/placeholder/400/300",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-imageproc",
                    "api",
                    "placeholder",
                    "400",
                    "300"
                  ]
                }
              }
            }
          ]
        },
        {
          "name": "Paste / Snippets",
          "description": "Code and text sharing with language detection.",
          "item": [
            {
              "name": "Create paste",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-paste/api/pastes",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-paste",
                    "api",
                    "pastes"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"content\": \"console.log(\\\"hello\\\")\",\n  \"language\": \"javascript\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            }
          ]
        },
        {
          "name": "PDF Generator",
          "description": "Generate PDFs from HTML, Markdown, or URLs.",
          "item": [
            {
              "name": "HTML to PDF",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-pdfgen/api/pdf/from-html",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-pdfgen",
                    "api",
                    "pdf",
                    "from-html"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"html\": \"<h1>Hello World</h1><p>Generated by Agent Gateway</p>\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "Markdown to PDF",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-pdfgen/api/pdf/from-markdown",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-pdfgen",
                    "api",
                    "pdf",
                    "from-markdown"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"markdown\": \"# Hello\\n\\nThis is a test PDF.\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "List PDF templates",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-pdfgen/api/templates",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-pdfgen",
                    "api",
                    "templates"
                  ]
                }
              }
            }
          ]
        },
        {
          "name": "Screenshot",
          "description": "URL-to-image with viewports, full-page, dark mode.",
          "item": [
            {
              "name": "Take screenshot",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-screenshot/api/screenshot",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-screenshot",
                    "api",
                    "screenshot"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"url\": \"https://example.com\",\n  \"viewport\": \"desktop\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "Viewport presets",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-screenshot/api/viewports",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-screenshot",
                    "api",
                    "viewports"
                  ]
                }
              }
            }
          ]
        },
        {
          "name": "URL Shortener",
          "description": "Short URLs with click tracking and analytics.",
          "item": [
            {
              "name": "Create short URL",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-shorturl/api/shorten",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-shorturl",
                    "api",
                    "shorten"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"url\": \"https://example.com/very/long/path\",\n  \"slug\": \"my-link\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "Click analytics",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-shorturl/api/urls/my-link/stats",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-shorturl",
                    "api",
                    "urls",
                    "my-link",
                    "stats"
                  ]
                }
              }
            }
          ]
        },
        {
          "name": "Data Transformer",
          "description": "Convert between JSON, CSV, XML, YAML. Plus base64, hashing.",
          "item": [
            {
              "name": "Convert between formats",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-transform/api/transform",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-transform",
                    "api",
                    "transform"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"input\": \"{\\\"name\\\":\\\"test\\\",\\\"value\\\":42}\",\n  \"from\": \"json\",\n  \"to\": \"csv\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "Hash data",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-transform/api/hash",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-transform",
                    "api",
                    "hash"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": \"hello world\",\n  \"algorithm\": \"sha256\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "Base64 encode",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-transform/api/base64/encode",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-transform",
                    "api",
                    "base64",
                    "encode"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"data\": \"Hello World\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            }
          ]
        },
        {
          "name": "Webhook Inspector",
          "description": "RequestBin alternative. Capture and inspect HTTP requests.",
          "item": [
            {
              "name": "Create inbox",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/webhook-inspector/new",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "webhook-inspector",
                    "new"
                  ]
                }
              }
            }
          ]
        }
      ]
    },
    {
      "name": "Security",
      "description": "Security services",
      "item": [
        {
          "name": "Identity (DIDs)",
          "description": "Cryptographic identities, Ed25519 signing, attestations.",
          "item": [
            {
              "name": "Create DID",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-identity/api/identity/create",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-identity",
                    "api",
                    "identity",
                    "create"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"label\": \"my-agent\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "Verify signature",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-identity/api/identity/verify",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-identity",
                    "api",
                    "identity",
                    "verify"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"did\": \"did:key:...\",\n  \"signature\": \"...\",\n  \"message\": \"hello\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            }
          ]
        },
        {
          "name": "Secrets Vault",
          "description": "AES-256-GCM encrypted secret storage with vaults.",
          "item": [
            {
              "name": "Create vault",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-secrets/api/vaults",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-secrets",
                    "api",
                    "vaults"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"my-vault\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "Set secret",
              "request": {
                "method": "PUT",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-secrets/api/vaults/:id/secrets/my-secret",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-secrets",
                    "api",
                    "vaults",
                    ":id",
                    "secrets",
                    "my-secret"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"value\": \"super-secret-value\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "Get secret (decrypted)",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-secrets/api/vaults/:id/secrets/my-secret",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-secrets",
                    "api",
                    "vaults",
                    ":id",
                    "secrets",
                    "my-secret"
                  ]
                }
              }
            }
          ]
        },
        {
          "name": "Poison Guard",
          "description": "Address poisoning detection for EVM wallets.",
          "item": [
            {
              "name": "Full poisoning analysis",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/poison-guard/api/analyze",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "poison-guard",
                    "api",
                    "analyze"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": \"0x742d35Cc6634C0532925a3b844Bc9e7595f2bD68\",\n  \"chain\": \"ethereum\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "Quick auto-check",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/poison-guard/api/check/0x742d35Cc6634C0532925a3b844Bc9e7595f2bD68",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "poison-guard",
                    "api",
                    "check",
                    "0x742d35Cc6634C0532925a3b844Bc9e7595f2bD68"
                  ]
                }
              }
            }
          ]
        }
      ]
    },
    {
      "name": "Communication",
      "description": "Communication services",
      "item": [
        {
          "name": "Email Sender",
          "description": "Email sending with SMTP, templates, and delivery logs.",
          "item": [
            {
              "name": "Send email",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-email/api/send",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-email",
                    "api",
                    "send"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"to\": \"test@example.com\",\n  \"subject\": \"Test\",\n  \"body\": \"Hello from Agent Gateway\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "List email templates",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-email/api/templates",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-email",
                    "api",
                    "templates"
                  ]
                }
              }
            },
            {
              "name": "Email delivery logs",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-email/api/logs",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-email",
                    "api",
                    "logs"
                  ]
                }
              }
            }
          ]
        }
      ]
    },
    {
      "name": "Marketing",
      "description": "Marketing services",
      "item": [
        {
          "name": "Referral Tracking",
          "description": "Referral links, click tracking, commissions.",
          "item": [
            {
              "name": "Create referral program",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-referral/api/programs",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-referral",
                    "api",
                    "programs"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"My Program\",\n  \"commission\": 10\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "Top affiliates",
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/agent-referral/api/leaderboard",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "agent-referral",
                    "api",
                    "leaderboard"
                  ]
                }
              }
            }
          ]
        }
      ]
    },
    {
      "name": "Gaming",
      "description": "Gaming services",
      "item": [
        {
          "name": "Fair Games",
          "description": "Provably fair games with HMAC-SHA256 cryptographic proofs.",
          "item": [
            {
              "name": "Flip coin",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/fair-games/games/coinflip",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "fair-games",
                    "games",
                    "coinflip"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"clientSeed\": \"test\",\n  \"nonce\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "Roll dice",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/fair-games/games/dice",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "fair-games",
                    "games",
                    "dice"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"clientSeed\": \"test\",\n  \"nonce\": 1,\n  \"sides\": 6,\n  \"count\": 2\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "Draw cards",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/fair-games/games/cards",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "fair-games",
                    "games",
                    "cards"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"clientSeed\": \"test\",\n  \"nonce\": 1,\n  \"count\": 5\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            },
            {
              "name": "Spin roulette",
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Authorization",
                    "value": "Bearer {{api_key}}",
                    "type": "text"
                  },
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "text"
                  }
                ],
                "url": {
                  "raw": "https://agent-gateway-kappa.vercel.app/v1/fair-games/games/roulette",
                  "protocol": "https",
                  "host": [
                    "agent-gateway-kappa.vercel.app"
                  ],
                  "path": [
                    "v1",
                    "fair-games",
                    "games",
                    "roulette"
                  ]
                },
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"clientSeed\": \"test\",\n  \"nonce\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              }
            }
          ]
        }
      ]
    }
  ]
}