Hanzo AI
OpenapiAuto

List provider

Connectors returns the connector catalogue.

GET /v1/auto/provider

Addresshttps://api.hanzo.ai/v1/auto/provider
MethodGET
Operationget_auto_provider
AuthAuthorization: Bearer $HANZO_API_KEY

Connectors returns the connector catalogue. Each entry is an external service a flow step can invoke, carrying its auth descriptor and the input properties of its actions and triggers. The catalogue is the same for every tenant, so the gate is a validated principal rather than a per-org view.

Request

GET /v1/auto/provider takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200auto.Catalogok
defaultproblem-detailsrefused

200 body — 34 fields.

FieldInTypeAlwaysDescription
connectorCountbodyinteger (int64)
connectorsbodyauto.ConnectorMetadata[]
connectors[].actionsbodyauto.ConnectorAction[]
connectors[].actions[].descriptionbodystring
connectors[].actions[].displayNamebodystring
connectors[].actions[].namebodystring
connectors[].actions[].propsbodyauto.PropSpec[]
connectors[].actions[].props[].descriptionbodystring
connectors[].actions[].props[].displayNamebodystring
connectors[].actions[].props[].namebodystring
connectors[].actions[].props[].requiredbodyboolean
connectors[].actions[].props[].typebodystringstring|number|boolean|object|array
connectors[].authbodyauto.ConnectorAuth
connectors[].auth.requiredbodyboolean
connectors[].auth.typebodystring
connectors[].categoriesbodystring[]
connectors[].descriptionbodystring
connectors[].displayNamebodystring
connectors[].logoUrlbodystring
connectors[].namebodystring
connectors[].runnablebodybooleanRunnable is whether this provider has an implementation HERE, so a caller can actually invoke what the entry lists.
connectors[].triggersbodyauto.ConnectorTrigger[]
connectors[].triggers[].descriptionbodystring
connectors[].triggers[].displayNamebodystring
connectors[].triggers[].namebodystring
connectors[].triggers[].propsbodyauto.PropSpec[]
connectors[].triggers[].props[].descriptionbodystring
connectors[].triggers[].props[].displayNamebodystring
connectors[].triggers[].props[].namebodystring
connectors[].triggers[].props[].requiredbodyboolean
connectors[].triggers[].props[].typebodystringstring|number|boolean|object|array
connectors[].triggers[].strategybodystring
connectors[].versionbodystring
runnableCountbodyinteger (int64)RunnableCount is how many of them this deployment can actually invoke.

Failure carries the platform error shape — see Errors.

Examples

hanzo auto provider list

Auto API · All Hanzo APIs · Interactive reference

How is this guide?

On this page