Prerequisites
- An access token or client credentials
- Understanding of connectors
List registry connectors
Searching
Use theq parameter for free-text search over connector names and descriptions:
Pagination
The registry list endpoint supportspageSize and pageToken query parameters. The response includes nextPageToken (opaque cursor for the next page) and totalSize (not currently populated by the server — treat as absent).
Get a registry connector
Using a registry connector
When you find a registry connector you want to use, attach it to an agent by referencing itsid as the name field:
The
config object is validated against the registry connector’s configSchema. If your config doesn’t match the schema, the request will be rejected.Available registry connectors
For a catalog of available registry connectors with detailed documentation, see the Registry Connectors section.Next steps
- Learn how to manage connectors on your agents
- Read about connector auth for outbound connectors
- Browse the registry connector catalog