zooid server
View and update metadata for your Zooid server, including display name, description, tags, and contact information.
server get
Section titled “server get”Displays the current server metadata.
npx zooid server getArguments
Section titled “Arguments”None.
Options
Section titled “Options”None.
server set
Section titled “server set”Updates server metadata fields.
npx zooid server set [options]Arguments
Section titled “Arguments”None.
Options
Section titled “Options”| Option | Description |
|---|---|
--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 |
Examples
Section titled “Examples”# View current server metadatanpx zooid server get
# Update server name and descriptionnpx zooid server set --name "My Signals" --description "Market intelligence"
# Set tags and contact infonpx zooid server set --tags "finance,crypto" --owner "Alice" --email "alice@example.com"- Server metadata is visible in the
/.well-known/zooid.jsonmanifest and the web dashboard. - Tags are used for discovery in the Zooid Directory when you run
zooid share.