A capability is an app action
A capability describes a useful thing a person or AI tool can ask the app to do. It is not tied to one button, Swift type, web address, or spoken phrase.
The same capability can appear in several places. Its ID and purpose stay the same even when Siri, Shortcuts, or another platform presents it differently.
What a capability records
- A stable ID owned by the product and an exact version.
- The user’s goal, required information, returned result, changes, and common errors.
- Who may run it, when to ask for confirmation, and what private data it may use.
- The existing app code that performs the work.
- Where it works, where it does not, which versions are compatible, and what has been tested.
Keep the real work in the app
Capability Studio does not replace your business rules, app data, passwords, storage, or release system. Every new connection should call the same app service used by your own interface.