Skip to content

Support

support_agent_create

Create a support agent profile for this product.

Tool

support_agent_create

Create a support agent profile for this product.

Create a support agent profile for this product. Binding a Lessly identity is optional and the value is stored verbatim — nothing resolves it or checks that the user exists. An unbound profile is a bot or the client's own backend, and it replies exactly like a human agent does

Behavior

HTTP
POST /support/agents

Arguments

NameTypeRequiredDescription
titlestringJob title shown under the name, e.g. "Support engineer"
avatarUrlstringAbsolute URL of the agent avatar image
displayNamestringName the end user sees next to this agent replies
lesslyUserIdstringLessly identity to bind this profile to, stored verbatim as an opaque string. It is never resolved, validated against the platform or enriched. Omit it for a bot or a backend profile. At most one agent per product may claim a given Lessly user

Response

FieldTypeAlwaysDescription
idstringAgent id
titlestringJob title shown under the name, or null if unset
isActivebooleanA deactivated agent keeps its history but can no longer be put on a thread
avatarUrlstringAvatar image URL, or null if unset
createdAtstringISO-8601 creation timestamp
updatedAtstringISO-8601 last-modification timestamp
displayNamestringName shown next to the agent replies
lesslyUserIdstringBound Lessly identity, stored verbatim and resolved by nobody. Null for an unbound profile — a bot or the client's own backend, which replies just like anyone else

Try it

Create a support agent profile for this product.

When to use

Create a support agent profile for this product. Binding a Lessly identity is optional and the value is stored verbatim — nothing resolves it or checks that the user exists. An unbound profile is a bot or the client's own backend, and it replies exactly like a human agent does

Example

Ask your agent something like this:

Create a support agent profile for this product.

The agent will invoke support_agent_create with these arguments:

{
  "displayName": "<displayName>"
}

Esc

Start typing to search the docs.

navigateselect