Set personal instructions
Requires an authenticated tenant principal. Generated from the production route registered in `internal/features/instructions/inbound/http.go`.
/v1/instructionsRequires an authenticated tenant principal. Generated from the production route registered in internal/features/instructions/inbound/http.go.
Authorization
bearerAuth Engine-issued API key or tenant-signed JWT.
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
The full personal-instructions draft — PUT is full replacement, so both fields state the intended end state. Unknown fields are rejected.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X PUT "https://example.com/v1/instructions" \ -H "Content-Type: application/json" \ -d '{ "tone": "default" }'{}Get personal instructions
Requires an authenticated tenant principal. Generated from the production route registered in `internal/features/instructions/inbound/http.go`.
Preview personal instructions
Requires an authenticated tenant principal. Generated from the production route registered in `internal/features/instructions/inbound/http.go`.