What is a Flow?
A Flow brings together:- Context: what the site does and when to use it.
- Functions: the actions you can request and the inputs they accept.
- Information: the data you can read and the shape of the result.
A typical workflow
- Choose the Flow for the website you need.
- Read its context and function definitions.
- Supply the required arguments and, where needed, connect a signed-in account.
- Call a function.
- Use the returned data, or handle the shared error response.
Access and availability
Schema for Flows is on the waitlist. Request access.The public platform preview uses sample data. Its function names, SDK snippets, and responses illustrate the product; they are not a published API contract.