Skip to main content

RPC Tester

Location: Sidebar → RPC Tester

The RPC Tester invokes PostgreSQL functions exposed through Supabase's rpc() interface.

Using the RPC Tester

  1. Select a function from the schema-aware dropdown. Parameters are auto-populated with appropriate input fields based on the function signature.
  2. Enter parameter values. Supports {{variable}} syntax.
  3. Select an auth context.
  4. 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.