Using our API via a dedicated deployment? Just replace
api.langdock.com with your deployment’s base URL: <deployment-url>/api/publicRequired Scopes
This endpoint requires theINTEGRATION_API scope.
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Integration name (max 40 characters) |
description | string | No | Integration description (max 90 characters) |
Example
Response Format
Success Response (201 Created)
Example Response
Error Handling
| Status Code | Description |
|---|---|
| 400 | Invalid request body (name too long, invalid characters) |
| 401 | Invalid or missing API key |
| 429 | Rate limit exceeded |
| 500 | Internal server error |
Next Steps
After creating an integration, you’ll typically want to:- Add actions that agents can execute
- Add triggers that start workflows or conversations
- Configure authentication if your integration requires it
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.