Create an integration
Create a new integration. The type field selects the config shape; for LLM, config.provider selects the per-provider config. v1 supports type=LLM (providers OPEN_AI, ANTHROPIC, GEMINI, AWS_BEDROCK, CUSTOM, VERTEX_AI, NVIDIA_NIM) and type=AGENT.
<Warning>This endpoint is in alpha, read more here.</Warning>
Request body
Response
An integration object.
Changes
Changed in 2 of the 16 revisions of this API.3
- ○
the response property
oneOf[LlmIntegration]/config/oneOf[AnthropicConfig]/base_urlbecame required for the status201response-property-became-required
- ○
- ○
added the new optional request property
oneOf[CreateLlmIntegrationRequest]/config/oneOf[CreateAnthropicConfig]/base_urlnew-optional-request-property
- ○
added the optional property
oneOf[LlmIntegration]/config/oneOf[AnthropicConfig]/base_urlto the response with the201statusresponse-optional-property-added
- ○
Of the 16 revisions, 1 has no diff computed.