Update a skill group
Renames a group or changes its title, description, or metadata. An omitted field is left unchanged. Renaming is safe at any time: no agent prompt mentions the group.
Authorizations
A Recursion API key, created in the console under API keys.
Path Parameters
Skill group id (UUID) as returned by createSkillGroup or listSkillGroups.
Body
Request body for updating a skill group. An omitted field is left unchanged.
What this group collects, for operators browsing the catalog. Omit to leave unchanged.
Human-readable title for listings. Omit to leave unchanged.
Caller-owned key/value data stored with the group. Omit to leave unchanged.
The group's addressable name, lowercase letters, digits, and single hyphens. Omit to leave unchanged.
Response
A folder of skills, for browsing a large catalog and for attaching a whole set to an agent in one entry. Attaching a group resolves to its members when a session starts, so adding a skill to the group reaches every agent already attached to it. Groups are never disclosed to the model.
A folder of skills, for browsing a large catalog and for attaching a whole set to an agent in one entry. Attaching a group resolves to its members when a session starts, so adding a skill to the group reaches every agent already attached to it. Groups are never disclosed to the model.
Server-assigned RFC 3339 timestamp of when the group was created.
The group's addressable name, lowercase with single hyphens, e.g. document-ops.
Organization that owns the group. Server-assigned from the caller's credentials; a value sent in a request body is ignored.
How many live skills are currently filed under this group. Derived on read.
Server-assigned id of the group, used in the skill-group routes and when attaching a whole group to an agent.
Server-assigned RFC 3339 timestamp of the most recent update to the group.
What this group collects, for operators browsing the catalog. Never disclosed to the model.
Human-readable title shown wherever groups are listed. Defaults to the name.
Caller-owned key/value data stored with the group and returned unchanged.