Skip to main content
The Integrations API lets you programmatically create and manage custom integrations in your Langdock workspace. Build integrations that connect to your internal tools, APIs, and services.

Base URL

Dedicated deploymentsReplace api.langdock.com with <your-deployment-url>/api/public in all requests.

API Key Scopes

The Integrations API requires specific API key scopes:
Create an API key with INTEGRATION_API scope in your workspace settings to access the full Integrations API.

Available Endpoints

Integrations

Actions

Actions are capabilities you can add to integrations that agents can execute. Each action has a requiresConfirmation default. Agents, workflows, and automations can override it when they run the action.

Triggers

Triggers allow integrations to start workflows based on external events.

Quick Start

Here’s how to create a simple integration with an action:

Use Cases

  • Internal Tools Integration: Connect agents to your company’s internal APIs, databases, or services
  • Custom Workflows: Build integrations that trigger workflows based on external events
  • Data Enrichment: Create actions that fetch and enrich data from multiple sources
  • Automated Reporting: Build integrations that generate and distribute reports

Rate Limits

The Integrations API is limited to 500 RPM per workspace and API key. No token limit applies. If you exceed the limit, you receive a 429 response. Wait and retry with exponential backoff.
Langdock intentionally blocks browser-origin requests to protect your API key and ensure your applications remain secure. For more information, please see our guide on API Key Best Practices.