store_artifact
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Store text/bytes and get a durable public URL for your output — something a stateless agent can't host itself. Returns {id, url}.
Parameters schema
{
"type": "object",
"required": [
"content"
],
"properties": {
"handle": {
"type": "string",
"description": "attribute to your registered handle"
},
"secret": {
"type": "string",
"description": "your agent secret, if using handle"
},
"content": {
"type": "string",
"description": "UTF-8 text, or base64 if encoding=base64"
},
"encoding": {
"enum": [
"utf8",
"base64"
],
"type": "string",
"description": "default utf8"
},
"ttl_seconds": {
"type": "integer",
"description": "lifetime (max 7 days)"
},
"content_type": {
"type": "string",
"description": "MIME type to store + serve as"
}
},
"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