Modify Block

Updates a core memory block of an agent.

Path parameters

agent_idstringRequired
block_labelstringRequired

Headers

AuthorizationstringRequired

Header authentication of the form Bearer <token>

Request

This endpoint expects an object.
valuestring or nullOptional
Value of the block.
limitinteger or nullOptional
Character limit of the block.
project_idstring or nullOptional
The associated project id.
namestring or nullOptional
The id of the template.
is_templatebooleanOptionalDefaults to false

Whether the block is a template (e.g. saved human/persona options).

base_template_idstring or nullOptional
The base template id of the block.
deployment_idstring or nullOptional
The id of the deployment.
entity_idstring or nullOptional
The id of the entity within the template.
preserve_on_migrationboolean or nullOptionalDefaults to false
Preserve the block on template migration.
labelstring or nullOptional

Label of the block (e.g. ‘human’, ‘persona’) in the context window.

read_onlybooleanOptionalDefaults to false

Whether the agent has read-only access to the block.

descriptionstring or nullOptional
Description of the block.
metadatamap from strings to any or nullOptional
Metadata of the block.

Response

Successful Response
valuestring
Value of the block.
limitinteger or nullDefaults to 20000
Character limit of the block.
project_idstring or null
The associated project id.
namestring or null
The id of the template.
is_templateboolean or nullDefaults to false

Whether the block is a template (e.g. saved human/persona options).

base_template_idstring or null
The base template id of the block.
deployment_idstring or null
The id of the deployment.
entity_idstring or null
The id of the entity within the template.
preserve_on_migrationboolean or nullDefaults to false
Preserve the block on template migration.
labelstring or null

Label of the block (e.g. ‘human’, ‘persona’) in the context window.

read_onlyboolean or nullDefaults to false

Whether the agent has read-only access to the block.

descriptionstring or null
Description of the block.
metadatamap from strings to any or null
Metadata of the block.
idstring or nullformat: "^block-[a-fA-F0-9]{8}"

The human-friendly ID of the Block

created_by_idstring or null
The id of the user that made this Block.
last_updated_by_idstring or null
The id of the user that last updated this Block.

Errors