Tenant-scoped namespace

registry.namespace("tenant-42").lookup("weather-agent");
// same name across tenants is fine
Advertisement

Access control

Registry API checks that the caller's tenant matches the queried namespace. Cross-tenant reads fail closed.

Advertisement

Shared platform agents

Some agents are 'public' — offered by the platform. Separate namespace platform, readable by all.