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

# DayCopilot API Documentation

> Build powerful productivity applications with DayCopilot's AI-powered task and event management API

## Welcome to DayCopilot

DayCopilot is an AI-powered productivity platform that automatically extracts tasks and events from emails, providing intelligent email processing and calendar management through a comprehensive REST API.

<Card title="Quick Start" icon="rocket" href="/quickstart" horizontal>
  Make your first API call in under 5 minutes
</Card>

## Core Capabilities

Build productivity applications with our powerful API endpoints:

<CardGroup cols={2}>
  <Card title="Tasks API" icon="list-check" href="/api-reference/tasks/list">
    Create, manage, and organize tasks with draft/publish workflows and assignments
  </Card>

  <Card title="Events API" icon="calendar-days" href="/api-reference/events/list">
    Manage calendar events with attendees, comments, and full CRUD operations
  </Card>

  <Card title="Contexts API" icon="folder-tree" href="/api-reference/contexts/list">
    Organize tasks and events into shared contexts with collaboration features
  </Card>

  <Card title="OAuth 2.0" icon="key" href="/authentication">
    Secure authentication with JWT tokens and OAuth 2.0 support
  </Card>
</CardGroup>

## Key Features

<AccordionGroup>
  <Accordion title="AI-Powered Email Processing">
    Automatically extract tasks and events from forwarded emails using advanced AI models. DayCopilot intelligently parses email content to create actionable items.
  </Accordion>

  <Accordion title="Draft/Publish Workflow">
    Built-in versioning system allows you to work on drafts before publishing changes. Perfect for collaborative workflows and change review processes.
  </Accordion>

  <Accordion title="Access Control">
    All data access is automatically scoped to authenticated users via access control policies. Users can only access their own data and items shared with them.
  </Accordion>

  <Accordion title="Real-time Collaboration">
    Add comments, assign tasks, manage attendees, and share contexts with team members. Full support for collaborative productivity workflows.
  </Accordion>
</AccordionGroup>

## Get Started

<CardGroup cols={3}>
  <Card title="Authentication" icon="shield" href="/authentication">
    Learn how to authenticate API requests with JWT tokens
  </Card>

  <Card title="Core Concepts" icon="book" href="/concepts/architecture">
    Understand the architecture and key concepts
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore all available endpoints and try them out
  </Card>
</CardGroup>

## Developer Resources

<CardGroup cols={2}>
  <Card title="First API Call" icon="terminal" href="/guides/first-api-call">
    Step-by-step guide to making your first request
  </Card>

  <Card title="Rate Limits" icon="gauge" href="/rate-limits">
    Understand API rate limits and best practices
  </Card>
</CardGroup>
