RPC Tester
Location: Sidebar → RPC Tester
The RPC Tester invokes PostgreSQL functions exposed through Supabase's rpc() interface.
Using the RPC Tester
- Select a function from the schema-aware dropdown. Parameters are auto-populated with appropriate input fields based on the function signature.
- Enter parameter values. Supports
{{variable}}syntax. - Select an auth context.
- Click Run.
For functions not in the schema, toggle Manual Mode and enter the function name and a raw JSON parameter object directly.
Code Preview
The code preview shows the exact supabase.rpc() call, including parameter names and values.
Saving to a Collection
Save any RPC call to a collection folder. Saved calls can be added to test plans and run under multiple auth contexts or used as steps in a request chain with variable extraction.