Publish
Register a tool manifest for agent discovery and secure proxying.
Manifest editor
Tools
Live preview
json
{
"name": "",
"version": "1.0.0",
"description": "",
"serverUrl": "",
"authType": "none",
"domain": "devtools",
"tools": [
{
"name": "",
"description": "",
"endpoint": "/",
"method": "POST",
"inputSchema": {
"type": "object",
"properties": {}
}
}
]
}Readiness
- ○ Name present
- ○ Valid URL
- ○ Description
- ✓ At least one tool
- ✓ Tool has endpoint
- ○ Schema valid
name: Name is required
description: Description is required
serverUrl: serverUrl must be a valid URL
tools.0.name: Tool name is required