federation_create_manager
ActiveTool of ComOS Federation Gateway
Mint a manager — the accountability root that owns tenants (CO 138 / CO 159). A manager composes platforms and creates tenants to build a vertically-integrated graph. Next: create tenants with federation_create_tenant, then compose a platform by entering it (federation_list_tenants → federation_enter_tenant). The full walkthrough lives in the 'how-to' info tenant. The federation operates NO verification gate (no password, no email link, no OTP, no signature check) — accountability is structural (the manager root). Minting is free.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"email"
],
"properties": {
"role": {
"enum": [
"manager",
"admin",
"support"
],
"type": "string",
"description": "Manager role (default: manager)."
},
"email": {
"type": "string",
"description": "An attributable address for the manager (the manager graph wants a contact point)."
},
"phone": {
"type": "string",
"description": "Optional phone — a second attribution point."
},
"handle": {
"type": "string",
"description": "Optional immutable handle (used for tenant namespacing)."
},
"company_name": {
"type": "string",
"description": "Optional company name."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ComOS Federation Gateway
https://github.com/ronrey/comos-federation
2/7 registries