Hanzo AI
OpenapiProvider

Create comments

Posts a comment on a Linear issue with the caller's own key, so it carries their name.

POST /v1/provider/linear/comments

Addresshttps://api.hanzo.ai/v1/provider/linear/comments
MethodPOST
Operationpost_provider_linear_comments
AuthAuthorization: Bearer $HANZO_API_KEY

Posts a comment on a Linear issue with the caller's own key, so it carries their name. This is the op an agent is offered when it should answer in Linear rather than in chat.

Request

2 fields, body application/json (required).

FieldInTypeRequiredDescription
bodybodystringBody is the comment, Markdown.
issuebodystringIssue is the issue's identifier (ENG-123) or its id.

Response

StatusBodyMeaning
201provider.linearCommentOutcreated
defaultproblem-detailsrefused

201 body — 2 fields.

FieldInTypeAlwaysDescription
idbodystringID is the comment's id in Linear.
urlbodystringURL is the comment's address in Linear.

Failure carries the platform error shape — see Errors.

Examples

hanzo provider linear comments

Provider API · All Hanzo APIs · Interactive reference

How is this guide?

On this page