# method	path	module	operation_id
GET	/healthz	health	healthz
GET	/site-chat/widget.js	site_chat	siteChatWidgetScript
POST	/hooks/{hook_key}/{endpoint_key}	ingest	ingestWebhookPost
GET	/hooks/{hook_key}/{endpoint_key}/runs/{workflow_run_id}/receipt	ingest	ingestWebhookRunReceiptGet
GET	/api/v1/docs/openapi.yaml	docs	docsOpenapiYaml
GET	/api/v1/docs/openapi.json	docs	docsOpenapiJson
GET	/api/v1/docs/endpoints	docs	docsEndpointsCatalog
GET	/api/v1/docs/testing/postman	docs	docsTestingPostman
GET	/api/v1/public/site-chat/widgets/{public_key}/config	site_chat	siteChatPublicConfig
GET	/api/v1/public/site-chat/ws	site_chat	siteChatPublicWebSocket
POST	/api/v1/public/site-chat/presence	site_chat	siteChatPresence
POST	/api/v1/public/site-chat/events	site_chat	siteChatEvents
POST	/api/v1/public/site-chat/conversations	site_chat	siteChatPublicConversationCreate
POST	/api/v1/public/site-chat/messages	site_chat	siteChatPublicMessageCreate
GET	/api/v1/public/site-chat/conversations/{conversation_id}/messages	site_chat	siteChatPublicMessageList
POST	/api/v1/public/site-chat/calls/request	site_chat	siteChatPublicCallRequest
POST	/api/v1/public/site-chat/calls/{call_session_id}/accept	site_chat	siteChatPublicCallAccept
POST	/api/v1/public/site-chat/calls/{call_session_id}/reject	site_chat	siteChatPublicCallReject
POST	/api/v1/auth/register	auth	authRegister
POST	/api/v1/auth/login	auth	authLogin
POST	/api/v1/auth/logout	auth	authLogout
GET	/api/v1/auth/refresh/csrf	auth	authRefreshCSRF
GET	/api/v1/auth/csrf	auth	authCSRF
GET	/api/v1/auth/me	auth	authMe
GET	/api/v1/auth/workspace-context	auth	authWorkspaceContextGet
PUT	/api/v1/auth/workspace-context	auth	authWorkspaceContextPut
GET	/api/v1/companies	company	companyList
POST	/api/v1/companies	company	companyCreate
GET	/api/v1/companies/{company_id}	company	companyGet
PATCH	/api/v1/companies/{company_id}	company	companyPatch
POST	/api/v1/companies/{company_id}/switch	company	companySwitch
GET	/api/v1/companies/{company_id}/clients	clients	clientList
POST	/api/v1/companies/{company_id}/clients	clients	clientCreate
POST	/api/v1/companies/{company_id}/clients/dadata/find-party	clients	clientDadataFindParty
GET	/api/v1/companies/{company_id}/integrations/dadata	clients	companyDadataIntegrationGet
PUT	/api/v1/companies/{company_id}/integrations/dadata	clients	companyDadataIntegrationSave
GET	/api/v1/companies/{company_id}/projects	project	projectList
POST	/api/v1/companies/{company_id}/projects	project	projectCreate
GET	/api/v1/client-service-types	clients	clientServiceTypeList
GET	/api/v1/clients/{client_id}	clients	clientGet
PATCH	/api/v1/clients/{client_id}	clients	clientPatch
DELETE	/api/v1/clients/{client_id}	clients	clientDelete
GET	/api/v1/clients/{client_id}/contacts	clients	clientContactList
POST	/api/v1/clients/{client_id}/contacts	clients	clientContactCreate
PATCH	/api/v1/clients/{client_id}/contacts/{client_contact_id}	clients	clientContactPatch
DELETE	/api/v1/clients/{client_id}/contacts/{client_contact_id}	clients	clientContactDelete
GET	/api/v1/clients/{client_id}/projects	clients	clientProjectList
POST	/api/v1/clients/{client_id}/projects/{project_id}	clients	clientProjectLink
DELETE	/api/v1/clients/{client_id}/projects/{project_id}	clients	clientProjectUnlink
GET	/api/v1/clients/{client_id}/services	clients	clientServiceList
POST	/api/v1/clients/{client_id}/services	clients	clientServiceCreate
GET	/api/v1/clients/{client_id}/payment-actions	clients	clientPaymentActionList
POST	/api/v1/clients/{client_id}/payments/manual	clients	clientManualPaymentRecord
GET	/api/v1/client-services/{client_service_id}	clients	clientServiceGet
PATCH	/api/v1/client-services/{client_service_id}	clients	clientServicePatch
DELETE	/api/v1/client-services/{client_service_id}	clients	clientServiceDelete
GET	/api/v1/payment-actions/{payment_action_id}	clients	paymentActionGet
POST	/api/v1/payment-actions/{payment_action_id}/confirm	clients	paymentActionConfirm
POST	/api/v1/payment-actions/{payment_action_id}/snooze	clients	paymentActionSnooze
PATCH	/api/v1/site-chat-widgets/{chat_widget_id}	site_chat	siteChatWidgetPatch
GET	/api/v1/site-chat/ws/operator	site_chat	siteChatOperatorWebSocket
POST	/api/v1/site-visit-sessions/{visit_session_id}/monitoring/start	site_chat	siteChatMonitoringStart
POST	/api/v1/site-visit-sessions/{visit_session_id}/monitoring/stop	site_chat	siteChatMonitoringStop
POST	/api/v1/site-visit-sessions/{visit_session_id}/invite	site_chat	siteChatVisitorInvite
POST	/api/v1/site-visit-sessions/{visit_session_id}/call-offer	site_chat	siteChatOperatorCallOffer
GET	/api/v1/site-visit-sessions/{visit_session_id}/events	site_chat	siteChatVisitEvents
GET	/api/v1/site-visit-sessions/{visit_session_id}/snapshot	site_chat	siteChatVisitSnapshot
POST	/api/v1/site-chat/calls/{call_session_id}/accept	site_chat	siteChatOperatorCallAccept
POST	/api/v1/site-chat/calls/{call_session_id}/reject	site_chat	siteChatOperatorCallReject
POST	/api/v1/site-chat/calls/{call_session_id}/end	site_chat	siteChatOperatorCallEnd
GET	/api/v1/site-chat-conversations/{conversation_id}/messages	site_chat	siteChatMessageList
POST	/api/v1/site-chat-conversations/{conversation_id}/messages	site_chat	siteChatMessageCreate
GET	/api/v1/projects/{project_id}	project	projectGet
PATCH	/api/v1/projects/{project_id}	project	projectPatch
GET	/api/v1/projects/{project_id}/site-chat-widgets	site_chat	siteChatWidgetList
POST	/api/v1/projects/{project_id}/site-chat-widgets	site_chat	siteChatWidgetCreate
GET	/api/v1/projects/{project_id}/site-visitors/active	site_chat	siteChatActiveVisitors
GET	/api/v1/projects/{project_id}/integrations/dadata	clients	projectDadataIntegrationGet
PUT	/api/v1/projects/{project_id}/integrations/dadata	clients	projectDadataIntegrationSave
GET	/api/v1/projects/{project_id}/client-service-types	clients	projectClientServiceTypeList
POST	/api/v1/projects/{project_id}/client-service-types	clients	projectClientServiceTypeCreate
PATCH	/api/v1/projects/{project_id}/client-service-types/{client_service_type_id}	clients	projectClientServiceTypePatch
DELETE	/api/v1/projects/{project_id}/client-service-types/{client_service_type_id}	clients	projectClientServiceTypeArchive
GET	/api/v1/projects/{project_id}/payment-actions	clients	projectPaymentActionList
POST	/api/v1/projects/{project_id}/payment-actions/manual	clients	projectPaymentActionManualCreate
GET	/api/v1/projects/{project_id}/payment-schedule	clients	projectPaymentSchedule
POST	/api/v1/projects/{project_id}/hook-secret/rotate	project	projectHookSecretRotate
GET	/api/v1/projects/{project_id}/action-dependencies	deps	actionDepList
POST	/api/v1/projects/{project_id}/action-dependencies	deps	actionDepCreate
GET	/api/v1/projects/{project_id}/action-dependencies/{action_dependency_id}	deps	actionDepGet
PATCH	/api/v1/projects/{project_id}/action-dependencies/{action_dependency_id}	deps	actionDepPatch
DELETE	/api/v1/projects/{project_id}/action-dependencies/{action_dependency_id}	deps	actionDepDelete
POST	/api/v1/projects/{project_id}/action-dependencies/{action_dependency_id}/rotate-secret	deps	actionDepRotateSecret
POST	/api/v1/projects/{project_id}/action-dependencies/{action_dependency_id}/test	deps	actionDepTest
GET	/api/v1/projects/{project_id}/email-templates	templates	emailTplList
POST	/api/v1/projects/{project_id}/email-templates	templates	emailTplCreate
GET	/api/v1/projects/{project_id}/email-templates/{email_template_id}	templates	emailTplGet
PATCH	/api/v1/projects/{project_id}/email-templates/{email_template_id}	templates	emailTplPatch
DELETE	/api/v1/projects/{project_id}/email-templates/{email_template_id}	templates	emailTplDelete
GET	/api/v1/projects/{project_id}/workflows	workflow	workflowList
POST	/api/v1/projects/{project_id}/workflows	workflow	workflowCreate
GET	/api/v1/projects/{project_id}/message-templates	templates	messageTplList
POST	/api/v1/projects/{project_id}/message-templates	templates	messageTplCreate
GET	/api/v1/projects/{project_id}/message-templates/{message_template_id}	templates	messageTplGet
PATCH	/api/v1/projects/{project_id}/message-templates/{message_template_id}	templates	messageTplPatch
DELETE	/api/v1/projects/{project_id}/message-templates/{message_template_id}	templates	messageTplDelete

