# Breakcold API ## Docs - [Create a CRM field](https://docs.breakcold.com/api-reference/crm/create-a-crm-field.md): Create a field definition for a CRM object type. - [Create a CRM field option](https://docs.breakcold.com/api-reference/crm/create-a-crm-field-option.md): Create an option for a select or multiselect CRM field. - [Create a CRM object](https://docs.breakcold.com/api-reference/crm/create-a-crm-object.md): Create a custom CRM object type with default fields and view. - [Create a CRM record view](https://docs.breakcold.com/api-reference/crm/create-a-crm-record-view.md): Create a saved record view for one CRM object type. - [Delete a CRM field](https://docs.breakcold.com/api-reference/crm/delete-a-crm-field.md): Delete a custom CRM field definition. - [Delete a CRM field option](https://docs.breakcold.com/api-reference/crm/delete-a-crm-field-option.md): Delete an option from a select or multiselect CRM field. - [Delete a CRM object](https://docs.breakcold.com/api-reference/crm/delete-a-crm-object.md): Delete a custom CRM object using product object deletion semantics. - [Delete a CRM record view](https://docs.breakcold.com/api-reference/crm/delete-a-crm-record-view.md): Delete a saved record view. - [Get a CRM field](https://docs.breakcold.com/api-reference/crm/get-a-crm-field.md): Fetch one CRM field definition. - [Get a CRM object](https://docs.breakcold.com/api-reference/crm/get-a-crm-object.md): Fetch one CRM object type. - [Get a CRM record view](https://docs.breakcold.com/api-reference/crm/get-a-crm-record-view.md): Fetch one saved record view. - [List CRM field options](https://docs.breakcold.com/api-reference/crm/list-crm-field-options.md): List options for a select or multiselect CRM field. - [List CRM fields](https://docs.breakcold.com/api-reference/crm/list-crm-fields.md): List field definitions for one CRM object type. - [List CRM objects](https://docs.breakcold.com/api-reference/crm/list-crm-objects.md): List CRM object types in a workspace. - [List CRM record views](https://docs.breakcold.com/api-reference/crm/list-crm-record-views.md): List saved record views for one CRM object type. - [Reorder CRM field options](https://docs.breakcold.com/api-reference/crm/reorder-crm-field-options.md): Replace the option order for a select or multiselect CRM field. - [Reorder CRM fields](https://docs.breakcold.com/api-reference/crm/reorder-crm-fields.md): Replace the field order for one CRM object type. - [Reorder CRM objects](https://docs.breakcold.com/api-reference/crm/reorder-crm-objects.md): Replace the display order for CRM object types. - [Reorder CRM record views](https://docs.breakcold.com/api-reference/crm/reorder-crm-record-views.md): Replace the saved view order for one CRM object type. - [Update a CRM field](https://docs.breakcold.com/api-reference/crm/update-a-crm-field.md): Update a CRM field definition. - [Update a CRM field option](https://docs.breakcold.com/api-reference/crm/update-a-crm-field-option.md): Update an option for a select or multiselect CRM field. - [Update a CRM object](https://docs.breakcold.com/api-reference/crm/update-a-crm-object.md): Update custom CRM object metadata and active state. - [Update a CRM record view](https://docs.breakcold.com/api-reference/crm/update-a-crm-record-view.md): Update record view metadata and replace the full saved config. - [Create an inbox view](https://docs.breakcold.com/api-reference/inbox/create-an-inbox-view.md): Create an inbox saved view for the effective actor user. - [Delete an inbox view](https://docs.breakcold.com/api-reference/inbox/delete-an-inbox-view.md): Delete a custom inbox view visible to the effective actor user. - [Get a message](https://docs.breakcold.com/api-reference/inbox/get-a-message.md): Fetch one inbox message. - [Get an inbox view](https://docs.breakcold.com/api-reference/inbox/get-an-inbox-view.md): Fetch one inbox saved view visible to the effective actor user. - [Get inbox view sidebar](https://docs.breakcold.com/api-reference/inbox/get-inbox-view-sidebar.md): Fetch inbox view sidebar layout for the effective actor user. - [List conversation messages](https://docs.breakcold.com/api-reference/inbox/list-conversation-messages.md): List messages for a conversation. - [List inbox views](https://docs.breakcold.com/api-reference/inbox/list-inbox-views.md): List inbox views visible to the effective actor user. - [List record conversations](https://docs.breakcold.com/api-reference/inbox/list-record-conversations.md): List inbox conversations linked to a record. - [List workspace conversations](https://docs.breakcold.com/api-reference/inbox/list-workspace-conversations.md): List or search inbox conversations in a workspace. Optionally apply a saved inbox view and filter by record-link state. - [Reorder inbox view sidebar](https://docs.breakcold.com/api-reference/inbox/reorder-inbox-view-sidebar.md): Replace inbox view sidebar order for the effective actor user. - [Update an inbox view](https://docs.breakcold.com/api-reference/inbox/update-an-inbox-view.md): Update inbox view metadata and replace the full saved config. - [Get a meeting](https://docs.breakcold.com/api-reference/meetings/get-a-meeting.md): Fetch one meeting with recording and transcript metadata. - [List meeting transcript segments](https://docs.breakcold.com/api-reference/meetings/list-meeting-transcript-segments.md): List full meeting transcript text in ordered paginated segments. - [List meetings](https://docs.breakcold.com/api-reference/meetings/list-meetings.md): List workspace meetings with recording and transcript metadata. - [Create a record note](https://docs.breakcold.com/api-reference/notes/create-a-record-note.md): Create a note linked to a record. - [Get a note](https://docs.breakcold.com/api-reference/notes/get-a-note.md): Fetch a note by ID. - [List record notes](https://docs.breakcold.com/api-reference/notes/list-record-notes.md): List notes linked to a record. - [Update a note](https://docs.breakcold.com/api-reference/notes/update-a-note.md): Update note content. - [Archive a record](https://docs.breakcold.com/api-reference/records/archive-a-record.md): Archive a CRM record without permanently deleting it. - [Create a custom activity](https://docs.breakcold.com/api-reference/records/create-a-custom-activity.md): Create a custom activity linked to a CRM record. - [Create a record](https://docs.breakcold.com/api-reference/records/create-a-record.md): Create a CRM record with optional initial field values. - [Get a record](https://docs.breakcold.com/api-reference/records/get-a-record.md): Fetch a CRM record with field values. - [List records](https://docs.breakcold.com/api-reference/records/list-records.md): List or search records in one workspace and object type. - [Restore a record](https://docs.breakcold.com/api-reference/records/restore-a-record.md): Restore an archived CRM record. - [Update a record](https://docs.breakcold.com/api-reference/records/update-a-record.md): Update CRM record field values. Permanent delete is not available in v1. - [Complete a task](https://docs.breakcold.com/api-reference/tasks/complete-a-task.md): Mark a task as done. - [Create a record task](https://docs.breakcold.com/api-reference/tasks/create-a-record-task.md): Create a task linked to a record. - [List record tasks](https://docs.breakcold.com/api-reference/tasks/list-record-tasks.md): List tasks linked to a record. - [Update a task](https://docs.breakcold.com/api-reference/tasks/update-a-task.md): Update task details. - [List authorized workspaces](https://docs.breakcold.com/api-reference/workspaces/list-authorized-workspaces.md): List workspaces the authenticated public API actor can access in the current organization. - [Authentication](https://docs.breakcold.com/api/authentication.md): Get an API key and use it as your REST API token. - [Attributes](https://docs.breakcold.com/api/core-concepts/attributes.md): Understand fields and values on Breakcold records. - [Checkbox](https://docs.breakcold.com/api/core-concepts/attributes/checkbox.md): Use checkbox attributes in the Breakcold API. - [Currency](https://docs.breakcold.com/api/core-concepts/attributes/currency.md): Use currency attributes in the Breakcold API. - [Date](https://docs.breakcold.com/api/core-concepts/attributes/date.md): Use date attributes in the Breakcold API. - [Date & Time](https://docs.breakcold.com/api/core-concepts/attributes/datetime.md): Use datetime attributes in the Breakcold API. - [Email](https://docs.breakcold.com/api/core-concepts/attributes/email.md): Use email attributes in the Breakcold API. - [Facebook](https://docs.breakcold.com/api/core-concepts/attributes/facebook.md): Use facebook attributes in the Breakcold API. - [LinkedIn](https://docs.breakcold.com/api/core-concepts/attributes/linkedin.md): Use linkedin attributes in the Breakcold API. - [Location](https://docs.breakcold.com/api/core-concepts/attributes/location.md): Use location attributes in the Breakcold API. - [Member](https://docs.breakcold.com/api/core-concepts/attributes/member.md): Use member attributes in the Breakcold API. - [Multi-Select](https://docs.breakcold.com/api/core-concepts/attributes/multiselect.md): Use multiselect attributes in the Breakcold API. - [Number](https://docs.breakcold.com/api/core-concepts/attributes/number.md): Use number attributes in the Breakcold API. - [Phone](https://docs.breakcold.com/api/core-concepts/attributes/phone.md): Use phone attributes in the Breakcold API. - [Relation](https://docs.breakcold.com/api/core-concepts/attributes/relation.md): Use relation attributes in the Breakcold API. - [Select](https://docs.breakcold.com/api/core-concepts/attributes/select.md): Use select attributes in the Breakcold API. - [Telegram](https://docs.breakcold.com/api/core-concepts/attributes/telegram.md): Use telegram attributes in the Breakcold API. - [Text](https://docs.breakcold.com/api/core-concepts/attributes/text.md): Use text attributes in the Breakcold API. - [Text Area](https://docs.breakcold.com/api/core-concepts/attributes/textarea.md): Use textarea attributes in the Breakcold API. - [Twitter](https://docs.breakcold.com/api/core-concepts/attributes/twitter.md): Use twitter attributes in the Breakcold API. - [URL](https://docs.breakcold.com/api/core-concepts/attributes/url.md): Use url attributes in the Breakcold API. - [WhatsApp](https://docs.breakcold.com/api/core-concepts/attributes/whatsapp.md): Use whatsapp attributes in the Breakcold API. - [Objects & Records](https://docs.breakcold.com/api/core-concepts/objects-records.md): Understand how Breakcold objects and records work in the API. - [Users, Workspaces, and Organizations](https://docs.breakcold.com/api/core-concepts/users-workspaces-organizations.md): Understand Breakcold's account and permission model. - [MCP](https://docs.breakcold.com/api/mcp.md): Use Breakcold as an MCP server. - [Applications](https://docs.breakcold.com/api/mcp-applications.md): Choose the application you want to connect to Breakcold MCP. - [ChatGPT](https://docs.breakcold.com/api/mcp-applications/chatgpt.md): Connect ChatGPT to Breakcold MCP. - [Claude](https://docs.breakcold.com/api/mcp-applications/claude.md): Connect Claude to Breakcold MCP. - [Codex](https://docs.breakcold.com/api/mcp-applications/codex.md): Connect Codex to Breakcold MCP. - [Hermes](https://docs.breakcold.com/api/mcp-applications/hermes.md): Connect Hermes to Breakcold MCP. - [LibreChat](https://docs.breakcold.com/api/mcp-applications/librechat.md): Connect LibreChat to Breakcold MCP. - [LM Studio](https://docs.breakcold.com/api/mcp-applications/lm-studio.md): Connect LM Studio to Breakcold MCP. - [Microsoft 365 Copilot](https://docs.breakcold.com/api/mcp-applications/microsoft-365-copilot.md): Connect Microsoft 365 Copilot to Breakcold MCP. - [OpenClaw](https://docs.breakcold.com/api/mcp-applications/openclaw.md): Connect OpenClaw to Breakcold MCP. - [TypingMind](https://docs.breakcold.com/api/mcp-applications/typingmind.md): Connect TypingMind to Breakcold MCP. - [Rate limits](https://docs.breakcold.com/api/mcp-rate-limits.md): Understand MCP rate limits and how AI tools should handle them. - [Tools](https://docs.breakcold.com/api/mcp-tools.md): Available Breakcold MCP tools. - [Overview](https://docs.breakcold.com/api/overview.md): Breakcold API overview. - [Rate limits](https://docs.breakcold.com/api/rate-limits.md): Understand REST API rate limits and what to do when you hit one. - [Webhooks](https://docs.breakcold.com/api/webhooks.md): Understand outbound Breakcold webhooks, delivery headers, signatures, and event payloads. - [Call Webhooks](https://docs.breakcold.com/api/webhooks/calls.md): Payloads for call linked and unlinked events. - [File Webhooks](https://docs.breakcold.com/api/webhooks/files.md): Payloads for file uploaded and deleted events. - [Note Webhooks](https://docs.breakcold.com/api/webhooks/notes.md): Payloads for note created, updated, and deleted events. - [Record Webhooks](https://docs.breakcold.com/api/webhooks/records.md): Payloads for record created, updated, and deleted events. - [Relation Webhooks](https://docs.breakcold.com/api/webhooks/relations.md): Payloads for relation added and removed events. - [Task Webhooks](https://docs.breakcold.com/api/webhooks/tasks.md): Payloads for task created and completed events. ## OpenAPI Specs - [openapi](https://docs.breakcold.com/api/openapi.json)