What you can build
Record actions
Add buttons to record pages and the CMD-K palette. Trigger server logic or open a custom modal
when clicked.
Record widgets
Embed custom UI panels alongside Attio’s built-in record details.
Workflow blocks
Add custom triggers and steps to the Attio Workflows builder — subscribe to external events or
call external APIs as part of a workflow run.
Workspace settings
Provide a settings page where workspace admins can configure your app.
Get started
New to the App SDK? Follow the Creating an app guide to set up your first app, then come back here to explore what you can build. For a worked example walking through a complete integration — record action, server function, webhook handler, and connection events — see the SDK concepts.Guides
- Querying Attio data
- Making HTTP requests
- Authenticating to external services
- Building forms
- Adding workspace settings
- Receiving HTTP requests
- Debugging your app
Further reading
- REST API overview — read and write Attio data from server functions
- Server functions — how server-side code runs in Attio’s sandbox
- Connections — authenticate to third-party services on behalf of users