Integrations

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>

post/v2/integrations

Request body

OR

Response

An integration object.

OR

Changes

Changed in 2 of the 16 revisions of this API.3

    • the response property oneOf[LlmIntegration]/config/oneOf[AnthropicConfig]/base_url became required for the status 201

      response-property-became-required

    • added the new optional request property oneOf[CreateLlmIntegrationRequest]/config/oneOf[CreateAnthropicConfig]/base_url

      new-optional-request-property

    • added the optional property oneOf[LlmIntegration]/config/oneOf[AnthropicConfig]/base_url to the response with the 201 status

      response-optional-property-added

Of the 16 revisions, 1 has no diff computed.