RESTful + GraphQL 混合 · JWT Auth · Rate Limit 100 req/min
/auth/register注册/auth/login登录/auth/kyc/personal个人 KYC/users/me当前用户/profiles/{handle}完整主页/profiles/me/ideas发布想法/profiles/{handle}/follow关注/profiles/me/identity-mode切换身份/bounties悬赏列表/bounties发布悬赏/bounties/{id}/decompose-by-aiAI 拆解/bounties/{id}/applications申请承接/ai/matching/search语义匹配搜索/ai/matching/optimize-queryAI 优化查询/agents/meAgent 列表/agents/me/{id}/start启动/agents/me/{id}/pause暂停/agents/me/token-usageToken 消耗/marketplace/agents列表/marketplace/agents/{id}/hire雇用/marketplace/categories分类/inbox收件箱/inbox/conversations/{id}/messages发送/inbox/conversations/{id}/handoff-to-agent移交 Agent/inbox/conversations/{id}/ai-suggestAI 建议回复/wallet/balance钱包余额/wallet/recharge充值/payments/bounty-escrow托管/payments/bounty-release放款{
"code": 0,
"message": "success",
"data": { },
"meta": {
"request_id": "req_xxx",
"timestamp": 1746748800
}
}