Agentic Data Plane

Set Up Authentication

Agents and tools authenticate through OAuth. Configure an OAuth provider, enable user-delegated access so agents act as the signed-in user, and connect remote MCP clients.

  • Configure an OAuth Provider

    Register an OAuth provider in ADP so MCP servers can authenticate users (or service accounts) against an upstream system like Slack, Jira, GitHub, or Salesforce.

  • Configure User-Delegated OAuth

    Have each end-user authenticate against the MCP server's upstream system with their own credentials. Redpanda stores their token in the vault and injects it at call time.

  • Set Up GitHub OAuth Provider and MCP Server

    Complete walkthrough for configuring GitHub as an OAuth provider and creating a user-delegated GitHub MCP server.

  • Connect Remote MCP Clients

    Connect external MCP clients (Claude Desktop, ChatGPT desktop, Gemini Apps) to MCP servers hosted in AI Gateway. Covers the architecture (MCP server, OAuth Provider, OAuth Client) and the OAuth flow that runs end-to-end.