Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List and retrieve project details.
GET /v1/projects
curl https://developer.sirius.menu/v1/projects \ -H "Authorization: Bearer sdt_..."
{ "projects": [ { "id": "a1b2c3d4-5678-9abc-def0-123456789abc", "name": "My Script Hub", "script_id": "sid_abc123xyz456", "verified": 1, "description": "Auto-farm hub for multiple games", "status": "active", "settings_json": "{\"key_system_enabled\":true,\"gate_provider\":\"lootlabs\"}", "created_at": 1712345678, "updated_at": 1712345678 } ] }
GET /v1/projects/:id
curl https://developer.sirius.menu/v1/projects/a1b2c3d4-5678-9abc-def0-123456789abc \ -H "Authorization: Bearer sdt_..."
{ "project": { "id": "a1b2c3d4-5678-9abc-def0-123456789abc", "name": "My Script Hub", "script_id": "sid_abc123xyz456", "verified": 1, "verified_at": 1712345000, "description": "Auto-farm hub for multiple games", "status": "active", "settings_json": "{\"key_system_enabled\":true}", "current_version_id": "v1d2e3f4-...", "created_at": 1712345678, "updated_at": 1712345678 } }
id
name
script_id
sid_
verified
status
active
paused
archived
settings_json
current_version_id