Create a new assistant.
An assistant is a configured instance of a graph. Provide a graph_id
referencing a graph defined in your aegra.json. If assistant_id is
omitted, one is auto-generated. Set if_exists to "do_nothing" for
idempotent creation.
Request model for creating assistants
LangGraph graph ID from aegra.json
Unique assistant identifier (auto-generated if not provided)
Human-readable assistant name (auto-generated if not provided)
Assistant description
Assistant configuration
Assistant context
Metadata to use for searching and filtering assistants.
What to do if assistant exists: error or do_nothing
Successful Response
Assistant entity model
Unique identifier for the assistant.
Human-readable name of the assistant.
Identifier of the graph this assistant executes.
Identifier of the user who owns this assistant.
The version of the assistant.
Timestamp when the assistant was created.
Timestamp when the assistant was last updated.
Optional description of the assistant's purpose.
Configuration passed to the graph at runtime.
Context variables available to the graph during execution.
Arbitrary metadata for searching and filtering.