Sign In

pulse-gateway

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

pulse-gateway

Communication bridge between Pulse Service and Pulse Cloud

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

pulse-gateway

Communication bridge between Pulse Service and Pulse Cloud. Connects your local AI development environment to the Pulse dashboard over a secure WebSocket.

Install

npm install -g pulse-gateway

Requires Node.js >= 18.

Usage

Initialize

pulse-gateway init --api-key <your-api-key>

Options:

FlagDescriptionDefault
--api-key <key>API key for cloud authenticationrequired
--endpoint <url>Cloud WebSocket endpointwss://api.multiagentpulse.com/gateway
--project <path>Project root directory.

This creates a .pulse/gateway.json config file in your project directory.

Start

pulse-gateway start

Options:

FlagDescriptionDefault
--foregroundRun 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.

Configuration

The init command writes a .pulse/gateway.json file with these defaults:

KeyDefaultDescription
cloudEndpointwss://api.multiagentpulse.com/gatewayWebSocket endpoint
apiKey(from --api-key)Cloud API key
pushInterval10Seconds between status pushes
assetUploadEnabledtrueUpload screenshots/recordings
maxAssetSizeMb50Max asset file size in MB
serviceApiUrlhttp://localhost:9850Local pulse-service API

License

MIT

Keywords

pulse

FAQs

Package last updated on 17 Mar 2026

Did you know?

Socket

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.

Install

Related posts