Using shortcuts and foundation model app I want to add a lot of features so while I’m chatting to it via shortcuts it can do web searches use other actions et
Asked on 06/14/2025
1 search
To enhance your app's features using Shortcuts and foundation models, you can leverage the App Intents framework and the new Use Model action. This allows you to integrate intelligent actions into your app, enabling it to perform tasks like web searches and other actions while chatting via Shortcuts.
-
Use Model Action: This action lets you incorporate Apple Intelligence models into your shortcuts. You can choose between a large server-based model for complex requests or an on-device model for simpler tasks. Additionally, you can use ChatGPT for broader knowledge and expertise. This is covered in the session Develop for Shortcuts and Spotlight with App Intents.
-
Tool Calling: The Foundation Models API supports tool calling, which allows the model to autonomously decide when to fetch additional information or perform actions, such as web searches or interacting with other apps. This is discussed in the Platforms State of the Union.
-
App Intents Framework: By adopting the App Intents framework, you can expose your app's core features to users through Shortcuts and Spotlight. This includes creating parameterized shortcuts actions and integrating them with Siri and Spotlight. More details can be found in the session Bring your app’s core features to users with App Intents.
By utilizing these tools and frameworks, you can create a more interactive and intelligent experience for users interacting with your app through Shortcuts.

Develop for Shortcuts and Spotlight with App Intents
Learn about how building App Intents that make actions available and work best with the new features in Shortcuts and Spotlight on Mac. We’ll show you how your actions combine in powerful ways with the new Apple Intelligence actions available in the Shortcuts app. We’ll deep-dive into how the new “Use Model” action works, and how it interacts with your app’s entities. And we’ll discuss how to use the App Intents APIs to make your actions available in Spotlight.

Bring your app’s core features to users with App Intents
Learn the principles of the App Intents framework, like intents, entities, and queries, and how you can harness them to expose your app’s most important functionality right where people need it most. Find out how to build deep integration between your app and the many system features built on top of App Intents, including Siri, controls and widgets, Apple Pencil, Shortcuts, the Action button, and more. Get tips on how to build your App Intents integrations efficiently to create the best experiences in every surface while still sharing code and core functionality.

Platforms State of the Union
Discover the newest advancements on Apple platforms.