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

# Anthid Docs

> Build broker-connected trading workflows with trading accounts, controls, streaming, and ledger APIs.

<img src="https://mintcdn.com/dallinwrightanthidcom/phsyMjG1_dSitXSL/images/hero.jpg?fit=max&auto=format&n=phsyMjG1_dSitXSL&q=85&s=47fc67d7660a3eb8d345d90d9a5a121d" alt="Anthid dashboard preview" className="block dark:hidden rounded-xl border border-gray-200" width="3962" height="1634" data-path="images/hero.jpg" />

<img src="https://mintcdn.com/dallinwrightanthidcom/phsyMjG1_dSitXSL/images/hero.jpg?fit=max&auto=format&n=phsyMjG1_dSitXSL&q=85&s=47fc67d7660a3eb8d345d90d9a5a121d" alt="Anthid dashboard preview" className="hidden dark:block rounded-xl border border-gray-800" width="3962" height="1634" data-path="images/hero.jpg" />

# Build broker-connected trading products faster

Anthid gives product and engineering teams a managed trading infrastructure layer for connecting trading accounts, submitting intents, enforcing controls, streaming order and position updates, and querying ledger history.

<Card title="Start with the introduction" icon="book-open-cover" href="/pages/intro/introduction" horizontal>
  Learn the core Anthid workflow before connecting trading accounts or submitting intents.
</Card>

## What Anthid provides

<Columns cols={2}>
  <Card title="Trading accounts" icon="plug" href="/api-reference/credentials/overview">
    Manage broker-connected trading accounts and encrypted broker credentials through one platform interface.
  </Card>

  <Card title="Trading intents" icon="route" href="/api-reference/intents/overview">
    Submit create, replace, and cancel commands against linked trading accounts and track each request through its lifecycle.
  </Card>

  <Card title="Controls" icon="shield-check" href="/api-reference/controls/overview">
    Enforce organization, account, and symbol-level manual, time, and risk controls before trading activity reaches a broker.
  </Card>

  <Card title="Real-time stream" icon="radio" href="/api-reference/stream/overview">
    Receive order lifecycle and position updates through a managed gRPC streaming layer.
  </Card>
</Columns>

## Common paths

<Columns cols={3}>
  <Card title="Connect a broker" icon="bolt" href="/pages/brokers/overview">
    Set up a supported trading account and review broker-specific requirements.
  </Card>

  <Card title="Review order support" icon="list-checks" href="/pages/brokers/supported-order-types">
    Compare supported order types, time-in-force values, and broker capabilities.
  </Card>

  <Card title="Browse the API" icon="terminal" href="/api-reference/introduction">
    Explore endpoints for trading accounts, connections, controls, intents, ledger, and streaming.
  </Card>
</Columns>

## Platform workflow

<Steps>
  <Step title="Connect a trading account">
    Link a supported broker account, store encrypted credentials, and monitor connection status.
  </Step>

  <Step title="Configure guardrails">
    Apply manual, time, and risk controls at the organization, account, or symbol level.
  </Step>

  <Step title="Submit intents">
    Send trading actions through the API and let Anthid evaluate controls, route the action, and append an intent record.
  </Step>

  <Step title="React to updates">
    Consume real-time order and position stream events, then query latest and historical ledger records for dashboards, automation, and reporting.
  </Step>
</Steps>

## Need help?

<Columns cols={2}>
  <Card title="Community" icon="messages" href="/pages/community/overview">
    Join other Anthid users, share feedback, and discuss implementation questions.
  </Card>

  <Card title="Security" icon="lock-keyhole" href="/pages/about/security">
    Review platform security practices and learn how to report security concerns.
  </Card>
</Columns>
