Read the docs
Hi, developer 👋

Give your support agent a brain that knows your product.

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.

Where to go next

Connector API specification

The full contract: authentication, the manifest, lookups, actions, errors and versioning. Everything you need to build one.

Read the spec →

Quick start

Three steps to a working connector: host the endpoint, publish a manifest, connect it in the console.

Get moving →

A full example

A complete, compliant connector in ~40 lines — manifest, a lookup and an action. Copy, adapt, ship.

See the code →

Security model

Least privilege, encrypted keys, human-approved writes, full audit. How connectors stay safe by design.

Read the rules →
How it works, in three steps
  1. Host a small endpointServe /supportcore/v1 over HTTPS, guarded by a bearer key you issue.
  2. Publish a manifestDeclare your lookups and actions at GET /manifest. SupportCore reads it and turns each into an agent tool — automatically.
  3. Connect it in the consolePaste your base URL and key into Console → Connections. Your agent starts answering with real, live data.