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

# Sari

> Navigate with Intelligence - Enable your AI to discover and execute APIs dynamically

## Navigate with Intelligence

Sari is an API management platform that enables AI agents to discover and execute APIs through natural language. Connect your AI tools to Sari and let them find and call the APIs you need — automatically.

* **Dynamic API Discovery** - Search across API collections using natural language
* **Dynamic Capabilities** - Add and remove capabilities dynamically
* **MCP Integration** - Native support for Model Context Protocol
* **Admin Console** - Web-based management interface

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Register and start using Sari
  </Card>

  <Card title="Architecture" icon="diagram-project" href="/architecture">
    Understand how the platform works
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Complete REST API documentation
  </Card>

  <Card title="MCP Tools" icon="robot" href="/mcp/overview">
    Connect AI agents like Claude Desktop
  </Card>
</CardGroup>

## System Overview

<Frame caption="Sari Platform Architecture">
  <img src="https://mintcdn.com/mobily/wAm_OJ8uuLzVWRxI/arch/architecture.png?fit=max&auto=format&n=wAm_OJ8uuLzVWRxI&q=85&s=d7f78cf3206362079a63877910cace81" alt="Sari Platform Architecture" width="1017" height="817" data-path="arch/architecture.png" />
</Frame>

## Key Features

<AccordionGroup>
  <Accordion title="Semantic API Search" icon="magnifying-glass">
    Use natural language to find relevant APIs. Powered by vector embeddings for fast similarity search.

    ```
    Query: "payment processing API"
    Results:
    1. Stripe Payment API (similarity: 0.89)
    2. PayPal Checkout API (similarity: 0.82)
    ```
  </Accordion>

  <Accordion title="Dynamic Capabilities" icon="shuffle">
    Add and remove API collections on the fly. Your AI agent always has access to the latest set of capabilities without any reconfiguration.
  </Accordion>

  <Accordion title="Audit Logging" icon="clipboard-list">
    Complete audit trail of all API interactions for compliance and monitoring.
  </Accordion>
</AccordionGroup>

## Get Started

<Steps>
  <Step title="Register on the Admin Console">
    Sign up at [sari-console.web.app](https://sari-console.web.app) and complete your profile
  </Step>

  <Step title="Get approved">
    An admin will review and approve your registration
  </Step>

  <Step title="Connect your AI agent">
    Configure Claude Desktop or another MCP client to use Sari — see the [MCP Setup guide](/mcp/setup)
  </Step>

  <Step title="Start making API calls">
    Let your AI discover and execute APIs automatically
  </Step>
</Steps>
