Skip to main content
All tool execution requests are routed through one endpoint:
POST /api/v2/integrations/execute

Core request shape

{
  "provider": "apollo",
  "operation": "apollo_search_people",
  "payload": { "filters": { "q_organization_domains_list": ["deepline.com"] }
  }
}

Environment variables

  • DEEPLINE_API_KEY (workspace-scoped)
  • Per-provider keys are documented in each provider guide (for BYOK providers)

Auth flow in apps

  1. Register / auth CLI first.
  2. Store token in your workspace.
  3. Use signed headers when calling API endpoints directly.
For payload fields on each action, open the provider page under Integrations and pick the operation.