SkillMeat for Enterprise Platform Owners¶
Is this you?¶
You're accountable for how agent artifacts — skills, commands, agents, MCP servers, workflows — are governed across an organization: who can publish what, who can see what, and whether you can prove what changed and when. You need real RBAC, real audit trails, and real provenance — evaluated first in a controlled pilot, not a production rollout on day one.
What you get — available today, framed for a controlled pilot¶
SkillMeat Enterprise Edition adds a PostgreSQL-backed, multi-tenant layer on top of the same artifact model Local Edition uses:
- Multi-tenant storage — UUID primary keys, JSONB columns, and Row-Level Security migrations, available in enterprise deployments as a controlled-pilot capability.
- Self-service RBAC administration — an
/admin/usersconsole for managing roles and deactivating accounts, with a tenant-stamped audit event written for every mutation (inside a guarded database savepoint — the mutation never commits without its audit row). - Audit Events API — REST query, NDJSON export, and OpenTelemetry trace correlation for compliance tracking and forensic investigation.
- Real Ed25519 signed version attestation, plus per-artifact BOM generation — attestation is signed with real cryptography (not a mock) and is on by default in enterprise deployments.
What this is not — yet
- This is available in enterprise deployments for controlled pilots, not a claim of production-proven multi-tenant isolation at scale. Cross-tenant RLS denial hasn't been exercised under production load, and not every table has Row-Level Security applied.
- Signed version attestation is real, but that is not the same as cryptographically enforced approval gates — a governance hard-update still applies a plain update plus an audit event; it does not itself invoke signing.
- There is no live public enterprise instance to try. Federation, 100k-scale performance, and measured disaster recovery are roadmap items, not shipped capabilities.
See it work¶
Screenshot coming soon
A capture of the /admin/users RBAC admin console is planned for this page as part of the
site's media rollout — it's a real, shipped screen and the most concrete way to see this
capability without a live demo instance.
Get started¶
The enterprise deployment guide is informational — there is no live public enterprise instance to try SkillMeat against today. It covers what's required to stand up a controlled pilot: PostgreSQL, Clerk authentication, and the security configuration enterprise edition expects.
Go deeper¶
- Enterprise Deployment Guide — production setup with PostgreSQL, Clerk authentication, monitoring, and TLS.
- Using SkillMeat Enterprise Features — user-facing overview of multi-team support, authentication, RBAC, and governance.
- Enterprise RBAC Role Administration — managing roles
and account status via
/admin/users. - Audit Events API & Admin UI — querying and exporting audit events.
- Enterprise Governance Guide — how enterprise-owned artifacts and permissions work.
- Edition Feature Matrix — full Local vs. Enterprise capability comparison, with caveats.