Streamlit App Structure
A Streamlit application deployed on Community Cloud, linked to a GitHub repository.
Type:
Properties: 0
Data ScienceMachine-LearningOpen-SourcePythonWeb Applications
StreamlitApp is a JSON Structure definition published by Streamlit.
{
"name": "StreamlitApp",
"description": "A Streamlit application deployed on Community Cloud, linked to a GitHub repository.",
"fields": [
{"name": "id", "type": "string", "required": true, "description": "Unique app identifier"},
{"name": "name", "type": "string", "required": false, "description": "Display name of the app"},
{"name": "url", "type": "string", "format": "uri", "required": false, "description": "Public URL of the deployed app"},
{"name": "status", "type": "string", "required": false, "enum": ["running", "sleeping", "error", "building", "deploying"], "description": "Current deployment status"},
{"name": "repo", "type": "string", "required": true, "description": "GitHub repository (org/repo format)"},
{"name": "branch", "type": "string", "required": true, "description": "GitHub branch deployed from"},
{"name": "mainFile", "type": "string", "required": true, "description": "Path to main Python file (e.g., app.py)"},
{"name": "owner", "type": "string", "required": false, "description": "GitHub owner of the repository"},
{"name": "createdAt", "type": "string", "format": "date-time", "required": false, "description": "Deployment creation timestamp"},
{"name": "updatedAt", "type": "string", "format": "date-time", "required": false, "description": "Last update timestamp"}
],
"relationships": [
{"name": "secrets", "type": "array", "target": "Secret", "description": "Secret key names available in st.secrets"},
{"name": "workspace", "type": "object", "target": "Workspace", "description": "Workspace the app belongs to"}
]
}
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/streamlit-app-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.