Bridges
A bridge connects InstaMCP to one of your APIs.
When to Create a Bridge
Create a bridge when you want the AI agent to call an API, such as:
- Searching products.
- Reading customer orders.
- Creating support tickets.
- Checking subscription status.
- Updating records in your system.
Create a Bridge
- Open Bridge.
- Select New Bridge.
- Enter a bridge name.
- Choose an API source:
- Public OpenAPI URL.
- Raw OpenAPI JSON.
- Add the target API base URL if InstaMCP cannot detect it from the spec.
- Submit the form.
OpenAPI URL
Use this when your API documentation is available at a public URL, for example:
https://api.example.com/openapi.json
The URL must be reachable by InstaMCP.
Raw OpenAPI JSON
Use this when your spec is not public or you want to paste a fixed version.
Before pasting:
- Confirm the JSON is valid.
- Confirm it includes the endpoints you want to expose.
- Remove private examples or secrets.
Target API Base URL
The target API base URL is where real API requests should be sent.
Example:
https://api.example.com/v1
If your OpenAPI document already contains the correct server URL, this field may be optional.
After Creation
After the bridge is created, continue with: