Skip to main content

Note

You can find below the full description of Parameters for each POST/PATCH/GET/DELETE methods and also what parameters you can expect from the API responses.
If you want to play with the API, please see the Agents API playground.

Parameters:

agentName String

Name of the agent

agentPurpose String

Purpose of the agentPlease read Agent creation - Provide clear purpose

formatting String

Output formatting instructionsPlease read Agent creation - Specify clear formatting rules

agentPersonality String

Personality of the agentPlease read Agent creation - Define personality traits

agentPolicyRules String

Policy rules for the agentPlease read Agent creation - Set appropriate policies

contextUids String[]

Array of existing context Uids (max 30)

mcpserverUids String[]

Array of existing mcpserver Uids (max 5)

tags String[]

Array of tags (max 10). You will be able to view reports based grouping or filtering of activity according to the tags applied when creating the agent.

access String

default : restrictedAccess Access control mode for this agent. Use Agent Sessions with restrictedAccess agents.Possible values: [restrictedAccess, openAccess]

Parameters:

agentName String

Name of the agent

agentPurpose String

Purpose of the agent

formatting String

Output formatting instructions

agentPersonality String

Personality of the agent

agentPolicyRules String

Policy rules for the agent

live Boolean

Set the agent status: live or not live

contextUids String[]

Array of existing context Uids (max 30)

mcpserverUids String[]

Array of existing mcpserver Uids (max 5)

tags String[]

Array of tags (max 10). You will be able to view reports based grouping or filtering of activity according to the tags applied when creating the agent.

access String

default : restrictedAccess Access control mode for this agent. Use Agent Sessions with restrictedAccess agents.Possible values: [restrictedAccess, openAccess]

Parameters:

startAfter - Querying for “the next page” String

Use the startAfter parameter and provide the createdAt string of the last agent in the current results set When there are no more results you will receive an empty array in the response and a 404 status code

contextUid String

Filter results to a specific contextUid (cannot be used with mcpserverUid)

mcpserverUid String

Filter results to a specific mcpserverUid (cannot be used with contextUid)
You will get the same response data when calling POST, PATCH or GET.Note: When retrieving a collection of agents, the response will be an array of objects.

uid String

Mindset internal agent uid

agentName String

Name of the agent

agentPurpose String

Purpose of the agent

formatting String

Output formatting instructions

agentPersonality String

Personality of the agent

agentPolicyRules String

Policy rules for the agent

live Boolean

Agent status: live or not live

createdAt ISO timestamp

Agent creation date

contextUids String[]

Array of existing context Uids (max 30)

mcpserverUids String[]

Array of existing mcpserver Uids (max 5)

tags String[]

Array of tags (max 10).

access String

Access control mode for this agent. Possible values: [restrictedAccess, openAccess]
I