name: AnthropicClaudeStandardConnector display: Anthropic Claude (Standard Connector) category: Analytics & SIEM provider: Anthropic supportlevelheader: xsoar sectionorder: - Connect commonfields: id: AnthropicClaudeStandardConnector version: -1 configuration: - display: '' displaypassword: Compliance Access Key hiddenusername: true name: compliance_apikey required: false section: Connect type: 9 additionalinfo: The Anthropic Compliance Access Key (sk-ant-api01-...) used for the delete commands. Requires the delete:compliance_user_data scope. - display: Use system proxy settings name: proxy required: false type: 8 section: Connect advanced: true additionalinfo: Route requests through the system HTTPS proxy configured on the server. - display: Trust any certificate (not secure) name: insecure required: false type: 8 section: Connect additionalinfo: Bypass TLS certificate validation. Not recommended for production use. advanced: true description: 'This integration is configured automatically as part of the Anthropic Claude Standard Connector. Do not configure this integration directly — set it up from the connector page instead.' script: commands: - arguments: - description: 'The Claude file ID to permanently delete (e.g., claude_file_...). Deletes a file uploaded in a conversation or a project binary file (project_file). This is an irreversible hard delete.' name: file_id required: true description: 'Permanently delete a Claude file (a conversation file or a project binary file) via the Compliance API. This is an irreversible hard delete, and it requires a Compliance Access Key with the delete:compliance_user_data scope. Deleting an already-deleted or unknown file ID succeeds (idempotent).' execution: true name: claude-chat-file-delete outputs: - contextPath: AnthropicClaude.DeletedFile.id description: The ID of the file that was deleted. type: String - contextPath: AnthropicClaude.DeletedFile.type description: The deletion confirmation type (claude_file_deleted). type: String - contextPath: AnthropicClaude.DeletedFile.Deleted description: The deletion result for the file (true when deleted). type: Boolean - arguments: - description: 'The Claude project document ID to permanently delete (e.g., claude_proj_doc_...). Applies to project plain-text documents (project_doc). This is an irreversible hard delete.' name: document_id required: true description: 'Permanently delete a Claude project document (a plain-text project_doc) via the Compliance API. This is an irreversible hard delete, and it requires a Compliance Access Key with the delete:compliance_user_data scope. Deleting an already-deleted or unknown document ID succeeds (idempotent).' execution: true name: claude-project-document-delete outputs: - contextPath: AnthropicClaude.DeletedProjectDocument.id description: The ID of the project document that was deleted. type: String - contextPath: AnthropicClaude.DeletedProjectDocument.type description: The deletion confirmation type (claude_project_document_deleted). type: String - contextPath: AnthropicClaude.DeletedProjectDocument.Deleted description: The deletion result for the project document (true when deleted). type: Boolean dockerimage: demisto/parse-emails:0.1.48.10569905 runonce: false script: '' subtype: python3 type: python fromversion: 8.15.0 tests: - No tests marketplaces: - platform