
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
pulse-gateway
Advanced tools
Communication bridge between Pulse Service and Pulse Cloud. Connects your local AI development environment to the Pulse dashboard over a secure WebSocket.
npm install -g pulse-gateway
Requires Node.js >= 18.
pulse-gateway init --api-key <your-api-key>
Options:
| Flag | Description | Default |
|---|---|---|
--api-key <key> | API key for cloud authentication | required |
--endpoint <url> | Cloud WebSocket endpoint | wss://api.multiagentpulse.com/gateway |
--project <path> | Project root directory | . |
This creates a .pulse/gateway.json config file in your project directory.
pulse-gateway start
Options:
| Flag | Description | Default |
|---|---|---|
--foreground | Run in foreground (do not daemonize) | false |
--project <path> | Project root directory | . |
The gateway reads .pulse/state.json (written by pulse-service) and pushes status updates to the cloud at a configurable interval.
The init command writes a .pulse/gateway.json file with these defaults:
| Key | Default | Description |
|---|---|---|
cloudEndpoint | wss://api.multiagentpulse.com/gateway | WebSocket endpoint |
apiKey | (from --api-key) | Cloud API key |
pushInterval | 10 | Seconds between status pushes |
assetUploadEnabled | true | Upload screenshots/recordings |
maxAssetSizeMb | 50 | Max asset file size in MB |
serviceApiUrl | http://localhost:9850 | Local pulse-service API |
MIT
FAQs
Communication bridge between Pulse Service and Pulse Cloud
We found that pulse-gateway demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.