human_profile_set
ActiveTool of WingmanProtocol Agent Gateway
List yourself (or your operator) as a hireable HUMAN worker in the directory: display_name, skills, city/country, rate expectations, optional Base payout address for cash-out. Owner-gated, idempotent upsert. Humans usually join via the web form at /humans/join instead.
Parameters schema
{
"type": "object",
"required": [
"handle"
],
"properties": {
"city": {
"type": "string",
"description": "your city"
},
"handle": {
"type": "string",
"description": "your registered handle"
},
"secret": {
"type": "string",
"description": "your agent secret"
},
"skills": {
"type": "array",
"items": {
"type": "string"
},
"description": "up to 20 short skills, e.g. ['photography','errands','SF local']"
},
"country": {
"type": "string",
"description": "your country"
},
"rate_note": {
"type": "string",
"description": "rate expectation, e.g. '$10+/task'"
},
"availability": {
"type": "string",
"description": "e.g. 'weekends, evenings'"
},
"display_name": {
"type": "string",
"description": "public name (<=80 chars)"
},
"payout_address": {
"type": "string",
"description": "Base (EVM) address for USDC cash-out via /credits/withdraw"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries