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 Teams API

The Teams API from Archastro — 11 operation(s) for teams.

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

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

This API exposes 18 operations across 11 paths, and defines 22 schemas. It is described by OpenAPI 3.2.0, at version v1.

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

18 operations 11 paths 22 schemas 3 DELETE6 GET2 PATCH7 POST

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 18

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

Teams 18
GET
/api/v1/teams
List teams
get_api_v1_teams 5 params → 200400401403
POST
/api/v1/teams
Create a team
post_api_v1_teams body → 200401403422
POST
/api/v1/teams/join_by_code
Join a team with an invite code
post_api_v1_teams_join_by_code body → 200400401404429
DELETE
/api/v1/teams/{team}
Delete a team
delete_api_v1_teams__team 1 param → 204401403404
GET
/api/v1/teams/{team}
Retrieve a team
get_api_v1_teams__team 1 param → 200401403404
PATCH
/api/v1/teams/{team}
Update a team
patch_api_v1_teams__team 1 param body → 200401403404422
GET
/api/v1/teams/{team}/artifacts
List a team's artifacts
get_api_v1_teams__team_artifacts 1 param → 200401404
POST
/api/v1/teams/{team}/artifacts
Create an artifact
post_api_v1_teams__team_artifacts body → 200401403422
GET
/api/v1/teams/{team}/custom_objects
List a team's custom objects
get_api_v1_teams__team_custom_objects 7 params → 200401404
POST
/api/v1/teams/{team}/custom_objects
Create a team custom object
post_api_v1_teams__team_custom_objects 1 param body → 200401404422
POST
/api/v1/teams/{team}/invite
Create a team invite
post_api_v1_teams__team_invite 1 param → 200401403404
POST
/api/v1/teams/{team}/join
Join a team
post_api_v1_teams__team_join 1 param body → 204400401403404
DELETE
/api/v1/teams/{team}/leave
Leave a team
delete_api_v1_teams__team_leave 1 param → 204401403404422
DELETE
/api/v1/teams/{team}/members
Remove a member or org from a team
delete_api_v1_teams__team_members 1 param → 204400401403404
GET
/api/v1/teams/{team}/members
List members of a team
get_api_v1_teams__team_members 1 param → 200401404
PATCH
/api/v1/teams/{team}/members/{user}
Update a team member's role
patch_api_v1_teams__team_members__user 2 params body → 200401403404409422
GET
/api/v1/teams/{team}/threads
List threads for a team
get_api_v1_teams__team_threads 1 param → 200401404
POST
/api/v1/teams/{team}/threads
Create a thread for a team
post_api_v1_teams__team_threads 1 param body → 200401404422

Schemas 22

The contract defines 22 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
CustomObject
object
A custom object belonging to an organization. Custom objects store arbitrary structured data defined by a schema type and are scoped to an org, team, or user.
11 properties 1 required
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
TeamMembership
object
A record representing a user's or agent's membership in a team, including their resolved identity details and role.
12 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
Artifact
object
A versioned artifact produced or managed by an agent, such as a generated file, report, or code output.
18 properties 1 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
TeamInvite
object
A team invite containing a short alphanumeric code that other users can present to join the team.
1 property 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
Team
object
A team within an organization, used to group users and agents and scope resources like configs, agents, and tasks.
13 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

archastro-teams-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 Threads API
Archastro Users API
Where this information came from

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