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

# Ekso Documentation

> API reference, MCP tools, and concept guides for Ekso — ticketing, project management, resource planning, and time tracking.

Everything you need to integrate with Ekso and understand how the platform works.

## Get started

<Columns cols={3}>
  <Card title="API quickstart" icon="bolt" href="/guide/api/quickstart">
    Make your first API call in minutes.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/introduction">
    Full REST API documentation with request/response schemas.
  </Card>

  <Card title="MCP tools" icon="robot" href="/mcp-tools/introduction">
    Connect AI agents to Ekso via Model Context Protocol.
  </Card>
</Columns>

## Core concepts

<Columns cols={3}>
  <Card title="Core concepts overview" icon="map" href="/guide/concepts/overview">
    How all the pieces fit together — the concept map for Ekso.
  </Card>

  <Card title="Containers and items" icon="cube" href="/guide/concepts/containers">
    Where work lives — containers, items, and the fields that describe them.
  </Card>

  <Card title="Processes and workflow" icon="gears" href="/guide/concepts/processes">
    Processes, constraints, and rules that control item behavior and data integrity.
  </Card>

  <Card title="Boards and cycles" icon="table-columns" href="/guide/concepts/boards">
    Plan work into boards and time-boxed cycles with resource allocation.
  </Card>

  <Card title="Time tracking and finance" icon="chart-line" href="/guide/concepts/time-tracking">
    Timesheets, billing, job roles, and profitability reporting.
  </Card>

  <Card title="Insights" icon="chart-pie" href="/guide/concepts/insights">
    Reporting and analytics across your workspace.
  </Card>

  <Card title="Mailbox" icon="envelope" href="/guide/concepts/mailbox">
    Email-to-ticket conversion and help desk workflows.
  </Card>

  <Card title="Authentication" icon="lock" href="/guide/concepts/authentication">
    Login methods, Entra SSO, and two-factor authentication.
  </Card>

  <Card title="AI and docs" icon="sparkles" href="/guide/concepts/ai">
    Built-in AI assistant, semantic search, and knowledge base.
  </Card>

  <Card title="Access control" icon="shield-halved" href="/guide/concepts/access-control">
    Application-level permissions, roles, and user groups.
  </Card>

  <Card title="Webhooks and notifications" icon="bell" href="/guide/concepts/webhooks">
    Real-time event hooks and scheduled condition-based alerts.
  </Card>

  <Card title="Workspace settings" icon="building" href="/guide/concepts/workspace">
    Tenant profile, AI provider, and email filtering defaults.
  </Card>

  <Card title="Ticketing" icon="ticket" href="/guide/concepts/ticketing">
    Email-to-ticket conversion, agent replies, and spam blocking. Requires a mailbox connection.
  </Card>
</Columns>
