Skip to main content
Each Gclaw account receives an isolated, dedicated virtual machine. The OpenClaw agent running on this VM has full access to the VM environment, including the ability to execute commands and modify system configuration. This is by design—OpenClaw agents require system-level access to perform their intended functions. Each account has a unique API key for LLM inference. API keys are not shared between accounts. The dedicated VM has no access to Gcore’s internal backend network or other customer environments.
WarningThe OpenClaw agent can execute any command on the dedicated VM, including opening SSH access or modifying system files. Treat the agent as having full administrative privileges on the instance.

Shared responsibility

Security is a shared responsibility between Gcore and the customer.
ResponsibilityGcoreCustomer
Physical infrastructure securityYesNo
VM isolation between accountsYesNo
Network isolation from Gcore backendYesNo
Unique API key provisioningYesNo
Platform availability and updatesYesNo
Safe usage of the agentNoYes
Protection of third-party API keysNoYes
Content and prompts sent to the agentNoYes
Actions performed by the agent on the VMNoYes
Compliance with applicable lawsNoYes

Security considerations

The OpenClaw agent executes commands based on prompts. The following security considerations apply:
  • Prompt safety: Prompts that could compromise the VM or expose sensitive data should be avoided. The agent follows instructions literally and does not apply additional security filtering.
  • Credential protection: API keys and tokens provided to the agent are stored in the VM configuration. Credentials should not grant access beyond what the agent requires.
  • Third-party integrations: When connecting Telegram, Discord, or other platforms, bot tokens must be secured. The permissions granted to connected platforms should be understood before integration.
  • Data sensitivity: Confidential business data, personal information, or regulated data should not be sent through the agent unless appropriate safeguards are in place.
  • Monitoring: Agent activity should be reviewed periodically. The agent logs actions in the workspace, and connected platforms (Telegram, Discord) retain conversation history.
For security hardening recommendations for OpenClaw installations, refer to the official OpenClaw security documentation.