SupportCore answers your customers with AI — but it's only as sharp as the data it can reach. A connector is the bridge: a small service you host that lets the agent look up live data and run the actions you allow, safely. One simple contract, any stack. This is where you build it.
The full contract: authentication, the manifest, lookups, actions, errors and versioning. Everything you need to build one.
Three steps to a working connector: host the endpoint, publish a manifest, connect it in the console.
A complete, compliant connector in ~40 lines — manifest, a lookup and an action. Copy, adapt, ship.
Least privilege, encrypted keys, human-approved writes, full audit. How connectors stay safe by design.
/supportcore/v1 over HTTPS, guarded by a bearer key you issue.GET /manifest. SupportCore reads it and turns each into an agent tool — automatically.