federation_create_manager
InactiveTool 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. Admission to the network is by OAuth proof-of-control of an email (OAuth + email is the door, CO 263). Minting a manager is deliberately not gated by ADDITIONAL identity-proofing — the trust model is structural, not identity-based: the manager root answers for everything in its graph (CO 140), and live governance enforcement (CO 259) is the brake. Binding accountability, not verifying identity, is the design. Minting is free.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"email",
"handle"
],
"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",
"minLength": 1,
"description": "Required unique handle (3–50 lowercase alphanumerics + optional interior dashes). Immutable; used for 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