Discover
List /integration/{provider}/operations and
inspect one operation before building the client.
Daptin
Run Daptin →
Integrations guide
Install an OpenAPI v2 or v3 definition, select its authentication model, discover the generated operations, and expose only the calls your product needs.
Create an integration record with a unique name,
lowercase openapiv2 or
openapiv3 language, JSON or YAML format, the
specification, authentication type, and enable state.
Integration management remains administrator-only.
List /integration/{provider}/operations and
inspect one operation before building the client.
POST inputs under input to
/integration/{provider}/{operationId}.
Pass oauth_token_id or
credential_id at the top level, not inside
provider input.
Inspect the provider-scoped OpenAPI output at
/integration/{provider}/openapi.yaml.
Repeat the matrix for each transport the product uses. REST, GraphQL over HTTP, unary gRPC, and short-lived WebSocket request/response operations share the integration concept, but they do not share identical timeout or error behavior.
Credential ownership