npx signup <service>. It exposes only services that are both:
activediscoverable
/v1/gate/services, but they do not appear in the public registry until you explicitly mark them discoverable.
Endpoints
GET /v1/gate/registry— List all publicly discoverable Gate servicesGET /v1/gate/registry/{serviceId}— Get one publicly discoverable Gate service
Notes
service_idis the canonical public slug used bynpx signup <service>.- Every registry entry includes a required
websitefield for the canonical company or product site. - Registry entries include customer-configured
sdkswhen a service wants to advertise install commands directly in the CLI and dashboard. - Registry entries use restrictive IDs: lowercase letters, numbers, dashes, and underscores only,
3-32characters, starting and ending with a letter or number. - Organization-owned services can exist without being public. Non-discoverable or disabled services return
404from the public registry, even on exact lookup.