Skip to content

zooid server

View and update metadata for your Zooid server, including display name, description, tags, and contact information.

Displays the current server metadata.

Terminal window
npx zooid server get

None.

None.


Updates server metadata fields.

Terminal window
npx zooid server set [options]

None.

OptionDescription
--name <name>Server display name
--description <desc>Server description
--tags <csv>Comma-separated tags
--owner <owner>Owner name
--company <company>Company name
--email <email>Contact email

Terminal window
# View current server metadata
npx zooid server get
# Update server name and description
npx zooid server set --name "My Signals" --description "Market intelligence"
# Set tags and contact info
npx zooid server set --tags "finance,crypto" --owner "Alice" --email "alice@example.com"
  • Server metadata is visible in the /.well-known/zooid.json manifest and the web dashboard.
  • Tags are used for discovery in the Zooid Directory when you run zooid share.