Synorb CLI
The official @synorb/cli is a read-only command-line client for agents and local developer workflows.
Install or run from source
node cli/src/cli.js --help
npm install -g @synorb/cli
Commands
synorb connect --save
synorb profile
synorb stream-search "AI infrastructure"
synorb manifests --stream-id 17810211877157441 --days 7
JSON is emitted by default. Credentials are sent only in the Authorization: Bearer header. The CLI has no write, billing, or Beacon-mutation commands.
Ecosystem status
The published CLI is the official npm client. Synorb does not currently publish a Python REST SDK; the repository's sdk/ package is a legacy, source-only sync-ontology helper using the older api-key/api-secret contract. Use the OpenAPI contract or the agent ecosystem manifest when generating a current-language client.