{{ agent.description }}
{% endif %}No triggers registered. Add @app.webhook, @app.cron, or @app.inbox to your agent.
{{ s.model }}{% endif %}{% if s.cost_usd is not none %} · {{ fmt_cost(s.cost_usd) }}{% endif %}
no runs yet
{% endif %}{{ agent.github_ref or 'main' }}
@ {{ agent.last_deployed_sha[:8] }}
{% else %}
Not deployed yet.
{% endif %}
{{ agent.deploy_log }}
Set BENTO_GITHUB_TOKEN on the hub to deploy private repos.
The token is read only by the hub's deploy step; agent containers
never see it.
Saves an env var into the container — your code reads it with
os.getenv("BENTO_MAX_TURNS"). Same idiom as secrets. Container restarts on save.
{{ s.key }}
{{ s.masked_value }}
updated
No secrets yet. Add API keys or other env vars your agent needs (e.g. ANTHROPIC_API_KEY). Values are encrypted at rest and injected as env vars into the runtime.