How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

AGNTCY Threads API

If supported by the involved agents, Run can be grouped in Threads. When a run is executed on a thread is called Thread Run. At the end of a Thread Run, the server keeps a thread state associated to the thread.A thread keeps track of agent states at every step so that continuity of the context is preserved. Moreover, such a book-keeping enables us some granular controls like debugging, interrupting or replaying a run/invocation.A thread state is a data context defined by the developer and can be anything and it gets passed through from one invocation to another so that business logic is instrumented by data.A thread keeps track of the whole state history. At every step, it also applies a checkpoint, which is primarily a `uuid`, so that it is easier to refer to a chunk of the history.One can easily query the last state, a specific state (by checkpoint id), the whole state history, or, a part of the history (from a checkpoint).See `Thread`, `ThreadState` and `Checkpoint` models below for more info.

AGNTCY Threads API is one of 21 APIs that AGNTCY publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include Threads. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, and 2 JSON Schemas.

This API exposes 7 operations across 5 paths, and defines 10 schemas. It is described by OpenAPI 3.2.0, at version 0.2.3.

Requests are made against the base URL https://schema.oasf.outshift.com/api.

7 operations 5 paths 10 schemas 1 DELETE2 GET1 PATCH3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.2.3
Base URL
https://schema.oasf.outshift.com/api
Resource Areas
1

Paths & Operations 7

Across 5 paths, the API surfaces 7 operations — 1 DELETE, 2 GET, 1 PATCH, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Threads 7

If supported by the involved agents, Run can be grouped in Threads. When a run is executed on a thread is called Thread Run. At the end of a Thread Run, the server keeps a thread…

POST
/threads
Create an empty Thread
create_thread body → 200409422
POST
/threads/search
Search Threads
search_threads body → 200422
GET
/threads/{thread_id}/history
Get Thread History
get_thread_history 3 params → 200404422
POST
/threads/{thread_id}/copy
Copy Thread
copy_thread 1 param → 200404422
GET
/threads/{thread_id}
Get Thread
get_thread 1 param → 200404422
DELETE
/threads/{thread_id}
Delete a thread. If the thread contains any pending run, deletion fails.
delete_thread 1 param → 204404422
PATCH
/threads/{thread_id}
Patch Thread
patch_thread 1 param body → 200404422

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are Thread (7 properties), ThreadSearchRequest (5 properties), Message (4 properties), ThreadPatch (4 properties). Each schema is shown below with its type and property counts.

Message
object
4 properties 2 required
ThreadStatus
string
ThreadStateSchema
The thread state. The schema is described in agent ACP descriptor under 'spec.threadstate'.
ThreadCheckpoint
object
Structured identifier for a thread checkpoint, ie. an entry in the thread's history.
1 property 1 required
ThreadSearchRequest
object
Payload for listing threads.
5 properties
ErrorResponse
string
Error message returned from the server
Thread
object
Represents a collection of consecutive runs over a thread. Thread is associated with a state. Runs for a thread can potentially happen across different agents,…
7 properties 5 required
ThreadCreate
object
Detail of an empty thread to be created.
3 properties
ThreadPatch
object
Payload for updating a thread.
4 properties
ThreadState
object
4 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

agntcy-threads-api-openapi.yml Raw ↑

Other APIs AGNTCY publishes across the network.

Agent Directory (DIR)
AGNTCY Agents API
AGNTCY App Service API
AGNTCY Auth Service API
AGNTCY Badge Service API
AGNTCY Classes and Objects API
AGNTCY Device Service API
AGNTCY ID Service API
AGNTCY Issuer Service API
AGNTCY JSON Schema API
AGNTCY Policy Service API
AGNTCY Sample Data API
Where this information came from

This is an independent, third-party profile of AGNTCY Threads API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.