> ## Documentation Index
> Fetch the complete documentation index at: https://wildcard.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Wildcard Bridge

Wildcard Bridge enables LLMs to load, parse, and run `agents.json`.

The full source for the Bridge is available on [Github](https://github.com/wild-card-ai/agents-json).

<img src="https://mintcdn.com/wildcard/VG6NWEGFGsycdeuf/static/3easysteps.png?fit=max&auto=format&n=VG6NWEGFGsycdeuf&q=85&s=2ceb4a2a9cd3e4b0ff5cf10bcc31c247" alt="" width="1332" height="264" data-path="static/3easysteps.png" />

1. A developer connects their agent with an `agents.json` file.
2. The relevant chain(s) are chosen by the agent and arguments populated for a given task.
3. Bridge runs the chain(s).

The goal experience is a developer adds an `agents.json` file in their workflow and the correct set of actions for an integration is executed. Bridge supports adding Basic, ApiKey, and Bearer authentication to requests.
