Agentic DevelopmentThreads

Post to a thread's team chat

POST
/v1/threads/{id}/chat
AuthorizationBearer <token>

API key starting with tektona_. Create one at app-dev.tektona.ai under API Keys.

In: header

Path Parameters

id*string

Thread ULID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

body*string
Match^[^\x00-\x08\x0b\x0c\x0e-\x1f\x7f]*$
Length1 <= length <= 2000

Response Body

application/json

application/problem+json

curl -X POST "https://example.com/v1/threads/string/chat" \  -H "Content-Type: application/json" \  -d '{    "body": "string"  }'
{  "author": "string",  "body": "string",  "created_at": "string",  "id": "string"}