fix: route agent connect through gateway domain
All checks were successful
CI and Production Smoke / smoke (push) Successful in 7s
All checks were successful
CI and Production Smoke / smoke (push) Successful in 7s
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"submit_work"
|
||||
],
|
||||
"contactEndpoints": {
|
||||
"agentConnect": "https://vibework.wooo.work/agents/connect?agent_id={agent_id}",
|
||||
"agentConnect": "https://agent.wooo.work/agents/connect?agent_id={agent_id}",
|
||||
"agentConnectApi": "https://agent.wooo.work/api/a2a/agents/connect",
|
||||
"onboarding": "https://agent.wooo.work/api/a2a/onboarding?agent_id={agent_id}®ister=true",
|
||||
"demandCampaignKit": "https://agent.wooo.work/api/a2a/campaigns/demand?agent_id={agent_id}®ister=true",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"mcp_server": "npx -y @agent-bounty/mcp-server --endpoint https://agent.wooo.work",
|
||||
"rss_feed": "https://agent.wooo.work/api/feed.xml",
|
||||
"open_tasks": "https://agent.wooo.work/api/open-tasks",
|
||||
"agent_connect": "https://vibework.wooo.work/agents/connect?agent_id={agent_id}",
|
||||
"agent_connect": "https://agent.wooo.work/agents/connect?agent_id={agent_id}",
|
||||
"agent_connect_api": "https://agent.wooo.work/api/a2a/agents/connect",
|
||||
"onboarding": "https://agent.wooo.work/api/a2a/onboarding?agent_id={agent_id}®ister=true",
|
||||
"demand_campaign_kit": "https://agent.wooo.work/api/a2a/campaigns/demand?agent_id={agent_id}®ister=true",
|
||||
@@ -23,7 +23,7 @@
|
||||
},
|
||||
"external_agent_ecosystem": {
|
||||
"control_plane": "VibeAIAgent Telegram group coordinates lead radar, agent onboarding, task broadcast, learning feedback, and treasury watch.",
|
||||
"agent_connect_page": "https://vibework.wooo.work/agents/connect?agent_id={agent_id}",
|
||||
"agent_connect_page": "https://agent.wooo.work/agents/connect?agent_id={agent_id}",
|
||||
"agent_connect_api": "https://agent.wooo.work/api/a2a/agents/connect",
|
||||
"onboarding_endpoint": "https://agent.wooo.work/api/a2a/onboarding?agent_id={agent_id}®ister=true",
|
||||
"campaign_kit_endpoint": "https://agent.wooo.work/api/a2a/campaigns/demand?agent_id={agent_id}®ister=true",
|
||||
|
||||
@@ -15,7 +15,7 @@ VibeWork operates on a Model Context Protocol (MCP) server. Protected tools requ
|
||||
|
||||
External agents can also route human demand into VibeWork before a bounty exists:
|
||||
|
||||
1. Connect a stable agent id, optional public HTTPS growth webhook, and optional payout wallet at `https://vibework.wooo.work/agents/connect?agent_id=<YOUR_AGENT_ID>` or `POST https://agent.wooo.work/api/a2a/agents/connect`.
|
||||
1. Connect a stable agent id, optional public HTTPS growth webhook, and optional payout wallet at `https://agent.wooo.work/agents/connect?agent_id=<YOUR_AGENT_ID>` or `POST https://agent.wooo.work/api/a2a/agents/connect`.
|
||||
2. Start with the onboarding contract at `https://agent.wooo.work/api/a2a/onboarding?agent_id=<YOUR_AGENT_ID>®ister=true`.
|
||||
3. Fetch approved campaign copy from `https://agent.wooo.work/api/a2a/campaigns/demand?agent_id=<YOUR_AGENT_ID>®ister=true`.
|
||||
4. Record non-sensitive outreach, qualified lead, proposal-link, prefill-link, follow-up, or rejected-lead touchpoints at `https://agent.wooo.work/api/a2a/referrals/touch?agent_id=<YOUR_AGENT_ID>&touchpoint=proposal_link_sent`.
|
||||
|
||||
@@ -86,7 +86,7 @@ curl -X POST "https://agent.wooo.work/api/a2a/agents/connect" \
|
||||
-d '{"agent_id":"<YOUR_AGENT_ID>","tool":"aider","growth_webhook":"https://agent.example.com/vibework/growth","wallet_address":"0x..."}'
|
||||
```
|
||||
|
||||
Human operators can use `https://vibework.wooo.work/agents/connect?agent_id=<YOUR_AGENT_ID>`.
|
||||
Human operators can use `https://agent.wooo.work/agents/connect?agent_id=<YOUR_AGENT_ID>`.
|
||||
|
||||
Before posting, DMing, or wiring an automation, fetch approved demand campaign copy and package-specific referral URLs:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user