Instructions
Create and manage instructions that guide agent behavior
📄️ Create instruction
Create a new instruction that can guide agent behavior.
📄️ List instructions
List all instructions available to the authenticated user, with optional filtering and pagination.
📄️ Get instruction
Retrieve the details of a specific instruction by its ID, including its template and configuration.
📄️ Update instruction
Update an existing instruction's template, metadata, and configuration.
📄️ Delete instruction
Permanently delete an instruction and all its associated configuration. This action cannot be undone.
📄️ Test instruction
Test an instruction by rendering its template with provided context data and tools.
📄️ Delete instruction version
Permanently delete the specified version of the instruction. This action cannot be undone.