runloopai/Deploy Agent to Runloop

Deploy an agent to the Runloop platform with support for multiple source types (Git, files, and directories)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api-keyRunloop API key for authentication (set as secret)yes
source-typeAgent source type: git, tar, file, npm, or pipyes
agent-nameName for the agent (defaults to repository name if not provided)no
agent-versionFor npm/pip agents, pins the installed package version (e.g., "2.1.123"). Not used for git or object agents.no
git-repositoryGit repository URL (optional override, defaults to current repository)no
git-refGit ref (branch or tag). Defaults to current ref or release tagno
npm-packageNPM package name (required when source-type=npm, e.g., "@anthropic-ai/claude-code")no
npm-registry-urlNPM registry URL (optional, defaults to public npm registry)no
pip-packagePyPI package name (required when source-type=pip, e.g., "deepagents-cli")no
pip-index-urlPyPI index URL (optional, defaults to public PyPI)no
pathPath to file or tar archive (required if source-type=tar/file)no
content-typeObject content type override (unspecified, text, binary, gzip, tar, tgz). If omitted, auto-detected from file extension and magic bytes.no
setup-commandsNewline-separated setup commands to run after agent installationno
api-urlRunloop API URL (defaults to production)nohttps://api.runloop.ai
object-ttl-daysTime-to-live for uploaded objects in days (optional)no
namedescription
agent-idThe ID of the created agent (e.g., agt_xxxx)
object-idThe ID of the uploaded object (if applicable, e.g., obj_xxxx)
agent-nameThe final name of the created agent