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

# Welcome to Junis

> Build your AI Team - Connect and orchestrate all generative AI models in harmony

## What is Junis?

Junis provides a complete ecosystem for connecting the latest LLM models, orchestrating Agent-to-Agent systems, and integrating cutting-edge AI technologies:

* 🤖 **AI Team Orchestration** - Connect all generative AI models through Sequential, Parallel, and Loop patterns
* 🪄 **Junis Magic** - Manage your entire platform from Claude Desktop or Cursor via MCP with 70+ tools
* 🧠 **Memory & Soul** - Persistent user memory with AI consolidation, and organization-level AI personality
* 🔌 **Universal Integration** - MCP, Composio (200+ OAuth apps), Claude Skills, and custom tools
* 📚 **Knowledge Enhancement** - RAG with agent-powered document creation and semantic search
* 💻 **Desktop Agent** - Give agents full control of your device with `npx junis`
* ⏰ **Workflow Automation** - Scheduled tasks and intelligent workflows

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get up and running in 5 minutes with your first AI agent
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/authentication">
    Integrate Junis into your applications with our OpenAI-compatible API
  </Card>

  <Card title="User Guides" icon="book" href="/getting-started/introduction">
    Learn how to build powerful agent workflows step-by-step
  </Card>

  <Card title="MCP Integration" icon="plug" href="/guides/mcp/overview">
    Connect to external services with Model Context Protocol
  </Card>
</CardGroup>

<CardGroup cols={3}>
  <Card title="Junis Magic" icon="wand-magic-sparkles" href="/guides/junis-magic">
    Manage your platform from Claude Desktop or Cursor
  </Card>

  <Card title="Memory System" icon="brain" href="/guides/memory-system">
    Persistent AI memory that learns and evolves over time
  </Card>

  <Card title="Composio" icon="key" href="/integrations/composio">
    Connect 200+ OAuth apps like Gmail, Slack, and GitHub
  </Card>
</CardGroup>

## Key Features

<AccordionGroup>
  <Accordion title="Multi-Agent Orchestration" icon="diagram-project">
    Build complex workflows with **4 agent types**:

    * **LLM Agents**: Individual AI workers with specific skills
    * **Sequential Agents**: Execute tasks step-by-step in order
    * **Parallel Agents**: Run multiple tasks simultaneously
    * **Loop Agents**: Iterate until conditions are met

    Each agent can call sub-agents, creating powerful hierarchical workflows.
  </Accordion>

  <Accordion title="Junis Magic" icon="wand-magic-sparkles">
    Manage your entire Junis platform from **Claude Desktop, Cursor**, or any MCP-compatible client:

    * **70+ tools** across 16 categories for full platform control
    * Build and configure agent teams with **natural language**
    * **Team Builder** for batch creation of entire agent architectures
    * Cross-organization management with a single API key

    [Learn more](/guides/junis-magic)
  </Accordion>

  <Accordion title="Memory & Soul System" icon="brain">
    Give your AI agents **persistent memory** and **unique personality**:

    * **Hierarchical memory**: Daily, monthly, quarterly, yearly consolidation
    * **User profiles**: Agents remember preferences, roles, and instructions
    * **Soul & Identity**: Define organization-wide AI personality and communication style
    * AI-powered consolidation mimics human memory patterns

    [Memory System](/guides/memory-system) | [Soul & Identity](/guides/soul-identity)
  </Accordion>

  <Accordion title="MCP & Composio Integration" icon="plug">
    Connect to external services using **Model Context Protocol** and **Composio OAuth**:

    * **MCP**: GitHub, Firecrawl, and custom MCP servers
    * **Composio**: 200+ OAuth integrations (Gmail, Slack, Jira, Salesforce, etc.)
    * **Desktop Agent**: Full device control with `npx junis`
    * Supports **Remote MCP** (HTTP/SSE) and **Local MCP** (subprocess)

    [MCP Guide](/guides/mcp/overview) | [Composio](/integrations/composio)
  </Accordion>

  <Accordion title="RAG Knowledge Base" icon="database">
    Enhance agents with your own knowledge:

    * Upload **PDF, DOCX, PPTX, TXT, HTML, JSON, Markdown** files
    * Powered by **Vertex AI Search** with semantic retrieval
    * **Agent-generated documents**: Agents can create and store their own knowledge via `upload_rag_document`
    * Automatic document chunking and indexing
    * Organization-scoped datastores
  </Accordion>

  <Accordion title="Payment System" icon="dollar-sign">
    Monetize your agents with on-chain payments:

    * **USDC-based** micropayments
    * **AP2/x402** protocol implementation
    * **MetaMask** integration
    * Automatic settlement and tracking
    * Platform fee (20%) + Agent owner (80%) split
  </Accordion>

  <Accordion title="Scheduled Tasks" icon="clock">
    Automate workflows with flexible scheduling:

    * **ONCE**: Run at specific time
    * **DAILY**: Repeat every day
    * **WEEKLY**: Run on specific weekdays
    * **MONTHLY**: Monthly execution
    * **CRON**: Custom cron expressions
  </Accordion>

  <Accordion title="Real-time WebSocket" icon="bolt">
    Stream responses in real-time:

    * Token-by-token streaming
    * Agent routing events
    * Pipeline visualization
    * File upload support
    * Voice recorder integration
  </Accordion>
