---
title: "References"
date: 0001-01-01
summary: "API Reference #  Welcome to the API Reference. Below are details on how to interact with the different endpoints of the coco server, including authentication and methods for working with documents.
Security #   Authentication
Configuration #   Configuration Reference - YAML configuration options for coco.yml
Core APIs #    Search - Search, suggest, and recommend APIs  Document - Document CRUD and management  Datasource - Datasource configuration and management  Connector - Connector CRUD and management  Assistant - AI assistant and chat session management  Attachment - File upload and download management  Integration - Widget and integration management  LLM Provider - LLM provider configuration  MCP Server - MCP server configuration  "
---


# API Reference

Welcome to the API Reference. Below are details on how to interact with the different endpoints of the coco server, including authentication and methods for working with documents.

## Security

[Authentication](./account/authentication)

## Configuration

[Configuration Reference](./configuration) - YAML configuration options for `coco.yml`

## Core APIs

- [Search](./search) - Search, suggest, and recommend APIs
- [Document](./document) - Document CRUD and management
- [Datasource](./datasource) - Datasource configuration and management
- [Connector](./connector) - Connector CRUD and management
- [Assistant](./assistant) - AI assistant and chat session management
- [Attachment](./attachment) - File upload and download management
- [Integration](./integration) - Widget and integration management
- [LLM Provider](./model_provider) - LLM provider configuration
- [MCP Server](./mcp_server) - MCP server configuration