Getting Started with DataMagik Invoke

Updated Jun 14, 2026
DataMagik Invoke

This guide walks you through connecting to DataMagik Invoke and running your first request.

Prerequisites

  • A DataMagik tenant with the Invoke / MCP feature enabled on your subscription.
  • An API key for your company (generated in DataMagik under API access).
  • Appropriate permissions for what you want to build (e.g. report, dashboard, and app permissions).

Connect

Invoke is available anywhere you use an MCP-capable AI client. Point your client at the DataMagik MCP endpoint and authenticate with your API key:

{
  "mcpServers": {
    "datamagik": {
      "type": "http",
      "url": "https://mcp.data-magik.com/mcp",
      "headers": { "Authorization": "Bearer dcp_your_api_key" }
    }
  }
}

Every request runs against the tenant tied to your API key, under your identity, and is recorded in the audit log.

Your first request

Just describe what you want in plain language. For example:

  • “List the Plex tables related to AR invoices.”
  • “Build a report of open past-due AR invoices grouped by customer.”
  • “Create a dashboard showing daily shipment counts for the last 30 days.”

Invoke confirms the active tenant before any change, builds the output against your live Plex data, and lets you review before publishing.

Was this page helpful?