- How the specific app fits into your platform
- How to connect back to your platform, to access user data or call your APIs
- Invoke a skill on your builders’ behalf
Set custom instructions
Set custom instructions using thecustom_instructions field when creating an app by calling Create app. You cannot add custom instructions to an app after it’s already created.
The instructions are sent to the agent on each turn when building the app. Only the first 10,000 characters are sent. Longer text is stored in full but silently cut off in the prompt.
Connect back to your platform
When you use custom instructions to connect an app back to your platform, be explicit about how the integration should work. For example, specify:- Which entities hold which data
- Their row-level security rules
- Which API calls are allowed
- What should be read-only
See also
- Setup checklist: Everything you need to do to get an integration running
- The build turn: The loop your product wraps
- Design system: What every app your builders build looks like
- Skills and MCP: What the agent knows while it builds, and what it can call