OVERVIEW
Cloud operations
This console shows what happened. Change agents, deploys, runs, and cron with the CLI, Hermes, or the API (not by editing here).
TOKENS
API access
How tokens work
This page can mint or revoke. You can also use Hermes, CLI, or the API. Plaintext is shown once.
Hermes:
Log me into AgentPaaS cloud (I will run cloud login in my terminal)
CLI (browser login — preferred for humans):
agentpaas cloud login
agentpaas cloud whoami
bootstrap = trial mint · cli-login = CLI approve
It will not be shown again and is not saved in this browser.
| ID | Name | Prefix | Created |
|---|
SECRETS
Secrets vault
How secrets work
Values never shown after save. This page can save/delete labels. Prefer Hermes or CLI for day-to-day.
Hermes:
Push my openrouter-key to cloud and bind it to the weather deployment for openrouter.ai
CLI:
agentpaas secret add openrouter-key
agentpaas cloud secrets push openrouter-key
agentpaas cloud secrets bind <deployment> openrouter-key --as bearer --host openrouter.ai
Rotate by saving the same label again. Delete is blocked while deployments still bind the label.
Vault stores label + value only. Bind host / inject mode on deploy (CLI bind), not here.
| Label | Created | Updated |
|---|
COMPONENT REGISTRY
Component Registry
To add or change registry packages
This page is read-only. Push with Hermes, CLI, or the API. Kinds: agent · mcp · tool.
Hermes:
Make it run in the AgentPaaS cloud
CLI after pack:
agentpaas cloud push --lock ~/.agentpaas/state/agents/<name>/agent.lock
No packages in the registry yet
Open Help for Hermes or CLI push steps.
Status: deployed = live on a slot · undeployed = image pushed, not running · deleted = removed
| Name | Kind | Id | Version | Status | Latest invoke |
|---|
RUNS
Runs
Run history is kept for 30 days
To start a run
This tab is read-only. Invoke with Hermes, CLI, cron, webhook, or the API. Trial history is kept 30 days.
Hermes:
Invoke the weather agent in cloud for San Francisco and show the result
CLI:
agentpaas cloud invoke <deployment> --body '{"query":"San Francisco"}' --wait
No runs yet
Open Help for Hermes or CLI invoke steps.
| Time | Status | Kind | Duration | Component | Run id | Deployment | Finished |
|---|
DEPLOYMENTS
Deployments
To deploy or undeploy
This tab is read-only. Change deploys with Hermes, CLI, or the API.
Hermes:
Deploy my latest weather agent to the cloud
Undeploy deployment dep_…
CLI:
agentpaas cloud deploy latest
agentpaas cloud undeploy <deployment>
No deployments yet
Open Help for Hermes or CLI deploy steps.
| ID | Kind | Component | Version | Digest | Status | Cron | Created |
|---|
INGRESS
Ingress sources
To create or change ingress
This tab is read-only. Change sources and connections with the CLI.
CLI:
agentpaas cloud ingress sources
agentpaas cloud ingress connections <src_id>
agentpaas cloud ingress events <src_id> --tail 20
agentpaas cloud ingress source create --provider slack --label … --secret-stdin
agentpaas cloud ingress connect <src_id> <deployment_id> --label …
No ingress sources
Open Help for CLI create and connect steps.
| Label | Provider | Status | Request URL | Last event | Connections |
|---|
CRON
Cron schedules
To set or change cron
This tab is read-only. Schedules only change via Hermes, CLI, or the API.
Hermes:
Schedule deployment dep_… to run every 5 minutes
Disable cron on dep_…
CLI:
agentpaas cloud cron set <deployment> --expr every_5m
agentpaas cloud cron disable <deployment>
agentpaas cloud cron enable <deployment>
agentpaas cloud cron list
Cron is for agent deployments only (scheduled runs). MCP and tool deployments are on-demand. Minimum interval every_5m. Intervals: every_5m · every_15m · every_1h — or 5-field UTC cron, e.g. 30 9 * * 1-5
No cron schedules
Open Help for Hermes or CLI cron steps.
| Component | Schedule | State | Last fired | Next fire | Deployment |
|---|
USAGE & PLAN
Usage and plan
Trial quota and period from the control plane. No per-agent breakdown in v1 metering.
- Tier
- —
- Period start
- —
- Trial expires
- —
- CPU remaining
- —
- How CPU is counted
- —
Need more room? Contact agentpaas.ai to extend or upgrade.
WORKFLOWS
Workflows
Read-only. Signed definitions and inspect cards.
To add or change a workflow
This tab is read-only. Compose with Hermes, CLI, or the API.
Hermes:
Compose a workflow from my registry packages
CLI:
agentpaas cloud workflow list
No workflows yet
Open Help for Hermes or CLI workflow steps.
| Name | Id | Version | Status | Created |
|---|
WORKFLOW
Workflow run
ATHENA
Athena
Session visibility for this console. Secret values are never shown.
- Session
- none
LOGS
Logs
Tenant log events. Export strips secret values.
No log events
Filter by run id or export a run chain.
| Time | Run | Seq | Type | Payload |
|---|