---
title: Ali AI
description: Clients, projects, tasks and documents on a single base, with agents that handle the day to day before you ask.
---

There are two ways to put that workspace to work, and most teams end up using both.

<CardGroup cols={2}>
  <Card title="MCP" href="/mcp" icon="plug">
    Connect Claude, Cursor or any MCP client to your workspace, so you can ask about your real work instead of pasting context into a chat.
  </Card>
  <Card title="Agents" href="/agents" icon="sparkles">
    Small workers that run on a schedule or react to an event, do one job, and report back without you asking.
  </Card>
</CardGroup>

Both of them answer from what is already in your workspace. The knowledge base is how you widen that.

<CardGroup cols={1}>
  <Card title="Knowledge base" href="/knowledge-base" icon="book-open">
    Send the contracts, price lists and notes Lia has not read yet, so answers come with a source instead of a guess.
  </Card>
</CardGroup>

## Start here

<CardGroup cols={2}>
  <Card title="Connect with OAuth" href="/mcp/oauth" icon="zap">
    The one-click path. Paste a URL, sign in, approve what the client may touch.
  </Card>
  <Card title="Connect with an API token" href="/mcp/api-token" icon="key">
    For CLIs, CI pipelines and anything headless.
  </Card>
  <Card title="Add an agent" href="/agents/catalogue" icon="package">
    Install a ready made agent from the catalogue in one click.
  </Card>
  <Card title="Create your own agent" href="/agents/create" icon="plus">
    Write the instruction, pick the trigger, choose where it reports.
  </Card>
  <Card title="Send your first document" href="/knowledge-base/documents" icon="upload">
    Drop a contract or a price list into the knowledge base.
  </Card>
</CardGroup>
