Dalil AI
API Docs & Agent Skills

Welcome to the Dalil AI API Documentation!

This repository contains everything you need to build on top of Dalil AI: a CRM platform for managing contacts, companies, deals, tasks, and notes.

It serves two audiences:

  • Developers building custom integrations, automations, or applications on top of Dalil AI


  • AI agents (Claude, GPT, etc.) that need structured, action-ready references to operate the CRM on a user's behalf

What's Inside

</> API Docs

Detailed API reference guides covering every resource, operation, and convention in the Dalil AI API. Written for developers who want to understand the full picture before building.

</> Claude skills

Self-contained, action-oriented skill files built for AI agents. Each file covers a single entity and is structured so an AI agent can pick it up and immediately know what endpoints to call, what fields are required, and what mistakes to avoid.


Each skill file includes:

  • Endpoint signatures with required fields

  • Complete example request bodies

  • Search patterns (GraphQL + REST two-step)

  • Common filter examples

  • A Gotchas section — edge cases and common mistakes