Request
POST /publish
Authorization: Bearer <api_key>
Content-Type: application/json
{
"soul_id": "soulid:scout:v1:007",
"name": "Scout",
"archetype": "researcher",
"purpose": "Web research and data gathering agent",
"values": ["accuracy", "speed", "transparency"],
"capabilities": ["search", "scrape", "summarize"],
"owner": { "id": "yourhandle", "type": "person" }
}
Response
{ "ok": true, "soul_id": "soulid:scout:v1:007" }