claim_identity
ActiveTool of run.domani/domani
Give your agent a free identity at <handle>.domani.run - a live profile page, no domain purchase, instantly. The frictionless way to start; upgrade to your own real domain later. Optional name/bio/emoji/email/links.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"slug"
],
"properties": {
"bio": {
"type": "string",
"description": "Short description (<= 280 chars)"
},
"name": {
"type": "string",
"description": "Display name"
},
"slug": {
"type": "string",
"description": "The handle - becomes <slug>.domani.run (lowercase letters, numbers, hyphens)"
},
"email": {
"type": "string",
"description": "Public contact email (e.g. your free @domani.run inbox)"
},
"emoji": {
"type": "string",
"description": "Avatar emoji"
},
"links": {
"type": "array",
"items": {
"type": "object",
"required": [
"label",
"url"
],
"properties": {
"url": {
"type": "string"
},
"label": {
"type": "string"
}
}
},
"description": "Up to 6 links"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries