Build custom integrations and automations with the IntegrateWise API.
The IntegrateWise REST API allows you to programmatically access and manipulate your workspace data, integrations, and AI agents.
https://api.integratewise.com/v1Authorization: Bearer YOUR_API_KEYExample: Fetch workspace data
curl https://api.integratewise.com/v1/workspace \
-H "Authorization: Bearer YOUR_API_KEY"
{
"id": "ws_123abc",
"name": "My Workspace",
"integrations": [...],
"agents": [...]
}/workspaceGet workspace information/integrationsList all integrations/integrationsConnect a new integration/agentsList AI agents/agents/:id/invokeInvoke an AI agent/spine/entitiesQuery the Spine data layer/renderGenerate output from dataUse our official client libraries for your preferred language.
npm i @integratewise/sdkpip install integratewisego get github.com/integratewise/go-sdk