
What is PhanomCloud?
PhanomCloud is a cloud hosting platform for bots and applications. With our API you can create, start, stop, monitor and manage your bots programmatically — perfect for CI/CD pipelines, dashboards and automation tools.Base URL
All API requests must be made to:Response Format
Every endpoint returns a JSON object in one of these two shapes:Quick Start
1
Get your session token
Authenticate via Discord OAuth2 and store your
session_token.2
Create a bot
Call
POST /bots/create with your bot name, language and memory.3
Upload your code
Upload a
.zip or .rar with your bot files via POST /bots/:id/upload.4
Start the bot
Call
POST /bots/start and your bot will be running in seconds.
