Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Manage hosted agents on Fetch.ai's Agentverse: list, start, stop, view logs, and delete agents. Provides operational control over your deployed agents. Requires AGENTVERSE_API_KEY env var. Use when asked to list agents, check agent status, view logs, start/stop agents, or clean up.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 57% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 62% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 100% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -25% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -37% | 0% |
Manage your hosted agents on Agentverse. List all agents, start/stop them, read their logs, and delete agents you no longer need.
AGENTVERSE_API_KEY environment variable setrequestsbashpython3 scripts/manage_agents.py list
bashpython3 scripts/manage_agents.py start --agent agent1q...
bashpython3 scripts/manage_agents.py stop --agent agent1q...
bashpython3 scripts/manage_agents.py logs --agent agent1q...
bashpython3 scripts/manage_agents.py delete --agent agent1q...
json{ "status": "success", "total": 3, "agents": [ { "name": "my-image-relay", "address": "agent1q...", "running": true, "compiled": true, "domain": "", "wallet_address": "fetch1...", "created": "2026-04-20T10:00:00Z", "updated": "2026-04-20T15:30:00Z" } ] }
json{ "status": "success", "agent": "agent1q...", "total_entries": 15, "showing": 3, "logs": [ {"timestamp": "2026-04-20T15:30:00Z", "message": "Agent started", "level": "info"}, {"timestamp": "2026-04-20T15:30:01Z", "message": "Sending message...", "level": "info"}, {"timestamp": "2026-04-20T15:30:35Z", "message": "RESULT:{...}", "level": "info"} ] }
| Action | Method | Endpoint | |--------|--------|----------| | List agents | GET | /v1/hosting/agents | | Get agent | GET | /v1/hosting/agents/{address} | | Start | POST | /v1/hosting/agents/{address}/start | | Stop | POST | /v1/hosting/agents/{address}/stop | | Delete | DELETE | /v1/hosting/agents/{address} | | Get logs | GET | /v1/hosting/agents/{address}/logs/latest |
Other measured skills in the registry, with their headline benchmark lift.