Run Codex as a hosted agent in NoClick with Supabase wired into its tools handle. It can use Supabase directly while it works. No glue code, nothing to install. Click below to open a ready-to-run agent and connect your account.
Pick the operations you want and each becomes a tool the agent can call directly while it works.
Select/query rows from a table with filtering, ordering, and pagination
Insert one or more rows into a table
Update rows matching filter conditions
Delete rows matching filter conditions
Insert rows or update if they already exist (based on primary key or unique constraint)
Call a database function (RPC)
Sign up a new user with email and password
Sign in with email and password
Send a magic link to user's email for passwordless signin
Sign out the current user (requires user's access token)
Get current user details (requires user's access token)
Update current user's email, password, or metadata
Send password reset email to user
Verify OTP code sent via email or SMS
Refresh an expired access token using refresh token
List all users (requires service_role API key)
Create a new user (admin operation, requires service_role API key)
Delete a user by ID (admin operation, requires service_role API key)
Update a user by ID (admin operation, requires service_role API key)
Create a new storage bucket
List all storage buckets
Get bucket details
Delete a storage bucket
Empty a storage bucket (delete all files)
Upload a file to storage
Download a file from storage
List files in a storage bucket folder
Delete a file from storage
Move a file within or between buckets
Copy a file within or between buckets
Create a signed URL for temporary file access
Get public URL for a file in a public bucket
Send broadcast messages to a Realtime channel
Invoke a Supabase Edge Function
Codex is OpenAI's command-line coding agent. NoClick runs it as a hosted agent and lets you connect your apps to it as tools, turning it from a coding assistant into an operator that can act across your systems. Connect an integration to the agent and Codex can query, create, and update records in that app directly. You keep the Codex experience and give it real reach into the tools your team already uses.
NoClick runs Codex for you with Supabase wired in as tools. Connect your account and run.