Documentation Index
Fetch the complete index of all available pages at: https://docs.getaptly.com/llms.txt
Start here to discover all endpoints before exploring further.
How Aptly is structured
Understanding the data model makes the API much easier to use.What you can do
- Read and list cards — paginate through all cards on a board or fetch a single card by ID
- Create and update cards — push records into any board using field keys from the schema
- Manage contacts — create, update, and look up people records by email across all boards
- Add comments and files — attach notes or documents to any card
- Add tab views — embed external URLs as tabs directly on a board
- Read the board schema — discover field keys and types before reading or writing data
Who this API is for
Developers building integrations between Aptly and other tools like PMS platforms, telephony systems, or CRMs. AI agents that need to read board data, create or update cards, look up contacts, or take action based on property management workflows. The Aptly MCP server is the recommended interface for agentic use. Operators and automators running scripts or no-code workflows to push data in and out of Aptly boards.MCP server
Aptly exposes a Model Context Protocol (MCP) server for AI agent integrations. This is the recommended way to connect LLMs and AI agents to Aptly.Base URL
Quick start
1
Enable the API for your board
In Aptly, open the board → Card Sources → API and toggle the API on.
2
Create an API key
Under the API section, click Create New Key, give it a name, and copy the key value.
3
Fetch the schema
4
Create a card