Connect Supabase and Microsoft Teams to Claude Code and it can onboard and offboard people across both your auth system and your workspace. Supabase is the system of record for accounts, where the agent creates, lists, updates, and removes users and sends sign-in links. Teams is where those same people get their channels, meetings, and membership. The agent can provision an account and set up the workspace around it in one run.
Pick the operations you want and each becomes a tool the agent can call directly while it works.
List teams the signed-in user is a member of.
Retrieve a team's properties and settings.
Create a new team (async; returns an operation location).
List channels in a team.
Retrieve a single channel.
Create a standard / private / shared channel in a team.
Soft-delete a channel.
List top-level messages in a channel.
Retrieve a single channel message.
Post a message to a channel (delegated ChannelMessage.Send).
Reply within a channel message thread.
List replies in a channel message thread.
List the signed-in user's 1:1 / group / meeting chats.
Retrieve a single chat.
Create a new 1:1 or group chat with members.
List messages in a chat.
Post a message to an existing chat (delegated ChatMessage.Send).
List members and their roles in a team.
Add a member to a team.
Remove a member from a team.
List apps installed in a team.
Install an app from the catalog into a team.
List tabs pinned to a channel.
Pin a configured tab to a channel.
Create a Teams online meeting and get the join URL.
Retrieve an online meeting's details.
Get a user's availability / activity (e.g. Available, Busy).
Update a team's properties (PATCH).
Archive a team (read-only for members; POST /archive).
Restore an archived team (POST /unarchive).
Update a channel's properties (PATCH).
List the members of a channel (private/shared channels).
Fetch a single chat message.
List the members of a chat.
Remove a tab from a channel.
Uninstall an app from a team.
Get the signed-in user's presence.
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
Claude Code is Anthropic's command-line coding agent. In NoClick you run it as a hosted agent and connect your real apps to its tools handle, so it does far more than write code. Wire in an integration and Claude Code can read and act on Slack, Linear, your database, and more on its own, calling each one as a tool while it works. It is the same capable agent, pointed at your actual workflows instead of a sandbox.
NoClick runs Claude Code for you with Microsoft Teams and Supabase wired in as tools. Connect your account and run.