Server Gateway
Server-to-server API integration for iMBRACE platform. Connect your backend systems, workflow engines, and data pipelines with iMBRACE services.
Server Gateway
The iMBRACE Server Gateway provides server-to-server APIs that enable your backend systems, workflow engines, and data pipelines to integrate directly with iMBRACE services.
What is Server Gateway?
Server Gateway is designed for server-to-server integration where your systems call iMBRACE APIs directly:
- Backend System Integration - Your servers calling iMBRACE APIs
- Workflow Engine Integration - Workflow engines like n8n, Zapier, or custom systems
- Data Pipeline Integration - Automated data processing and synchronization
- Bulk Operations - Large-scale data processing and management
Key Capabilities
- Data Board Management - Full CRUD operations on boards and board items
- File Operations - Upload, manage, and process files
- Field Management - Create and manage custom field types
- Data Import/Export - CSV import/export and bulk data operations
- Search & Filtering - Advanced search capabilities across data
Authentication
Server Gateway uses token-based authentication:
curl -H "x-access-token: your-access-token" \
-H "Content-Type: application/json" \
https://app-gateway.dev.imbrace.co/3rd/boardsAvailable APIs
📊 Data Board APIs
- Data Board Management - Complete data board operations, CRUD operations, field management, and bulk data processing
🤖 AI Agent Server Gateway APIs
- AI Agent Server Gateway APIs - Complete AI Agent operations, RAG operations, and ECharts operations
Environments
| Environment | Base URL | Purpose |
|---|---|---|
| Production | https://app-gateway.imbrace.co/3rd/ | Live environment |
| Demo | https://app-gateway.demo.imbrace.co/3rd/ | Testing environment |
| Development | https://app-gateway.dev.imbrace.co/3rd/ | Development environment |
Use Cases
- CRM Integration - Sync customer data between your CRM and iMBRACE
- Workflow Automation - Automate business processes using workflow engines
- Data Synchronization - Keep data in sync between multiple systems
- Bulk Data Processing - Process large datasets programmatically
- Custom Applications - Build custom applications that integrate with iMBRACE
Ready to start? Check out the Getting Started guide for detailed setup instructions.
Dev portal