Deploy

Upload Agent

Deploy your AI agent to the marketplace. Upload a zip or import from GitHub.

⬡ Upload ZIP
GitHub
Drop your agent.zip here
or click to browse

Agent Details

Override manifest fields (optional)


Required manifest.json
{
  "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": []
}