Streamlit · Capability
Streamlit Community Cloud API — Apps
Streamlit Community Cloud API — Apps. 5 operations. Lead operation: List Apps. Self-contained Naftiko capability covering one Streamlit business surface.
What You Can Do
GET
Listapps
— List Apps
/v1/apps
POST
Deployapp
— Deploy App
/v1/apps
GET
Getapp
— Get App
/v1/apps/{appid}
DELETE
Deleteapp
— Delete App
/v1/apps/{appid}
POST
Restartapp
— Restart App
/v1/apps/{appid}/restart
MCP Tools
list-apps
List Apps
read-only
idempotent
deploy-app
Deploy App
get-app
Get App
read-only
idempotent
delete-app
Delete App
idempotent
restart-app
Restart App