Skip to content

Organization

organization_product_invite

Invite a teammate to a product.

Tool

organization_product_invite

Invite a teammate to a product.

Behavior

Returns
An invitation link (and, when an email is given, an addressed invite).

Arguments

Name Type Required Description
productId string Product to invite into.
email string Address to invite. Omit for a shareable link.

Try it

Invite jane@acme.com to my product.

When to use

Create a product invitation link, optionally addressed to a specific email. Share the link (or let the email deliver it) so the teammate can join the product.

Example

Ask your agent something like this:

Invite jane@acme.com to my product.

The agent will invoke organization_product_invite with these arguments:

{
  "productId": "prod-id",
  "email": "jane@acme.com"
}

Esc

Start typing to search the docs.

navigate select