Integration Guide
Detailed implementation for registering external pipeline
Registration Process
curl -X POST "https://glchat.example.com/register-external-pipeline" \
-H "Authorization: Bearer YOUR_GLCHAT_TOKEN" \
-H "Content-Type: application/json" \
-H "X-Tenant-ID: your-organization" \
-d '{
"url": "https://your-service.com",
"api_key": "your-service-api-key"
}'
Last updated