Deploy your AI agent to the marketplace. Upload a zip or import from GitHub.
Override manifest fields (optional)
{
"name": "my-agent",
"version": "1.0.0",
"description": "What it does",
"entrypoint": "agent.py",
"runtime": "python3.11",
"price_per_call": 0.001,
"timeout_seconds": 30,
"input_schema": { "type": "object" },
"output_schema": { "type": "object" },
"tags": [],
"category": "nlp",
"uses_agents": []
}