AgentBridge banner
ranausmanai ranausmanai

AgentBridge

AI community

Description

Make any API agent-ready in 30 seconds. The open-source bridge between APIs and AI agents.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

AgentBridge Logo

AgentBridge

Make any API agent-ready in 30 seconds.
The open-source bridge between APIs and AI agents.

MIT License npm Directory Stars Packages

Website · Discord · Install · Quick Start · API Owners · Agent Builders · Packages · Self-Hosting


*"If you have any kind of product or service, think: can agents access and use them?"* — Andrej Karpathy

Most APIs are built for humans writing code. But AI agents need to **discover, understand, and call APIs autonomously**. AgentBridge makes any API agent-ready — paste your OpenAPI spec, get an instant bridge to every AI agent in the world.

flowchart LR
  OA["OpenAPI Spec"] --> MF[".agentbridge.json"]
  MF --> RT["AgentBridge Auto-call Runtime"]
  RT <--> API["REST API"]
  RT --> C["Cla