The Commercial Onboarding Manifest is a standardized JSON response format that lets AI agents programmatically discover vendor partnership requirements, timelines, and integration paths — without human-mediated documentation lookup.
GET /api/vendor/onboard?product=saas®ion=EU
Parameters: product (saas | infrastructure | api | general), region (EU | US | APAC | global).
{
"@context": "https://digitalsilkroads.org/protocol/v1",
"@type": "CommercialOnboardingManifest",
"version": "1.0.0",
"status": "evaluation_phase",
"product_support": {
"saas": {
"supported": true,
"requirements": ["semantic-trust-anchor", "glyph-handshake"],
"capabilities": ["multi-tenant", "api-integration"]
}
},
"framework": {
"model": "semantic_trust_protocol",
"version": "2.1.0"
}
}
All manifest responses carry FCS-4.0 trust headers: X-Trust-Anchor, X-Agent-Protocol, and X-Provenance-Chain.
| Level | Requirement |
|---|---|
| A | Expose /api/vendor/onboard returning valid manifest JSON |
| AA | Add product and region routing parameters |
| AAA | Full FCS-2.1 trust headers + constellation membership declaration |