Skip to content

Tenant, Member, Project, and Role Design Logic ​

Document Information

Version: v1.0 Updated: 2026-07-13

One-Sentence Summary ​

In AGIOne, access is not determined by the account alone. It is jointly determined by tenant, member, project, role, and authorization scope.

Core Relationship ​

text
Tenant
  -> Defines the business entity and data boundary
Member
  -> Represents an account's collaboration identity and status inside a tenant, team, or project
Project
  -> Carries budget, member collaboration, API Keys, invocation usage, and activity records
Role
  -> Defines responsibilities and visible menus for an account or member
Authorization scope
  -> Determines the final visible resources, data records, and allowed operations

In short: tenant defines the boundary, member defines collaboration relationship, project carries the business workspace, role defines responsibility, and authorization scope decides what can be seen or operated.

Core Objects ​

ObjectBeginner-friendly MeaningWhat It AffectsUser Manual Reference
TenantA business entity or customer space in the platformData boundary, members, roles, tags, business ownership, and tenant-visible scopeTenants
MemberThe collaboration identity created when an account joins a tenant, team, or projectMember status, collaboration, role assignment, project visibility, and operation permissionsTeam Members
ProjectA business workspace for model invocation and collaborationProject budget, member scope, API Keys, usage, activity, model allowlist, and settingsProjects
RoleA responsibility and permission set, such as operator, provider, or End UserMenus, buttons, task ownership, and allowed operationsRole Comparison
Authorization scopeResources, records, and actions opened to a tenant, member, project, or accountVisible regions, resource pools, cloud accounts, models, templates, billing records, License, audit logs, and API rate-control rulesUser Manual

How Access Is Decided ​

text
Sign in
  -> Identify the current account
  -> Confirm the tenant
  -> Confirm member status
  -> Load role permissions
  -> Apply project scope
  -> Apply resource and data authorization
  -> Display permitted menus, buttons, and data

Having a menu does not mean that every resource is visible. Seeing a resource does not mean that every action is allowed. When a documented menu or object is not visible, check tenant, member, project, role, and authorization scope before treating it as a product fault.

Tenant, Member, and Project Boundaries ​

Tenant ​

  • A tenant is the business entity or customer boundary in the platform.
  • A tenant can contain multiple members, roles, tags, status values, and business identities.
  • Cross-tenant access must be explicitly governed. Accounts should not assume that resources or data from another tenant are visible.
  • Tenant changes can affect billing ownership, project visibility, member permissions, resource authorization, and audit scope.

Member ​

  • A member is the collaboration identity created when an account joins a tenant, team, or project.
  • Member status affects whether the account can sign in, collaborate, view projects, or perform operations.
  • Member should usually be evaluated together with role: the same account may have different responsibilities in different tenants or projects.
  • Member changes can affect project collaboration, invocation permission, quota requests, audit records, and team settings.

Project ​

  • A project is a business workspace for tenant-side or provider-side invocation.
  • A project usually connects members, budget, API Keys, model allowlists, invocation usage, activity records, and settings.
  • Project Key availability depends not only on Key status, but also on project status, budget, member scope, and model allowlist.
  • When a project is missing, first confirm whether the current account is a project member, then check tenant, role, and project status.

Default Role Model ​

For enterprise deployments, the following role mapping is recommended.

RoleDescriptionTypical Mapping at the Customer
OperatorPlatform administrator. Configures compute resource pools (Specs), downloads model weights and container images, defines inference parameter Templates, sets Provider Quotas, and monitors platform-wide resource usage.Central platform/infrastructure administration team. The customer is expected to operate with a single Operator account.
ProviderHas access rights to computing resources (as defined by the Operator). Deploys configured models onto Operator-defined Specs with one click via a Template. Publishes public models, which can be set to be accessible to all tenants or only selected designated tenants.Public model administrators; a published public model can be made accessible to all teams or specified teams.
End-UserEnd-User (tenant administrator): Has access rights to computing resources (as defined by the Operator). Deploys configured models onto Operator-defined Specs with one click via a Template. Controls which End-Users (members) within the same tenant can access which deployed private models.An internal team within the bank (e.g., a business unit or development team). The PoC will be executed with one End-User (tenant administrator); in production, each team would have its own End-User (tenant administrator) account.
End-UserEnd-User (member): API consumer. Views the available models and consumes their endpoints using API Keys. The platform supports default tenant keys as well as personal and project keys, along with key-management capabilities such as creation, limit configuration, rotation, and disabling.Individual employees/developers belonging to a team.

The exact menus available to a role can vary with the deployed version and platform configuration. Use the current environment as the final source for visible entries.

Role and Authorization Are Different ​

SituationCheck FirstThen Check
A menu is missingWhether the account has the role responsible for the taskWhether the menu is enabled for the role in this deployment
A region, cluster, or resource pool is missingWhether the role can use the relevant subsystemWhether tenant, business-region, or resource-pool authorization is configured
A model is missing from Model MarketplaceWhether the account is an end user or another permitted consumerModel review status, visibility, and access scope
A provider cannot publishWhether the account has the provider roleModel sources, templates, tags, and tenant permissions
A project is missingWhether the account is a project memberProject status, tenant scope, member scope, and role permissions
A Project Key is unavailableWhether the Key is enabled and the account can use the projectProject budget, model allowlist, project status, and Key limit
A billing or License record is missingWhether the account has the required billing, finance, provider, or user-side roleBilling cycle, tenant, customer, account, License scope, and synchronization status
A settings or API rate-control entry is missingWhether the account can manage settings or audit tasksTenant scope, member status, role-menu configuration, and rule visibility
An operation button is missingWhether the current role owns the taskButton permission, resource state, and operation risk control
ParticipantRecommended RoleResponsibility Boundary
Platform operations, finance, security, or infrastructure teamoperatorPrepares resources, maintains governance configuration, reviews content, manages customer finance or License, maintains settings, and monitors platform operations
Model or technical teamproviderPublishes and maintains models, submits reviews, operates provider-side calls and revenue, and maintains authorized team, project, and Key settings
Business user or application developerenduserExperiences and calls authorized models and views personal usage, projects, billing, or settings

Avoid assigning broad operator permissions only to make a missing menu visible. Adjust the role, project scope, or resource authorization to the minimum scope required by the task.

Troubleshooting Access ​

  1. Confirm the current subsystem and target task.
  2. Confirm the signed-in account and tenant.
  3. Confirm the account's member status in the target tenant, team, or project.
  4. Confirm whether the current role owns the task.
  5. Confirm whether the target project is visible, enabled, and includes the current account as a project member.
  6. Confirm that the target region, resource pool, cluster, cloud account, model, template, billing record, License, setting, audit log, or rate-control rule has been authorized.
  7. Confirm that the prerequisite resource has been prepared by the operator.
  8. If the entry is still missing, record only desensitized page path, expected entry, account role, tenant, project, member status, and time of observation for troubleshooting.
Implementation Notes for Maintainers

Some deployments distinguish platform-governance tenants from ordinary business tenants. Member, project, role-menu, account-role, button, and API permission mappings may be stored in implementation objects, with backend permission checks applied to APIs. These names are implementation details and should not be used as the primary customer explanation or assumed to be stable public interfaces.