GET	/api/v1/workflows/{workflow_id}	workflow	workflowGet
PUT	/api/v1/workflows/{workflow_id}/draft	workflow	workflowPutDraft
POST	/api/v1/workflows/{workflow_id}/validate	workflow	workflowValidate
POST	/api/v1/workflows/{workflow_id}/publish	workflow	workflowPublish
GET	/api/v1/workflows/{workflow_id}/versions	workflow	workflowVersions
GET	/api/v1/workflow-versions/{workflow_version_id}	workflow	workflowVersionGet
GET	/api/v1/workflows/{workflow_id}/webhook-endpoints	webhooks	webhookEpList
POST	/api/v1/workflows/{workflow_id}/webhook-endpoints	webhooks	webhookEpCreate
GET	/api/v1/webhook-endpoints/{webhook_endpoint_id}/snippets	webhooks	webhookSnippets
GET	/api/v1/webhook-endpoints/{webhook_endpoint_id}	webhooks	webhookEpGet
PATCH	/api/v1/webhook-endpoints/{webhook_endpoint_id}	webhooks	webhookEpPatch
POST	/api/v1/webhook-endpoints/{webhook_endpoint_id}/rotate-secret	webhooks	webhookEpRotateSecret
GET	/api/v1/webhook-endpoints/{webhook_endpoint_id}/events	webhooks	webhookEpEvents
GET	/api/v1/webhook-events/{webhook_event_id}	webhooks	webhookEventGet
POST	/api/v1/webhook-events/{webhook_event_id}/replay	webhooks	webhookEventReplay
POST	/api/v1/workflows/{workflow_id}/runs/manual	runs	runManual
GET	/api/v1/workflows/{workflow_id}/runs	runs	runList
GET	/api/v1/runs/{workflow_run_id}	runs	runGet
GET	/api/v1/runs/{workflow_run_id}/graph	runs	runGraph
GET	/api/v1/runs/{workflow_run_id}/actions	runs	runActions
GET	/api/v1/runs/{workflow_run_id}/events	runs	runEvents
GET	/api/v1/runs/{workflow_run_id}/events/stream	runs	runEventsStream
POST	/api/v1/runs/{workflow_run_id}/cancel	runs	runCancel
POST	/api/v1/runs/{workflow_run_id}/replay	runs	runReplay
POST	/api/v1/runs/{workflow_run_id}/retry-action	runs	runRetryAction
GET	/api/v1/action-types	catalog	actionTypes
GET	/api/v1/action-types/{action_type_key}	catalog	actionTypeGet
GET	/api/v1/action-dependency-types	catalog	depTypes
GET	/api/v1/action-dependency-types/{dependency_type_key}	catalog	depTypeGet
POST	/api/v1/desktop/auth/start	desktop	desktopAuthStart
POST	/api/v1/desktop/auth/poll	desktop	desktopAuthPoll
GET	/api/v1/desktop/messages	desktop	desktopMessages
GET	/api/v1/desktop/messages/stream	desktop	desktopMessagesStream
POST	/api/v1/desktop/messages/{desktop_message_id}/ack	desktop	desktopMessageAck
GET	/api/v1/ai/runtime/readiness	ai	aiRuntimeReadiness
GET	/api/v1/ai/agent/readiness	ai	aiAgentReadiness
GET	/api/v1/ai/runtime/capabilities	ai	aiRuntimeCapabilities
POST	/api/v1/public/site-chat/calls/{call_session_id}/end	site_chat	siteChatPublicCallEnd
GET	/api/v1/projects/{project_id}/action-dependencies/{action_dependency_id}/models	ai	aiModelsByDependency
GET	/api/v1/projects/{project_id}/ai/employee	ai	aiEmployeeGet
GET	/api/v1/projects/{project_id}/ai/employee/capability	ai	aiEmployeeCapability
GET	/api/v1/projects/{project_id}/ai/employee/sessions/{session_id}	ai	aiEmployeeSessionGet
GET	/api/v1/projects/{project_id}/ai/model-providers	ai	aiModelProviders
PATCH	/api/v1/projects/{project_id}/ai/employee	ai	aiEmployeePatch
PATCH	/api/v1/projects/{project_id}/ai/tool-calls/{tool_call_id}	ai	aiToolCallPatch
POST	/api/v1/projects/{project_id}/action-dependencies/{action_dependency_id}/models/evaluate	ai	aiModelsEvaluate
POST	/api/v1/projects/{project_id}/action-dependencies/{action_dependency_id}/models/refresh	ai	aiModelsRefresh
POST	/api/v1/projects/{project_id}/ai/employee/sessions	ai	aiEmployeeSessionCreate
POST	/api/v1/projects/{project_id}/ai/employee/sessions/{session_id}/cancel	ai	aiEmployeeSessionCancel
POST	/api/v1/projects/{project_id}/ai/employee/sessions/{session_id}/messages	ai	aiEmployeeMessagePost
POST	/api/v1/projects/{project_id}/ai/employee/sessions/{session_id}/messages/stream	ai	aiEmployeeMessageStream
POST	/api/v1/projects/{project_id}/ai/tool-calls/{tool_call_id}/approve	ai	aiToolCallApprove
POST	/api/v1/projects/{project_id}/ai/tool-calls/{tool_call_id}/reject	ai	aiToolCallReject
GET	/api/v1/docs/ai-tools.json	docs	docsAIToolsJson
GET	/api/v1/docs/integrations/search	docs	docsIntegrationSearch
GET	/api/v1/docs/integrations/{public_slug}.md	docs	docsIntegrationMarkdown
GET	/api/v1/projects/{project_id}/integration-docs/search	docs	projectIntegrationDocsSearch
GET	/api/v1/providers/catalog	catalog	providerCatalog
GET	/api/v1/auth/sessions	auth	authSessionList
DELETE	/api/v1/auth/sessions/{session_id}	auth	authSessionDelete
PATCH	/api/v1/auth/profile	auth	authProfilePatch
POST	/api/v1/auth/refresh	auth	authRefresh
GET	/api/v1/auth/api-keys	auth	authAPIKeyList
POST	/api/v1/auth/api-keys	auth	authAPIKeyCreate
DELETE	/api/v1/auth/api-keys/{api_key_id}	auth	authAPIKeyDelete
GET	/api/v1/companies/{company_id}/legal-entities	company	companyLegalEntityList
POST	/api/v1/companies/{company_id}/legal-entities	company	companyLegalEntityCreate
GET	/api/v1/company-legal-entities/{company_legal_entity_id}	company	companyLegalEntityGet
PATCH	/api/v1/company-legal-entities/{company_legal_entity_id}	company	companyLegalEntityPatch
DELETE	/api/v1/company-legal-entities/{company_legal_entity_id}	company	companyLegalEntityDelete
GET	/api/v1/clients/{client_id}/responsibles	clients	clientResponsibleList
POST	/api/v1/clients/{client_id}/responsibles	clients	clientResponsibleCreate
PATCH	/api/v1/clients/{client_id}/responsibles/{client_responsible_id}	clients	clientResponsiblePatch
DELETE	/api/v1/clients/{client_id}/responsibles/{client_responsible_id}	clients	clientResponsibleDelete
GET	/api/v1/payment-actions/{payment_action_id}/documents	clients	paymentActionDocumentList
POST	/api/v1/payment-actions/{payment_action_id}/documents	clients	paymentActionDocumentCreate
GET	/api/v1/payment-action-documents/{payment_action_document_id}	clients	paymentActionDocumentGet
GET	/api/v1/public/site-chat/voice-config	site_chat	siteChatPublicVoiceConfig
POST	/api/v1/public/site-chat/conversations/{conversation_id}/attachments	site_chat	siteChatPublicAttachmentCreate
GET	/api/v1/site-chat/voice-config	site_chat	siteChatVoiceConfig
GET	/api/v1/site-chat/attachments/{attachment_id}/{download_token}	site_chat	siteChatAttachmentDownload
GET	/api/v1/site-chat/calls/{call_session_id}/recordings	site_chat	siteChatCallRecordings
POST	/api/v1/site-chat-conversations/{conversation_id}/attachments	site_chat	siteChatAttachmentCreate
POST	/api/v1/telegram/relay/{relay_key}	telegram	telegramRelayAPI
POST	/api/v1/telegram/bot-api/{relay_key}/{method}	telegram	telegramBotAPIProxy
POST	/telegram/relay/{relay_key}	telegram	telegramRelayPublic
POST	/api/v1/projects/{project_id}/action-dependencies/{action_dependency_id}/telegram-relay-polling	deps	actionDepTelegramRelayPolling
POST	/api/v1/projects/{project_id}/action-dependencies/{action_dependency_id}/telegram-relay-webhook-secret/rotate	deps	actionDepTelegramRelaySecretRotate
GET	/api/v1/work/access	worktracker	workAccess
GET	/api/v1/work/overview	worktracker	workOverview
GET	/api/v1/work/presets	worktracker	workPresets
GET	/api/v1/work/reports	worktracker	workReports
GET	/api/v1/work/employees	worktracker	workEmployeeList
POST	/api/v1/work/projects/{project_id}/members	worktracker	workProjectMemberCreate
GET	/api/v1/work/boards	worktracker	workBoardList
POST	/api/v1/work/boards	worktracker	workBoardCreate
GET	/api/v1/work/boards/{task_board_id}	worktracker	workBoardGet
GET	/api/v1/work/tasks	worktracker	workTaskList
POST	/api/v1/work/tasks	worktracker	workTaskCreate
GET	/api/v1/work/tasks/{task_id}	worktracker	workTaskGet
PATCH	/api/v1/work/tasks/{task_id}	worktracker	workTaskPatch
POST	/api/v1/work/tasks/{task_id}/move	worktracker	workTaskMove
POST	/api/v1/work/tasks/{task_id}/comments	worktracker	workTaskCommentCreate
GET	/api/v1/work/tasks/{task_id}/attachments	worktracker	workTaskAttachmentList
POST	/api/v1/work/tasks/{task_id}/attachments	worktracker	workTaskAttachmentCreate
GET	/api/v1/work/task-attachments/{task_attachment_id}	worktracker	workTaskAttachmentGet
POST	/api/v1/work/tasks/{task_id}/checklist	worktracker	workTaskChecklistCreate
PATCH	/api/v1/work/tasks/{task_id}/checklist/{task_checklist_item_id}	worktracker	workTaskChecklistPatch
GET	/api/v1/work/task-workflows	worktracker	workTaskWorkflowList
POST	/api/v1/work/task-workflows	worktracker	workTaskWorkflowCreate
GET	/api/v1/work/task-workflows/{task_workflow_id}/roles	worktracker	workTaskWorkflowRoleList
POST	/api/v1/work/task-workflows/{task_workflow_id}/roles	worktracker	workTaskWorkflowRoleCreate
PATCH	/api/v1/work/task-workflows/{task_workflow_id}/roles/{task_process_role_id}	worktracker	workTaskWorkflowRolePatch
POST	/api/v1/work/task-workflows/{task_workflow_id}/roles/reset	worktracker	workTaskWorkflowRoleReset
GET	/api/v1/work/time	worktracker	workTimeList
POST	/api/v1/work/time	worktracker	workTimeCreate
GET	/api/v1/work/timer/active	worktracker	workTimerActive
POST	/api/v1/work/tasks/{task_id}/timer/start	worktracker	workTaskTimerStart
POST	/api/v1/work/timer/stop	worktracker	workTimerStop
PUT	/api/v1/work/tasks/{task_id}/custom-fields/{task_custom_field_id}	worktracker	workTaskCustomFieldPut
POST	/api/v1/workflows/{workflow_id}/test-runs	workflow	workflowTestRunCreate
POST	/api/v1/workflows/{workflow_id}/versions/{workflow_version_id}/restore	workflow	workflowVersionRestore
