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

# Introduction

> Welcome to the Human Intelligence API documentation

# Welcome to Human Intelligence API

Build powerful applications with personas trained on real human expertise and knowledge.

## What Makes myweave Unique

**The first API that lets you create personas powered by real human intelligence.**

Build AI applications with personas that embody real human expertise, judgment, and authentic communication styles. Each persona is trained on actual human knowledge, creating hybrid human+AI experiences that never get stuck.

<Note>
  This isn't just another AI API. This is **human intelligence on-demand** for your AI applications.
</Note>

## Quick Start

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get your first API call running in 5 minutes
  </Card>

  <Card title="MCP Server" icon="zap" href="/mcp">
    AI apps that seamlessly integrate real human expertise
  </Card>

  <Card title="Chat API" icon="message-circle" href="/api-reference/chat">
    Real-time conversations with personas trained on human knowledge
  </Card>

  <Card title="Knowledge Base" icon="database" href="/api-reference/knowledge-handler">
    Upload and manage real human knowledge
  </Card>
</CardGroup>

## Authentication

All API requests require an API key in the header:

```bash theme={null}
curl -X POST https://api.myweave.ai/functions/v1/chat \
  -H "Content-Type: application/json" \
  -H "X-API-Key: your-api-key-here" \
  -d '{"message":"Hello","context":{"coachId":"coach_123"}}'
```

Get your API key by [contacting support](mailto:support@myweave.ai).
