create_mind
create_mind
Creates a new digital mind entity that represents a person’s communication patterns and decision-making style. This is the first step in the Mind Reasoner workflow.
Creating a mind establishes a digital identity that holds all training data and enables simulations. Once created, you can upload conversation data to train it and run unlimited simulations.
Parameters
name
Use clear, descriptive names that help you identify the mind later, such as “Sales Manager Alex” or “Customer Service Team”.
Request
Response
Response Properties
Returns a complete mind object with nested structures:
Mind Object
Digital Twin Object
Other Arrays
Save These IDs
Save both mind.id and digitalTwin.id from the response. You’ll need them for all subsequent operations. Your AI assistant handles this automatically, but when building custom integrations, store these in your application’s state or database.
Error Responses
401 Unauthorized
Solution: Verify your API key in the MCP server configuration and ensure the format is correct: Bearer YOUR_KEY.
400 Bad Request
Solution: Ensure the name parameter is provided as a non-empty string.
429 Rate Limit Exceeded
Solution: Wait for the time specified in retryAfter before making additional requests.
Next Steps
After creating a mind, continue with:
