# Samdock CRM API > Samdock is a CRM system for managing contacts, deals, activities, and tasks. This is the REST API documentation. Base URL: `https://api.samdock.com` Authentication: JWT-based. POST to `/auth/login` with email + password to receive access and refresh tokens. Include `Authorization: Bearer ` on all subsequent requests. ## Docs - [Overview](https://docs.samdock.com/en/docs): API overview, base URL, request format - [Authentication Guide](https://docs.samdock.com/en/docs/authentication): JWT auth flow with examples - [Full API documentation for LLMs](https://docs.samdock.com/llms-full.txt): Complete API reference with all OpenAPI specs ## API Reference - [Activities](https://docs.samdock.com/en/docs/openapi/activities): Create and manage activities such as notes, calls, and other timeline entries. - [Attachments](https://docs.samdock.com/en/docs/openapi/attachments): Upload, retrieve, and delete file attachments. - [Authentication](https://docs.samdock.com/en/docs/openapi/auth): Manage authentication via JWT tokens — login, token refresh, and revocation. - [Contacts](https://docs.samdock.com/en/docs/openapi/contacts): Create and manage persons, organizations, branches, contact drafts, inbound sources, and custom fields. - [Deals](https://docs.samdock.com/en/docs/openapi/deals): Manage your sales pipeline with leads, deals, stages, and contact associations. - [Tasks](https://docs.samdock.com/en/docs/openapi/tasks): Create and manage tasks with person and organization associations.