← BACK TO DOCSDOCS / QUICKSTART

Integration Quickstart

  1. Sign in to Tensient and open your workspace settings.
  2. Go to the DEVELOPER tab and click GENERATE NEW KEY.
  3. Copy the key immediately. It is shown once.
  4. Paste this into your MCP client configuration:
{
  "mcpServers": {
    "tensient": {
      "url": "https://tensient.com/api/mcp",
      "headers": {
        "Authorization": "Bearer tns_YOUR_KEY_HERE"
      }
    }
  }
}

Test connection by asking your agent to run list_signals or list_conversations.