Skip to main content

Overview

beacon cloud prints setup helpers for provider-managed cloud agent environments. Supported flows capture Claude Code or Cursor cloud agent telemetry and upload the cloud session’s runtime.jsonl to customer-managed Google Cloud Storage or Amazon S3. For complete walkthroughs, see Claude Code Cloud Agents and Cursor Cloud Agents.

Commands

beacon cloud claude-web print-setup

Print a Claude Code cloud environment setup script.

beacon cloud claude-web print-hooks

Print Claude hook settings for a cloud sandbox.

beacon cloud cursor print-setup

Print a Cursor cloud agent binary setup script.

beacon cloud cursor print-hooks

Print Cursor project hook settings to commit for cloud agents.

beacon cloud gcs setup

Create or print self-serve GCS setup commands for cloud-agent telemetry.

beacon cloud s3 setup

Create or print self-serve S3 setup commands for cloud-agent telemetry.

Object Storage Setup Note

The GCS helper creates or validates a bucket, creates a dedicated uploader service account, grants object upload access, creates a service-account key, and prints the BEACON_CLOUD_GCS_* environment variables for cloud agents. The S3 helper creates or validates a bucket, blocks public access, creates a dedicated IAM user, grants prefix-scoped s3:PutObject, creates one access key, and prints the BEACON_CLOUD_S3_* and AWS credential variables.
These self-serve flows pass a scoped Google service-account key or AWS access key into the provider-managed cloud agent environment. Use them for proof-of-concept testing and prototyping. For production enterprise deployments, use Asymptote Managed or contact Asymptote about secure forwarding in customer-managed infrastructure.

beacon cloud gcs setup

Create or print self-serve GCS setup commands for cloud-agent telemetry.

beacon cloud s3 setup

Create or print self-serve S3 setup commands for cloud-agent telemetry.

Claude Code Cloud Agents

Configure Claude Code cloud agent telemetry and object-storage upload end to end.

Cursor Cloud Agents

Configure Cursor cloud agent telemetry and GCS or S3 upload end to end.

Log forwarding

Compare direct cloud-agent uploads with local endpoint object-storage forwarding.