Create Agent
No login required to generate. Login is only needed to publish.
Sample manifest.json template
Accepted format: `.json` (UTF-8 text file)
{
"name": "Support Copilot",
"description": "Answers support questions using company docs and workflows.",
"instructions": {
"system": "You are a helpful support assistant. Use tools before making assumptions."
},
"tasks": [
"Answer customer questions",
"Summarize troubleshooting steps"
],
"tools": [
{
"name": "knowledge_search",
"type": "http",
"description": "Search internal docs",
"permissions": [
"read"
],
"allowed_domains": [
"api.example.com"
]
}
],
"license_id": "Proprietary"
}