Skip to main content
GET
/
bots
curl https://api.phanomcloud.online/bots \
  -H "Authorization: Bearer sess_..."
{
  "success": true,
  "data": [
    {
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "name": "my-discord-bot",
      "language": "nodejs",
      "status": "online",
      "memory": 256,
      "vcpu": 0.5,
      "startup_command": "node index.js",
      "subdomain": "my-discord-bot",
      "created_at": "2025-01-01T00:00:00Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.phanomcloud.online/llms.txt

Use this file to discover all available pages before exploring further.

Response

success
boolean
Always true on success.
data
array
Array of bot objects.
curl https://api.phanomcloud.online/bots \
  -H "Authorization: Bearer sess_..."
{
  "success": true,
  "data": [
    {
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "name": "my-discord-bot",
      "language": "nodejs",
      "status": "online",
      "memory": 256,
      "vcpu": 0.5,
      "startup_command": "node index.js",
      "subdomain": "my-discord-bot",
      "created_at": "2025-01-01T00:00:00Z"
    }
  ]
}