For AI agents: visit https://ozoneshell.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Ozone API is is provided to all applications running over Ozone. The API is the global object named api.
Ozone API is can be used following this syntax: api.namespace.action
For example, the settings API can be used to set a global settings by using the following command:
api.settings.set("key", "value", "general.json")
Namespaces
Namespaces act like categories of functionality, and are used primarily by the system for grouping application permissions. Learn More about permissions.