Bitrix24: REST API docs

Official Bitrix24 REST API documentation for building integrations

Verified: Checked by the catalog team: official server with OAuth or docs and an owner contactOnlineNo sign-inRU / CISFreeRead-only

What it can do

  • Find a REST API method and its parameters
  • Example calls for CRM, tasks, drive
  • Answer a documentation question

What data it sees

Public documentation only. Reads none of your portal data.

Do you need an account

No: the server works without sign-in

Official Bitrix24 server, no auth. Gives the assistant the current REST API documentation so it writes correct integration code. It is not access to your portal: CRM and tasks are not readable through it. A separate portal-management server was announced by Bitrix24 without a public address yet (TODO).

Server tool list (5)

Raw names from tools/list. Only developers need these.

bitrix-searchSearch Bitrix24 REST docs by natural-language query and return a short plain-text list of matches (method/event/article/app doc) with name, type, and brief description. Use the exact name/title from results when calling details tools. Optional filters: `limit` and `doc_type` (method|event|other|app_development_docs).
bitrix-app-development-doc-detailsFetch Bitrix24 app development documentation by exact title (use `bitrix-search` with doc_type app_development_docs). Returns plain text labeled fields (Title, URL, Module, Category, Description, Content) without Markdown.
bitrix-method-detailsGet details for a Bitrix24 REST method by exact name (use `bitrix-search` first). Returns plain text with labeled sections including parameters, returns, errors, and examples. Optional `field` limits output; `filter` narrows params by entity or examples by language.
bitrix-article-detailsFetch a non-method Bitrix24 documentation article by exact title (use `bitrix-search` with doc_type other). Returns Markdown with title, metadata (URL/module/category), description, and content.
bitrix-event-detailsFetch Bitrix24 event documentation by exact event name (use `bitrix-search` with doc_type event). Returns Markdown with title, metadata (URL/module/category), description, and content.