Quick Start - Linux / Mac
Beam is a flexible agent that is designed to run on servers, desktop machines, embedded computers, and any other general purpose computer.
1. Install
curl -fsSL https://get.somewear.app/beam/install-beam.sh | bashThis script will download the Beam binary, make it executable, and verify it's on your path.
After a successful installation, you'll see Beam's help printed out.
2. Set up an API key
Create an API Key
An API key can be provisioned from the Somewear Grid Web App within your organization admin portal. You will find API key management under the "API Keys" section at https://somewear.app/app/settings/organization/settings.

Copy and paste your API key into a safe spot like a password manager.
Activate this key for a Workspace
Before this API key can start sending & receiving data, you need to add it to a Workspace. Click on the gear icon to on the right side of your new API key.


Beam will automatically activate the first Workspace that you joined. You can see your list of Workspaces and activate a different workspace with beam workspace activate.
4. Beam Up
Run beam up to connect your machine to Somewear. On first usage, you'll be prompted for your API key. Paste in the API key from earlier. This will create a config file for you at ~/.config/somewear/beam.properties.
5. Send a Message
A core feature of Somewear is chat. Beam allows you to send chat messages from the command line:
beam message send --content 'Hello from Beam'
Last updated