agent-swarm.devagent-swarm.dev

Ecosystem

Query registered community and official agent integrations in the swarm ecosystem

GET
/ecosystem

Authorization

bearerAuth
AuthorizationBearer <token>

API key via Authorization: Bearer <API_KEY>

In: header

Response Body

application/json

application/json

curl -X GET "http://localhost:3013/ecosystem"
{
  "apps": [
    {
      "name": "string",
      "script": "string",
      "cwd": "string",
      "interpreter": "string",
      "args": [
        "string"
      ],
      "env": {
        "property1": "string",
        "property2": "string"
      }
    }
  ]
}
{
  "error": "string",
  "property1": null,
  "property2": null
}