Skip to content

External API integration

High-level steps to expose your systems to agents as tools over REST.

Steps

  1. Create an integration (base URL + auth).
  2. Define one or more endpoints (method, path, schemas).
  3. Create a tool linked to that integration (apiIntegrationId).
  4. Link the tool to the relevant agent.
  5. Test the endpoint for live validation.

Authentication types

TypeWhen?
nonePublic or internal network
api_keySimple API key
bearerOAuth / JWT bearer
basicUsername/password
oauth2Authorization server flow

Reference

API integrations · Projects API

Cere Insight 2.0 documentation