docs: publish referral status in well-known openapi
All checks were successful
CI and Production Smoke / smoke (push) Successful in 6s

This commit is contained in:
OG T
2026-06-11 16:06:35 +08:00
parent f9385f6acb
commit 81a6add33a

View File

@@ -8,6 +8,28 @@ info:
servers:
- url: https://agent.wooo.work
paths:
/api/a2a/growth/kit:
get:
operationId: getA2AGrowthKit
summary: Get an external-agent referral kit
responses:
"200":
description: OK
content:
application/json:
schema:
type: object
/api/a2a/referrals/status:
get:
operationId: getA2AReferralStatus
summary: Get sanitized external-agent referral conversion status
responses:
"200":
description: OK
content:
application/json:
schema:
type: object
/api/mcp/list_open_tasks:
get:
operationId: listOpenTasks