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

# Introduction

> Build powerful CRM integrations with the Morphic API.

The Morphic API provides programmatic access to your CRM data, AI-powered search, knowledge base, and more. Use it to build integrations, automate workflows, or extend your CRM with custom applications.

## What you can do

* **Manage CRM Data** - Create, read, update, and delete contacts, companies, and deals.
* **AI-Powered Search** - Use Cortex semantic search to find entities and interactions using natural language.
* **Knowledge Base** - Build and manage a public or private knowledge base with nested documents.
* **Email Automation** - Create drafts, manage templates, and send emails programmatically.

## Base URL

All API requests are made to:

```
https://api.morphic.io/api
```

## Key features

* **RESTful JSON API** with consistent patterns across all resources
* **Pagination** on all list endpoints with `page` and `page_size` parameters
* **Filtering and sorting** on most list endpoints
* **Soft deletes** for safe data removal with recovery options
* **Bulk operations** for efficient batch processing
* **AI chat** with streaming Server-Sent Events (SSE) support
* **Semantic search** powered by Cortex for natural-language queries

## Getting started

* [Quickstart](/quickstart) - Make your first API call in under 2 minutes.
* [Authentication](/authentication) - Learn how to authenticate your requests.
