> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apexgenius.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Run your business systems from the AI you already use

> Connect an AI client to authorized Salesforce and business-system operations through one managed ApexGenius gateway.

ApexGenius is a managed MCP gateway for the systems your work depends on. Connect Claude, ChatGPT, Codex, Cursor, VS Code, or another compatible client once, then let ApexGenius discover the operations available to your signed-in account.

Salesforce is the deepest available connector today. n8n and Confluence are available, Jira is Beta, and every preview connector is labeled before you rely on it.

<div className="my-8 flex flex-col items-stretch gap-3 rounded-2xl border border-[#D6E2FF] bg-[#F5F7FF] p-4 dark:border-[#30384A] dark:bg-[#1D2028] md:flex-row md:items-center">
  <div className="flex-1 rounded-xl border border-[#D6E2FF] bg-white p-4 dark:border-[#30384A] dark:bg-[#17191F]"><strong>AI client</strong><br /><span className="text-sm text-[#6B6B66] dark:text-[#A9AFB8]">Your prompt and confirmation controls</span></div>
  <div aria-hidden="true" className="self-center text-xl font-bold text-[#0055FF]">→</div>
  <div className="flex-1 rounded-xl border border-[#D6E2FF] bg-white p-4 dark:border-[#30384A] dark:bg-[#17191F]"><strong>ApexGenius gateway</strong><br /><span className="text-sm text-[#6B6B66] dark:text-[#A9AFB8]">Account-aware tool discovery</span></div>
  <div aria-hidden="true" className="self-center text-xl font-bold text-[#B5563A]">→</div>
  <div className="flex-1 rounded-xl border border-[#F4DDD2] bg-white p-4 dark:border-[#4A3832] dark:bg-[#17191F]"><strong>Authorized system</strong><br /><span className="text-sm text-[#6B6B66] dark:text-[#A9AFB8]">The permissions you already have</span></div>
</div>

## What stays visible

* **The account boundary.** Browser authorization ties the route to the ApexGenius user who approved it.
* **The active systems.** Discovery returns operations only for connected, healthy, enabled providers.
* **The Salesforce project.** Each Salesforce project represents one production org, sandbox, or client org.
* **The read or write boundary.** The public route separates read calls from write calls so compatible clients can apply their controls.
* **Supported write activity.** Governed external writes are recorded without turning the activity log into a generic copy of record values or tool results.

<Info>
  **Two MCP addresses have different jobs.** `https://server.autom8.pro/mcp` runs ApexGenius product operations. `https://docs.apexgenius.ai/mcp` searches this public documentation. Use the first address when you want to work with connected systems.
</Info>

## Go from account to first safe result

<Steps>
  <Step title="Create or open your ApexGenius account">
    Use the web workspace to manage your account, connections, Salesforce projects, metadata, and activity.
  </Step>

  <Step title="Connect one business system">
    Start with Salesforce, n8n, or Confluence. Check the connector's release status and authorization boundary before continuing.
  </Step>

  <Step title="Add the gateway to your AI client">
    Paste `https://server.autom8.pro/mcp` into a client that supports a remote streamable HTTP MCP server and browser OAuth.
  </Step>

  <Step title="Approve in the browser">
    Sign in to ApexGenius and approve the client. Do not paste an ApexGenius password, OAuth token, or static API key into the client configuration.
  </Step>

  <Step title="Run one safe read">
    Ask: `Which active Flows touch Opportunity?` Then verify the returned project and components before moving to any write workflow.
  </Step>
</Steps>

## Choose your path

<Columns cols={2}>
  <Card title="Connect an AI client" icon="message-square-code" href="../guides/mcp-setup">Choose Claude, ChatGPT, Codex, Cursor, or VS Code.</Card>
  <Card title="Review connector status" icon="blocks" href="../integrations/provider-connections">See what is available, Beta, or private preview.</Card>
  <Card title="Connect Salesforce" icon="cloud" href="./connect-salesforce">Authorize a production org or sandbox.</Card>
  <Card title="Understand the request path" icon="shield-check" href="../concepts/how-mcp-works">Review permissions, data handling, and controls.</Card>
</Columns>

## Product route or implementation project?

Use ApexGenius when the job is governed AI access to systems you already operate. If the workflow itself needs to be redesigned, integrated, deployed, or owned across Salesforce and surrounding systems, [GAT Solutions can take that work through production](https://www.gatechsolutionsllc.com/services/agentforce-consulting).