</AccordionGroup>

## Architecture Overview

```mermaid theme={null}
graph TB
    User[User/Client] -->|REST API / WebSocket| Orchestrator[Orchestrator Agent]
    Orchestrator -->|Sequential| SeqAgent[Sequential Agent]
    Orchestrator -->|Parallel| ParAgent[Parallel Agent]
    Orchestrator -->|Loop| LoopAgent[Loop Agent]
    SeqAgent --> LLM1[LLM Agent 1]
    SeqAgent --> LLM2[LLM Agent 2]
    ParAgent --> LLM3[LLM Agent 3]
    ParAgent --> LLM4[LLM Agent 4]
    LoopAgent --> LLM5[LLM Agent 5]

    LLM1 --> Tools[Tools & Skills]
    LLM2 --> MCP[MCP Platforms]
    LLM3 --> RAG[RAG Datastores]
    LLM4 --> Composio[Composio OAuth]

    Tools --> Functions[Python Functions]
    MCP --> GitHub[GitHub]
    MCP --> Firecrawl[Firecrawl]
    MCP --> JunisMagic[Junis Magic]
    RAG --> VertexAI[Vertex AI Search]
    Composio --> OAuth[200+ Apps]

    Orchestrator -.->|Auto-injected| Memory[Memory & Soul]
    Memory --> UserMem[User Memory]
    Memory --> Soul[Soul & Identity]
```

## Who Uses Junis?

<CardGroup cols={3}>
  <Card title="Developers" icon="code">
    Build and deploy AI agents with minimal code using our OpenAI-compatible API
  </Card>

  <Card title="Businesses" icon="building">
    Automate workflows, integrate with existing tools, and scale operations
  </Card>

  <Card title="AI Entrepreneurs" icon="sparkles">
    Create and monetize specialized AI agents with built-in payment systems
  </Card>
</CardGroup>

## Support & Resources

<CardGroup cols={2}>
  <Card title="Email Support" icon="envelope" href="mailto:contact@junis.ai">
    Contact us directly for enterprise inquiries and support
  </Card>

  <Card title="Documentation" icon="book" href="/getting-started/introduction">
    Comprehensive guides and tutorials
  </Card>
</CardGroup>

## Next Steps

<Steps>
  <Step title="Create an Account">
    Sign up at [junis.ai](https://junis.ai) with your Google account
  </Step>

  <Step title="Follow the Quickstart">
    Build your first agent in 5 minutes following our [quickstart guide](/quickstart)
  </Step>

  <Step title="Explore Features">
    Learn about [Junis Magic](/guides/junis-magic), [Memory System](/guides/memory-system), [MCP Integration](/guides/mcp/overview), and [Tools](/guides/tools/overview)
  </Step>

  <Step title="Explore the API">
    Integrate Junis into your applications with our [API Reference](/api-reference/authentication)
  </Step>
</Steps>

***

<Note>
  **Need help?** Our team is here to assist you. Contact us at [contact@junis.ai](mailto:contact@junis.ai).
</Note>
