One-click install

Packages install directly in Chitty Workspace. Browse the marketplace, click install, and your agents immediately gain new capabilities. No manual configuration needed.

$ chitty marketplace install google-cloud
Installing google-cloud tools...
bigquery_query installed
cloud_run_deploy installed
cloud_sql_execute installed
cloud_storage_manage installed
 
4 tools ready. Added to active agent.
// my-custom-tool/manifest.json
{
  "name": "deploy_preview",
  "description": "Deploy a preview environment",
  "parameters": {
    "branch": { "type": "string" },
    "env": { "type": "string" }
  }
}

Build your own

Create custom tool packages and share them with the community. Define tools with a simple manifest, write the logic in any language, and submit to the marketplace for review.