Agentic DevelopmentThreads
Signal that you are typing
Sent while the composer is non-empty. Nothing is stored; the indicator lapses on its own.
Sent while the composer is non-empty. Nothing is stored; the indicator lapses on its own.
Authorization
apiKey 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
Response Body
application/problem+json
curl -X PUT "https://example.com/v1/threads/string/chat/typing"Empty
{ "detail": "Property foo is required but is missing.", "errors": [ { "location": "string", "message": "string", "value": null } ], "instance": "https://example.com/error-log/abc123", "status": 400, "title": "Bad Request", "type": "https://example.com/errors/example"}Post to a thread's team chat POST
Previous Page
Stream a thread's team chat GET
Server-sent events: messages and typing pings posted after connecting, backfilled with what was missed since Last-Event-ID. Delivery is at least once — a resume re-reads a short window before the given id, so a message may arrive twice. Ids are stable: drop one you already hold.