MCPcopy
hub / github.com/dataelement/Clawith / CompanyStats

Class CompanyStats

backend/app/api/admin.py:29–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27# ─── Schemas ────────────────────────────────────────────
28
29class CompanyStats(BaseModel):
30 id: uuid.UUID
31 name: str
32 slug: str
33 is_active: bool
34 sso_enabled: bool = False
35 sso_domain: str | None = None
36 created_at: datetime | None = None
37 user_count: int = 0
38 agent_count: int = 0
39 agent_running_count: int = 0
40 total_tokens: int = 0
41 cache_read_tokens_total: int = 0
42 org_admin_email: str | None = None
43
44
45class CompanyCreateRequest(BaseModel):

Callers 2

list_companiesFunction · 0.85
create_companyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected