协议入口(Protocol Docs)
这里是 docs.zhenrobot.com/protocols/c2ai2x/ 的公开协议文档入口,服务于产品、前端与集成团队。
它负责把协议能力翻译成可执行的接入路径,不替代上游标准,也不把运行时实现细节当作集成方需要承担的工作。
提示怎么开始读
- 先选接入路径:Hosted Inbox / Widget Embed / Full API。
- 需要写代码时:先跑通首次请求,再回到 API Reference 对照字段。
- 上线前:按 Production Readiness 与 Conformance 做自检。
这套文档如何分工
- 协议标准:
zhen-protocol-c2ai2x - 对外请求入口:
zhen-platform-core - 执行与路由:
zhen-brain-core - 行业示例与页面映射:业务前端
本目录是面向外部集成方的正式解释层。
Fixed reminder:
- the protocol is not the only entry product
- no-code
Hosted Inboxand low-codeWidget Embedsit above the protocol as productized access surfaces - demand-side action entry is already live through
console /integrations - supply-side registration and operating entries are already live through
provider/onboardingandprovider/workbench - shared-layer provider settlement / payout / take-rate is not yet a frozen public contract
- most teams should choose an access path before reading the raw execute contract
- direct protocol execution still uses the live
zhen-platform-coreingress contract
Recommended Reading Order
- overview.md
- entry-map.md
- choose-path.md
- hosted-inbox.md
- hosted-inbox-starter.md
- widget-embed.md
- full-api.md
- first-request.md
- quickstart.md
- execution-lifecycle.md
- core-objects.md
- auth-and-scopes.md
- trust-boundary.md
- error-model.md
- api-reference.md
- webhooks.md
- provider-onboarding.md
- provider-workbench.md
- faq.md
- production-readiness.md
- conformance.md
- examples.md
- changelog.md
推荐阅读
常用入口
依据与更新边界
本目录持续与以下正式资料保持一致:
/www/wwwroot/zhen-protocol-c2ai2x/README.md/www/wwwroot/zhen-protocol-c2ai2x/docs/architecture/ADR-001-protocol-standard-boundary.mdzhen-platform-corelive ingress contract forPOST /api/execute/www/wwwroot/zhen-platform-core/spec/openapi.yaml/www/wwwroot/zhen-brain-core/docs/c2ai2x-runtime-consumption.md
如果本目录与标准仓库或平台线上契约不一致,以标准仓库和平台入口契约为准。