Agents

Run AI agents on your stack

BridgeMCP turns your internal tools, SaaS apps and workflows into secure agent capabilities. Build agents that reason, call tools, run jobs and respond to real-world events, automating operational workflows, customer support, incident investigation and reporting.

Anatomy

Markdown in, work out

Agents are markdown bundles .zip upload
support-triage.zip
├─ AGENTS.md
├─ skills/
├─ triage/SKILL.md
├─ escalate/SKILL.md
└─ summarize/SKILL.md
└─ agents/
└─ billing-lookup/AGENT.md · subagent
Upload a .zip containing AGENTS.md, skills/<name>/SKILL.md and agents/<name>/AGENT.md subagent directories.
Job execution Running
12:04:07trigger webhook · stripe.invoice.payment_failed
12:04:08tool stripe.get_customer ok
12:04:09tool slack.post_message ok
12:04:11job completed · result posted to callback
Async jobs with status tracking, results and callbacks. Trigger on schedules or webhooks from Stripe, GitHub and more.
Capabilities

Everything an agent needs

No agents deployed yet
Create an autonomous agent to get started.
Deploy your first agent