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

Archastro Threads API

The Threads API from Archastro — 10 operation(s) for threads.

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

Tagged areas include Threads. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 15 operations across 10 paths, and defines 19 schemas. It is described by OpenAPI 3.2.0, at version v1.

Requests are made against a single base URL, https://developers.archastro.ai.

15 operations 10 paths 19 schemas 2 DELETE8 GET2 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1
Base URL
https://developers.archastro.ai
Resource Areas
1

Paths & Operations 15

Across 10 paths, the API surfaces 15 operations — 2 DELETE, 8 GET, 2 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

Threads 15
DELETE
/api/v1/threads/{thread}
Delete a thread
delete_api_v1_threads__thread 1 param → 204401403404
GET
/api/v1/threads/{thread}
Retrieve a thread
get_api_v1_threads__thread 1 param → 200401403404
PUT
/api/v1/threads/{thread}
Update a thread
put_api_v1_threads__thread 1 param body → 200401403404422
GET
/api/v1/threads/{thread}/agents
List agents in a thread
get_api_v1_threads__thread_agents 1 param → 200401403404
GET
/api/v1/threads/{thread}/artifacts
List artifacts for a thread
get_api_v1_threads__thread_artifacts 1 param → 200401403404
POST
/api/v1/threads/{thread}/mark_read
Mark a thread as read
post_api_v1_threads__thread_mark_read 1 param body → 204401404422
DELETE
/api/v1/threads/{thread}/members
Remove a member from a thread
delete_api_v1_threads__thread_members 1 param → 204401404422
GET
/api/v1/threads/{thread}/members
List members of a thread
get_api_v1_threads__thread_members 1 param → 200401403404
POST
/api/v1/threads/{thread}/members
Add a member to a thread
post_api_v1_threads__thread_members 1 param body → 200401404422
GET
/api/v1/threads/{thread}/messages
List messages in a thread
get_api_v1_threads__thread_messages 5 params → 200401403404
PUT
/api/v1/threads/{thread}/picture
Update a thread's profile picture
put_api_v1_threads__thread_picture 1 param body → 200401403404422
GET
/api/v1/threads/{thread}/read_status
Retrieve a thread's read status
get_api_v1_threads__thread_read_status 2 params → 200401403404
GET
/api/v1/threads/{thread}/search
Search context items within a thread
get_api_v1_threads__thread_search 3 params → 200401403404
GET
/api/v1/threads/{thread}/settings
Retrieve thread settings
get_api_v1_threads__thread_settings 1 param → 200401403404
PUT
/api/v1/threads/{thread}/settings
Update thread settings
put_api_v1_threads__thread_settings 1 param body → 200401403404422

Schemas 19

The contract defines 19 schemas that model the data the API accepts and returns. The most detailed are Thread (30 properties), SolutionSummary (24 properties), Message (23 properties), Agent (20 properties). Each schema is shown below with its type and property counts.

SolutionTemplateSummary
object
Identity and display metadata for a single template bundled by a Solution, used to represent each wrapped or sibling template at template granularity.
8 properties 1 required
ThreadSettings
object
Configuration settings for a thread that control AI agent behavior and other thread-level preferences.
1 property
ThreadMember
object
A user's membership record in a thread, capturing their role and full user profile.
3 properties
AclRemoveTarget
object
Identifies a principal to be removed from an access-control list.
2 properties 1 required
MediaVariant
object
A processed variant of a media item, such as the original upload or a resized thumbnail, including a signed download URL resolved at request time.
11 properties 1 required
ImageSource
object
Resolved metadata for an image, including its delivery URL, dimensions, and optional references to the underlying storage file or media record.
7 properties
AclGrant
object
A single access-control grant that pairs a principal with the set of actions it is allowed to perform.
3 properties 2 required
AgentSourceSolution
object
Summary of the Solution and AgentTemplate that an agent was last provisioned from. Returned on single-agent responses; null for hand-built agents and agents wh…
2 properties 2 required
Acl
object
An access-control list payload that supports either full replacement or targeted patch operations on a resource's grants.
3 properties
User
object
A platform user account. Represents a human or system actor that can own threads, belong to an organization, and interact with the API.
13 properties 1 required
MessageReaction
object
A compact reaction record embedded in a message's reactions array, representing a single user's reaction to a message.
3 properties 1 required
Message
object
A chat message posted in a thread, including its content, author, attachments, reactions, and optional reply metadata.
23 properties 1 required
ThreadReadStatus
object
The read status of a thread for a specific user, indicating how far they have read and how many messages remain unread.
3 properties 2 required
Attachment
object
A rich attachment associated with a message, such as a file, scraped link, artifact, task, media item, or inline action.
18 properties 2 required
Agent
object
An AI agent that can be configured with tools, routines, and skills, and invoked to handle conversations or tasks.
20 properties 1 required
Actor
object
The entity that authored a message, either a human user or an agent.
4 properties
SolutionSummary
object
A catalog entry for an imported Solution, including its display metadata, bundled templates, owner scopes, and any available upgrade information.
24 properties 5 required
Thread
object
A chat thread, representing a conversation channel that can be owned by a user, team, or agent and may contain messages, participants, and AI agent activity.
30 properties 1 required
UpgradeTemplateSummary
object
Compact summary of an AgentTemplate config referenced by an agent upgrade or source-solution response.
9 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

archastro-threads-api-openapi.yml Raw ↑

Other APIs Archastro publishes across the network.

Archastro Activity Feed API
Archastro Agents API
Archastro auth API
Archastro Files API
Archastro Oauth API
Archastro s2s API
Archastro Slack Channel Bindings API
Archastro Teams API
Archastro Users API
Where this information came from

This is an independent, third-party profile of Archastro 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.