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

# Authentication

> To connect Adgentic MCP Server, you must sign up to the Adgentic Publisher Platform and get an ADGENTIC_API_KEY.

<Card title="1) Sign up on Adgentic Publisher Platform" icon="arrow-up-right-from-square" href="https://publisher.adgenticplatform.com/" arrow="true">
  Create an account to access the dashboard.
</Card>

<Card title="2) Obtain your ADGENTIC_API_KEY" icon="arrow-up-right-from-square" href="https://publisher.adgenticplatform.com/access/api-keys/" arrow="true">
  Go to <em>API Keys</em> tab in the publisher platform and create a new key.
</Card>

<Card title="3) Provide your ADGENTIC_API_KEY either:">
  <ul>
    <li>
      Per call:
      <code>api\_key: \<YOUR\_KEY></code>
    </li>

    <li>
      Or as an environment variable:

      <Tabs>
        <Tab title="macOS / Linux (bash, zsh)">
          <CodeBlock language="bash">export ADGENTIC\_API\_KEY=\<YOUR\_KEY></CodeBlock>
        </Tab>

        <Tab title="Windows (CMD)">
          <CodeBlock language="bash">set ADGENTIC\_API\_KEY=\<YOUR\_KEY></CodeBlock>
        </Tab>

        <Tab title="Windows (PowerShell)">
          <CodeBlock language="bash">\$Env:ADGENTIC\_API\_KEY=\<YOUR\_KEY></CodeBlock>
        </Tab>
      </Tabs>
    </li>
  </ul>
</Card>

<hr />

<div style={{display:'flex', alignItems:'center', gap:'8px', marginTop:'8px'}}>
  <span style={{ color: 'var(--mint-c-text)', fontWeight: 600 }}>
    Was this page helpful?
  </span>

  <a href="mailto:hello@adgenticplatform.com?subject=Docs%20feedback%20YES" title="Yes">👍 Yes</a>
  <span aria-hidden="true">·</span>
  <a href="mailto:hello@adgenticplatform.com?subject=Docs%20feedback%20NO" title="No">👎 No</a>
</div>

<style>
  {`
    nav a > div > span:not(:first-child) {
      display: none !important;
    }
    `}
</style>
