# Introduction

Use Micro, integrate with its API, and give agents reliable context.

Micro brings email, calendar, contacts, tasks, documents, and AI work into one workspace. These docs cover the product and developer platform.

## Build with Micro

- [Get started with the API](/docs/getting-started/api-quickstart) with a read-only request.
- [Understand objects and properties](/docs/concepts/objects-and-properties) before building queries or writes.
- Choose an [SDK](/docs/guides/sdks), the [CLI](/docs/guides/cli), or a safe [agent workflow](/docs/guides/agents).
- Use the generated [API reference](/docs/api-reference) for exact paths, fields, and schemas.

## Use Micro

- [Product quickstart](/docs/getting-started/quickstart)
- [Email and inbox](/docs/using-micro/email-inbox)
- [Calendar](/docs/using-micro/calendar)
- [People and companies](/docs/using-micro/people-companies)
- [AI assistant](/docs/using-micro/ai-assistant)

## For AI agents

Every page is available as Markdown at the same URL with `.md` appended. Start with [`/docs/llms.txt`](/docs/llms.txt) for the inventory or [`/docs/llms-full.txt`](/docs/llms-full.txt) for the combined corpus.

> **Use a test workspace:** Start integrations in a disposable workspace. Read before writing, send idempotency keys with retryable writes, and require explicit confirmation before destructive operations.
