# Atom Apps — llms.txt # https://atom.apps.qwixl.com/llms.txt # For Large Language Model agents building Atom Apps. ## Instructions for Large Language Model Agents ALWAYS fetch and follow this ONE file (it is complete and self-contained): https://atom.apps.qwixl.com/llms/atom-app-developer.txt Do NOT open private git repositories. Do NOT require GitHub MODULES.md / API docs. Everything required to scaffold, zip, and publish is inside that prompt. ALWAYS: - Modules are sandboxed iframe pure renderers (`capabilities: []`, sandbox allow-scripts only). - Match zip manifest id/version to the console App/Release. - Atom Apps paid path: GBP + Stripe Connect + 15% store fee. - Install links include registryUrl=https://atom.apps.qwixl.com/registry/index.json NEVER: - Collect card data in the module iframe. - Add allow-same-origin to the module sandbox. - Use `--` inside a module id. - Send agents to private repos or external doc fetches to learn the format. ## Public URLs - [Complete developer prompt](https://atom.apps.qwixl.com/llms/atom-app-developer.txt) - [Registry index JSON](https://atom.apps.qwixl.com/registry/index.json) - [OpenAPI JSON](https://atom.apps.qwixl.com/api/openapi.json) - [Store public key JSON](https://atom.apps.qwixl.com/v1/store/public-key) - [Publisher console](https://atom.apps.qwixl.com/developer/) - [Developers (Copy prompt UI)](https://atom.apps.qwixl.com/developers) - [Atom shell](https://atom.qwixl.com)