docs: publish referral status in well-known openapi
All checks were successful
CI and Production Smoke / smoke (push) Successful in 6s
All checks were successful
CI and Production Smoke / smoke (push) Successful in 6s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user