Admission Contract Governance
Use this page when you already know the question is admission and need the exact Fabric-owned contract surfaces, template, and fail-closed review order.
Exact source surfaces
POST /api/v1/tools/admission/dry-runPOST /api/v1/contracts/compatibility/checkGET /api/v1/contracts/matrixGET /api/v1/contracts/docs-standardGET /api/v1/contracts/admission-governanceGET /api/v1/identity/contracts/surface-admission
Canonical artifacts
- admission dry-run input schema
- docs standard
- Boost Admission Pack contract
- Boost admission dry-run template
- New Tool Onboarding baseline
What is mandatory before review can go green
- canonical tool identity and capability class
- repo-owned docs entrypoint plus tool-profile, integrations, capabilities, API, and OSS inventory docs
- explicit producer and consumer declarations
- compatibility mode and lifecycle posture
- repo-local verify entrypoint, readiness surface refs, and live verification target
- checklist verdicts for every mandatory review item
Why API Surface Map alone is insufficient
API Surface Map helps a reader classify route families, but it does not carry the partner payload shape, checklist verdict grammar, or fail-closed admission order. Admission review must always return to the Fabric-owned schema, governance surfaces, and dry-run template.
Review order
- Validate the completed payload against the dry-run input schema.
- Check compatibility posture against the compatibility-check surface.
- Cross-check required family usage against the producer/consumer matrix.
- Cross-check required docs sections against the docs standard.
- Execute the declared verify entrypoint and read back the readiness targets.
- Treat any contradiction between manifest, docs, and live surfaces as blocking drift.