# archastro v0.2.0 - Table of Contents

> Elixir SDK for the ArchAstro Platform API

## Pages

- [archastro-elixir](readme.md)

## Modules

- [ArchAstro.Auth](ArchAstro.Auth.md): Authentication operations generated from x-token-flows.
- [ArchAstro.Auth.TokenSet](ArchAstro.Auth.TokenSet.md): Rotating bearer credentials returned by login and refresh operations.
- [ArchAstro.Authorization](ArchAstro.Authorization.md): Resolved request authorization returned by a token-server provider.
- [ArchAstro.Channel](ArchAstro.Channel.md): A joined Phoenix Channel owned by an `ArchAstro.Socket` process.
- [ArchAstro.Channels.ApiActivityFeed](ArchAstro.Channels.ApiActivityFeed.md): Phoenix channel for real-time activity feed updates.
- [ArchAstro.Channels.ApiChat](ArchAstro.Channels.ApiChat.md): Channel for real-time chat messaging.
- [ArchAstro.Channels.ApiObject](ArchAstro.Channels.ApiObject.md): Channel for real-time custom object collaboration.
- [ArchAstro.Channels.ApiTasks](ArchAstro.Channels.ApiTasks.md): Phoenix channel for live task-record updates.
- [ArchAstro.Client](ArchAstro.Client.md): Immutable entry point for the ArchAstro Platform API.
- [ArchAstro.Codec](ArchAstro.Codec.md): Converts between ArchAstro structs and their JSON wire representations.
- [ArchAstro.JSON](ArchAstro.JSON.md): Recursive types for values accepted by and decoded from JSON.
- [ArchAstro.SSE.Event](ArchAstro.SSE.Event.md): A Server-Sent Event.
- [ArchAstro.SSE.Stream](ArchAstro.SSE.Stream.md): Typed, lazy stream of decoded server-sent events.
- [ArchAstro.Session](ArchAstro.Session.md): Helpers for session-scoped authentication in LiveView and other multi-user apps.
- [ArchAstro.Socket](ArchAstro.Socket.md): Supervised Phoenix Channels client backed by Slipstream.
- [ArchAstro.TokenServer](ArchAstro.TokenServer.md): Behaviour and dispatch API for immutable-client credential providers.
- [ArchAstro.TokenServer.Binding](ArchAstro.TokenServer.Binding.md): Opaque binding between an immutable client and a token-server scope.
- [ArchAstro.TokenServer.Default](ArchAstro.TokenServer.Default.md): GenServer-backed credential provider with a private ETS credential cache.
- [ArchAstro.TokenServer.Store](ArchAstro.TokenServer.Store.md): Optional durable backing store for the default ETS TokenServer.
- [ArchAstro.Types.AIChatStreamDone](ArchAstro.Types.AIChatStreamDone.md): Terminal event marking the end of a streaming chat completion (SSE `done` event).

- [ArchAstro.Types.AIChatStreamError](ArchAstro.Types.AIChatStreamError.md): Terminal error event for a streaming chat completion (SSE `error` event).

- [ArchAstro.Types.AIChatStreamMessageComplete](ArchAstro.Types.AIChatStreamMessageComplete.md): The fully assembled assistant message for one run of a streaming chat completion (SSE `message_complete` event).

- [ArchAstro.Types.AIChatStreamMessageDelta](ArchAstro.Types.AIChatStreamMessageDelta.md): Incremental assistant text emitted during a streaming chat completion (SSE `message_delta` event).

- [ArchAstro.Types.AIChatStreamThinkingDelta](ArchAstro.Types.AIChatStreamThinkingDelta.md): Incremental model reasoning emitted during a streaming chat completion (SSE `thinking_delta` event).

- [ArchAstro.Types.AIChatStreamToolCallDelta](ArchAstro.Types.AIChatStreamToolCallDelta.md): Incremental tool-call data emitted as the model assembles a tool invocation (SSE `tool_call_delta` event).

- [ArchAstro.Types.AIChatStreamToolResult](ArchAstro.Types.AIChatStreamToolResult.md): The result of a server-executed tool, streamed back into the run (SSE `tool_result` event).

- [ArchAstro.Types.AICompletionResult](ArchAstro.Types.AICompletionResult.md): The result of an AI chat completion request. Returned by chat completion endpoints after the model finishes generating.

- [ArchAstro.Types.AIImageResult](ArchAstro.Types.AIImageResult.md): The result returned by an AI image generation or editing operation. Contains the generated image (as inline data or a URL) along with dimension, size, and usage metadata.

- [ArchAstro.Types.AIMessage](ArchAstro.Types.AIMessage.md): A single message in an AI conversation, following the OpenAI-compatible chat format. Used in both request inputs and completion responses.

- [ArchAstro.Types.AIToolCall](ArchAstro.Types.AIToolCall.md): A tool (function) call emitted by the assistant within an AI message. Mirrors the OpenAI tool-call object format.

- [ArchAstro.Types.AIToolResult](ArchAstro.Types.AIToolResult.md): The result of executing a tool call, submitted back to the model as a tool-role message. Mirrors the OpenAI tool-result object format.

- [ArchAstro.Types.Acl](ArchAstro.Types.Acl.md): An access-control list payload that supports either full replacement or targeted patch operations on a resource's grants.

- [ArchAstro.Types.AclGrant](ArchAstro.Types.AclGrant.md): A single access-control grant that pairs a principal with the set of actions it is allowed to perform.

- [ArchAstro.Types.AclRemoveTarget](ArchAstro.Types.AclRemoveTarget.md): Identifies a principal to be removed from an access-control list.

- [ArchAstro.Types.ActivityFeedEntry](ArchAstro.Types.ActivityFeedEntry.md): A single event record in an activity feed, capturing what happened, who caused it, and which resources were involved.

- [ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2](ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2.md): AgentVariant2 API model.

- [ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2Acl](ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2Acl.md): AgentVariant2Acl API model.

- [ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2AclAddItem](ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2AclAddItem.md): AgentVariant2AclAddItem API model.

- [ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2AclGrantsItem](ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2AclGrantsItem.md): AgentVariant2AclGrantsItem API model.

- [ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2AclRemoveItem](ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2AclRemoveItem.md): AgentVariant2AclRemoveItem API model.

- [ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolution](ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolution.md): AgentVariant2SourceSolution API model.

- [ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionCurrentSolution](ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionCurrentSolution.md): AgentVariant2SourceSolutionCurrentSolution API model.

- [ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionCurrentSolutionOrgLogo](ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionCurrentSolutionOrgLogo.md): AgentVariant2SourceSolutionCurrentSolutionOrgLogo API model.

- [ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionCurrentSolutionTemplatesItem](ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionCurrentSolutionTemplatesItem.md): AgentVariant2SourceSolutionCurrentSolutionTemplatesItem API model.

- [ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetails](ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetails.md): AgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetails API model.

- [ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract](ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract.md): AgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract API model.

- [ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem](ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem.md): AgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem API model.

- [ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills](ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills.md): AgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills API model.

- [ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionSolution](ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionSolution.md): AgentVariant2SourceSolutionSolution API model.

- [ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionSolutionOrgLogo](ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionSolutionOrgLogo.md): AgentVariant2SourceSolutionSolutionOrgLogo API model.

- [ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionSolutionTemplatesItem](ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionSolutionTemplatesItem.md): AgentVariant2SourceSolutionSolutionTemplatesItem API model.

- [ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionSolutionTemplatesItemDetails](ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionSolutionTemplatesItemDetails.md): AgentVariant2SourceSolutionSolutionTemplatesItemDetails API model.

- [ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContract](ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContract.md): AgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContract API model.

- [ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem](ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem.md): AgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem API model.

- [ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills](ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills.md): AgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills API model.

- [ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionTemplate](ArchAstro.Types.ActivityFeedEntry.Nested.AgentVariant2SourceSolutionTemplate.md): AgentVariant2SourceSolutionTemplate API model.

- [ArchAstro.Types.ActivityFeedEntry.Nested.UserVariant2](ArchAstro.Types.ActivityFeedEntry.Nested.UserVariant2.md): UserVariant2 API model.

- [ArchAstro.Types.ActivityFeedEntryListResponse](ArchAstro.Types.ActivityFeedEntryListResponse.md): A paginated list of activity feed entries returned by a feed query, with cursors for navigating backward and forward through results.

- [ArchAstro.Types.Actor](ArchAstro.Types.Actor.md): The entity that authored a message, either a human user or an agent.

- [ArchAstro.Types.Agent](ArchAstro.Types.Agent.md): An AI agent that can be configured with tools, routines, and skills, and invoked to handle conversations or tasks.

- [ArchAstro.Types.AgentComputer](ArchAstro.Types.AgentComputer.md): A cloud computer resource provisioned for an agent to use for browser and desktop automation tasks.

- [ArchAstro.Types.AgentComputerListResponse](ArchAstro.Types.AgentComputerListResponse.md): A list of agent computers returned by a list query.

- [ArchAstro.Types.AgentCreateResponse](ArchAstro.Types.AgentCreateResponse.md): The response returned by `POST /api/v1/agents`. Contains all agent fields plus an optional `installed_configs` array when a `template_bundle` was supplied in the request.

- [ArchAstro.Types.AgentEnvVarMasked](ArchAstro.Types.AgentEnvVarMasked.md): An agent environment variable with its secret value masked for safe display in list and show responses.

- [ArchAstro.Types.AgentEnvVarMaskedList](ArchAstro.Types.AgentEnvVarMaskedList.md): Flat list of masked environment variables belonging to an agent.

- [ArchAstro.Types.AgentExport](ArchAstro.Types.AgentExport.md): A portable export bundle for an agent, containing everything needed to re-deploy it in another workspace or environment.

- [ArchAstro.Types.AgentHealth](ArchAstro.Types.AgentHealth.md): Aggregate health profile for an agent, summarizing its current operational status, score, and the full list of setup and health actions.

- [ArchAstro.Types.AgentHealthAction](ArchAstro.Types.AgentHealthAction.md): A single actionable item in an agent's health or setup checklist, carrying the structured data needed to render the item and deep-link to the resolution flow.

- [ArchAstro.Types.AgentListResponse](ArchAstro.Types.AgentListResponse.md): Paginated list of agent objects. Use the pagination fields to traverse multiple pages of results.

- [ArchAstro.Types.AgentRoutine](ArchAstro.Types.AgentRoutine.md): An agent routine defines a reusable handler — script, preset, or chain — that runs in response to events or on a schedule.

- [ArchAstro.Types.AgentRoutineListResponse](ArchAstro.Types.AgentRoutineListResponse.md): List of agent routine objects belonging to a given agent.

- [ArchAstro.Types.AgentRoutineRun](ArchAstro.Types.AgentRoutineRun.md): A single execution of an agent routine, capturing its status, inputs, outputs, and timing.

- [ArchAstro.Types.AgentRoutineRunDelivery](ArchAstro.Types.AgentRoutineRunDelivery.md): Normalized destination and status for an agent routine run's final-result delivery.

- [ArchAstro.Types.AgentRoutineRunListResponse](ArchAstro.Types.AgentRoutineRunListResponse.md): Cursor-paginated list of agent routine run objects, ordered by creation time descending.

- [ArchAstro.Types.AgentSchedule](ArchAstro.Types.AgentSchedule.md): A scheduled task created by an agent. Supports one-time and recurring (cron-based) execution patterns.

- [ArchAstro.Types.AgentSession](ArchAstro.Types.AgentSession.md): A durable agent session record representing a single AI task execution. Tracks status, trajectory, result, and any inbox messages delivered to the session.

- [ArchAstro.Types.AgentSessionListResponse](ArchAstro.Types.AgentSessionListResponse.md): Paginated list response containing an array of agent session objects.

- [ArchAstro.Types.AgentSkill](ArchAstro.Types.AgentSkill.md): A skill enabled on an agent, linking the agent to a skill configuration. Controls which capabilities the agent has access to.

- [ArchAstro.Types.AgentSkillList](ArchAstro.Types.AgentSkillList.md): Paginated list response containing an array of agent skill objects.

- [ArchAstro.Types.AgentSourceSolution](ArchAstro.Types.AgentSourceSolution.md): 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 whose tracked template or parent Solution has been deleted.

- [ArchAstro.Types.AgentTool](ArchAstro.Types.AgentTool.md): A tool attached to an agent, defining a capability the agent can invoke during a conversation or task run.

- [ArchAstro.Types.AgentToolListResponse](ArchAstro.Types.AgentToolListResponse.md): Paginated list response containing the tools attached to an agent.

- [ArchAstro.Types.AgentUpgradeChange](ArchAstro.Types.AgentUpgradeChange.md): One child-resource change produced by an agent upgrade, describing the action to be taken on a single resource.

- [ArchAstro.Types.AgentUpgradeFieldChange](ArchAstro.Types.AgentUpgradeFieldChange.md): One field-level diff entry within an agent upgrade change, describing how a single field will change.
`baseline` and `locally_edited` are populated only for `agent_base` entries; child resource entries (tools, routines, skills, computers) carry only `field`, `old`, and `new`.

- [ArchAstro.Types.AgentUpgradeResponse](ArchAstro.Types.AgentUpgradeResponse.md): Response returned by the agent upgrade endpoint, combining the updated agent, its source Solution and template, and the full upgrade diff.

- [ArchAstro.Types.AgentUpgradeResult](ArchAstro.Types.AgentUpgradeResult.md): The computed diff and outcome of an agent upgrade operation, including the full list of per-resource changes.

- [ArchAstro.Types.AgentUpgradeSummary](ArchAstro.Types.AgentUpgradeSummary.md): Aggregate counts of each change type produced by an agent upgrade diff.

- [ArchAstro.Types.Artifact](ArchAstro.Types.Artifact.md): A versioned artifact produced or managed by an agent, such as a generated file, report, or code output.

- [ArchAstro.Types.Attachment](ArchAstro.Types.Attachment.md): A rich attachment associated with a message, such as a file, scraped link, artifact, task, media item, or inline action.

- [ArchAstro.Types.AuthTokens](ArchAstro.Types.AuthTokens.md): Credential bundle returned after a successful authentication exchange. Contains the access token, refresh token, and the authenticated user.

- [ArchAstro.Types.AutomationParticipantSlot](ArchAstro.Types.AutomationParticipantSlot.md): A named participant slot declared by an automation's workflow. Embedded stages hand work to the agent the invoker names for the slot.

- [ArchAstro.Types.AutomationPrefills](ArchAstro.Types.AutomationPrefills.md): Locked payload and participant values supplied by the automation owner.

- [ArchAstro.Types.AutomationRun](ArchAstro.Types.AutomationRun.md): A single execution of an automation triggered by a platform event or direct invocation. Captures the run's status, input payload, and final result.

- [ArchAstro.Types.BugReport](ArchAstro.Types.BugReport.md): A bug report or freeform feedback submission from any ArchAstro client. Bug reports are write-only for the submitting user and are not returned by any public list or show endpoint.

- [ArchAstro.Types.BuiltinTool](ArchAstro.Types.BuiltinTool.md): A single callable tool within a builtin tool catalog entry. Represents one discrete function an agent can invoke.

- [ArchAstro.Types.BuiltinToolCatalogEntry](ArchAstro.Types.BuiltinToolCatalogEntry.md): A catalog entry describing a category of platform-provided (builtin) tools that can be enabled for an agent. Each entry groups one or more individual tools under a shared key, label, and configuration schema.

- [ArchAstro.Types.ChannelAck](ArchAstro.Types.ChannelAck.md): Empty acknowledgement payload returned by channel message handlers that produce no data. The wire envelope is `{"status": "ok", "response": {}}`.

- [ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Input](ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Input.md): List activity feed entries with cursor-based pagination

- [ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response](ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.md): List activity feed entries with cursor-based pagination

- [ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItem](ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItem.md): EntriesItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2](ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2.md): EntriesItemAgentVariant2 API model.

- [ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2Acl](ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2Acl.md): EntriesItemAgentVariant2Acl API model.

- [ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2AclAddItem](ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2AclAddItem.md): EntriesItemAgentVariant2AclAddItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2AclGrantsItem](ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2AclGrantsItem.md): EntriesItemAgentVariant2AclGrantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2AclRemoveItem](ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2AclRemoveItem.md): EntriesItemAgentVariant2AclRemoveItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolution](ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolution.md): EntriesItemAgentVariant2SourceSolution API model.

- [ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionCurrentSolution](ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionCurrentSolution.md): EntriesItemAgentVariant2SourceSolutionCurrentSolution API model.

- [ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionCurrentSolutionOrgLogo](ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionCurrentSolutionOrgLogo.md): EntriesItemAgentVariant2SourceSolutionCurrentSolutionOrgLogo API model.

- [ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItem](ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItem.md): EntriesItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetails](ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetails.md): EntriesItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetails API model.

- [ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract](ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract.md): EntriesItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract API model.

- [ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem](ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem.md): EntriesItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills](ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills.md): EntriesItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills API model.

- [ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionSolution](ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionSolution.md): EntriesItemAgentVariant2SourceSolutionSolution API model.

- [ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionSolutionOrgLogo](ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionSolutionOrgLogo.md): EntriesItemAgentVariant2SourceSolutionSolutionOrgLogo API model.

- [ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionSolutionTemplatesItem](ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionSolutionTemplatesItem.md): EntriesItemAgentVariant2SourceSolutionSolutionTemplatesItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionSolutionTemplatesItemDetails](ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionSolutionTemplatesItemDetails.md): EntriesItemAgentVariant2SourceSolutionSolutionTemplatesItemDetails API model.

- [ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContract](ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContract.md): EntriesItemAgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContract API model.

- [ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem](ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem.md): EntriesItemAgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills](ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills.md): EntriesItemAgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills API model.

- [ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionTemplate](ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemAgentVariant2SourceSolutionTemplate.md): EntriesItemAgentVariant2SourceSolutionTemplate API model.

- [ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemUserVariant2](ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.ListEntries.Response.Nested.EntriesItemUserVariant2.md): EntriesItemUserVariant2 API model.

- [ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.NewEntry.Payload](ArchAstro.Types.ChannelPayloads.ApiActivityFeedChannel.NewEntry.Payload.md): Payload API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatAddReaction.Input](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatAddReaction.Input.md): Add an emoji reaction to a message

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatDeleteMessage.Input](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatDeleteMessage.Input.md): Delete a message

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatEditMessage.Input](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatEditMessage.Input.md): Edit an existing message's content

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Input](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Input.md): Fork a sub-thread from an existing message

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.md): Fork a sub-thread from an existing message

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModel](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModel.md): ChatModel API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgent](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgent.md): ChatModelAgent API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentAcl](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentAcl.md): ChatModelAgentAcl API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentAclAddItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentAclAddItem.md): ChatModelAgentAclAddItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentAclGrantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentAclGrantsItem.md): ChatModelAgentAclGrantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentAclRemoveItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentAclRemoveItem.md): ChatModelAgentAclRemoveItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolution](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolution.md): ChatModelAgentSourceSolution API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionCurrentSolution](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionCurrentSolution.md): ChatModelAgentSourceSolutionCurrentSolution API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionCurrentSolutionOrgLogo](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionCurrentSolutionOrgLogo.md): ChatModelAgentSourceSolutionCurrentSolutionOrgLogo API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionCurrentSolutionTemplatesItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionCurrentSolutionTemplatesItem.md): ChatModelAgentSourceSolutionCurrentSolutionTemplatesItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionCurrentSolutionTemplatesItemDetails](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionCurrentSolutionTemplatesItemDetails.md): ChatModelAgentSourceSolutionCurrentSolutionTemplatesItemDetails API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract.md): ChatModelAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem.md): ChatModelAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills.md): ChatModelAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionSolution](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionSolution.md): ChatModelAgentSourceSolutionSolution API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionSolutionOrgLogo](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionSolutionOrgLogo.md): ChatModelAgentSourceSolutionSolutionOrgLogo API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionSolutionTemplatesItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionSolutionTemplatesItem.md): ChatModelAgentSourceSolutionSolutionTemplatesItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionSolutionTemplatesItemDetails](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionSolutionTemplatesItemDetails.md): ChatModelAgentSourceSolutionSolutionTemplatesItemDetails API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContract](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContract.md): ChatModelAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContract API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem.md): ChatModelAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills.md): ChatModelAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionTemplate](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelAgentSourceSolutionTemplate.md): ChatModelAgentSourceSolutionTemplate API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItem.md): ChatModelMembersItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgent](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgent.md): ChatModelMembersItemAgent API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentAcl](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentAcl.md): ChatModelMembersItemAgentAcl API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentAclAddItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentAclAddItem.md): ChatModelMembersItemAgentAclAddItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentAclGrantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentAclGrantsItem.md): ChatModelMembersItemAgentAclGrantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentAclRemoveItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentAclRemoveItem.md): ChatModelMembersItemAgentAclRemoveItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolution](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolution.md): ChatModelMembersItemAgentSourceSolution API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionCurrentSolution](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionCurrentSolution.md): ChatModelMembersItemAgentSourceSolutionCurrentSolution API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionCurrentSolutionOrgLogo](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionCurrentSolutionOrgLogo.md): ChatModelMembersItemAgentSourceSolutionCurrentSolutionOrgLogo API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionCurrentSolutionTemplatesItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionCurrentSolutionTemplatesItem.md): ChatModelMembersItemAgentSourceSolutionCurrentSolutionTemplatesItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionCurrentSolutionTemplatesItemDetails](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionCurrentSolutionTemplatesItemDetails.md): ChatModelMembersItemAgentSourceSolutionCurrentSolutionTemplatesItemDetails API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract.md): ChatModelMembersItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem.md): ChatModelMembersItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills.md): ChatModelMembersItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionSolution](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionSolution.md): ChatModelMembersItemAgentSourceSolutionSolution API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionSolutionOrgLogo](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionSolutionOrgLogo.md): ChatModelMembersItemAgentSourceSolutionSolutionOrgLogo API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionSolutionTemplatesItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionSolutionTemplatesItem.md): ChatModelMembersItemAgentSourceSolutionSolutionTemplatesItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionSolutionTemplatesItemDetails](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionSolutionTemplatesItemDetails.md): ChatModelMembersItemAgentSourceSolutionSolutionTemplatesItemDetails API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContract](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContract.md): ChatModelMembersItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContract API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem.md): ChatModelMembersItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills.md): ChatModelMembersItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionTemplate](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemAgentSourceSolutionTemplate.md): ChatModelMembersItemAgentSourceSolutionTemplate API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemUser](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMembersItemUser.md): ChatModelMembersItemUser API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMessagesItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMessagesItem.md): ChatModelMessagesItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMessagesItemAcl](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMessagesItemAcl.md): ChatModelMessagesItemAcl API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMessagesItemAclAddItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMessagesItemAclAddItem.md): ChatModelMessagesItemAclAddItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMessagesItemAclGrantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMessagesItemAclGrantsItem.md): ChatModelMessagesItemAclGrantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMessagesItemAclRemoveItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMessagesItemAclRemoveItem.md): ChatModelMessagesItemAclRemoveItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMessagesItemActorsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMessagesItemActorsItem.md): ChatModelMessagesItemActorsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMessagesItemActorsItemProfilePicture](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMessagesItemActorsItemProfilePicture.md): ChatModelMessagesItemActorsItemProfilePicture API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMessagesItemAttachmentsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMessagesItemAttachmentsItem.md): ChatModelMessagesItemAttachmentsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMessagesItemAttachmentsItemImageSource](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMessagesItemAttachmentsItemImageSource.md): ChatModelMessagesItemAttachmentsItemImageSource API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMessagesItemAttachmentsItemVariantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMessagesItemAttachmentsItemVariantsItem.md): ChatModelMessagesItemAttachmentsItemVariantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMessagesItemAttachmentsItemVariantsItemImageSource](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMessagesItemAttachmentsItemVariantsItemImageSource.md): ChatModelMessagesItemAttachmentsItemVariantsItemImageSource API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMessagesItemReactionsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelMessagesItemReactionsItem.md): ChatModelMessagesItemReactionsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelTeam](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelTeam.md): ChatModelTeam API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelTeamAcl](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelTeamAcl.md): ChatModelTeamAcl API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelTeamAclAddItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelTeamAclAddItem.md): ChatModelTeamAclAddItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelTeamAclGrantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelTeamAclGrantsItem.md): ChatModelTeamAclGrantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelTeamAclRemoveItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelTeamAclRemoveItem.md): ChatModelTeamAclRemoveItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThread](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThread.md): ChatModelThread API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadCreatorVariant2](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadCreatorVariant2.md): ChatModelThreadCreatorVariant2 API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParentMessage](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParentMessage.md): ChatModelThreadParentMessage API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParentMessageAcl](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParentMessageAcl.md): ChatModelThreadParentMessageAcl API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParentMessageAclAddItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParentMessageAclAddItem.md): ChatModelThreadParentMessageAclAddItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParentMessageAclGrantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParentMessageAclGrantsItem.md): ChatModelThreadParentMessageAclGrantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParentMessageAclRemoveItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParentMessageAclRemoveItem.md): ChatModelThreadParentMessageAclRemoveItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParentMessageActorsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParentMessageActorsItem.md): ChatModelThreadParentMessageActorsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParentMessageActorsItemProfilePicture](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParentMessageActorsItemProfilePicture.md): ChatModelThreadParentMessageActorsItemProfilePicture API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParentMessageAttachmentsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParentMessageAttachmentsItem.md): ChatModelThreadParentMessageAttachmentsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParentMessageAttachmentsItemImageSource](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParentMessageAttachmentsItemImageSource.md): ChatModelThreadParentMessageAttachmentsItemImageSource API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParentMessageAttachmentsItemVariantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParentMessageAttachmentsItemVariantsItem.md): ChatModelThreadParentMessageAttachmentsItemVariantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParentMessageAttachmentsItemVariantsItemImageSource](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParentMessageAttachmentsItemVariantsItemImageSource.md): ChatModelThreadParentMessageAttachmentsItemVariantsItemImageSource API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParentMessageReactionsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParentMessageReactionsItem.md): ChatModelThreadParentMessageReactionsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipantsItem.md): ChatModelThreadParticipantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItem.md): ChatModelThreadParticipatingAgentsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemAcl](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemAcl.md): ChatModelThreadParticipatingAgentsItemAcl API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemAclAddItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemAclAddItem.md): ChatModelThreadParticipatingAgentsItemAclAddItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemAclGrantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemAclGrantsItem.md): ChatModelThreadParticipatingAgentsItemAclGrantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemAclRemoveItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemAclRemoveItem.md): ChatModelThreadParticipatingAgentsItemAclRemoveItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolution](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolution.md): ChatModelThreadParticipatingAgentsItemSourceSolution API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionCurrentSolution](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionCurrentSolution.md): ChatModelThreadParticipatingAgentsItemSourceSolutionCurrentSolution API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionCurrentSolutionOrgLogo](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionCurrentSolutionOrgLogo.md): ChatModelThreadParticipatingAgentsItemSourceSolutionCurrentSolutionOrgLogo API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItem.md): ChatModelThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetails](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetails.md): ChatModelThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetails API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract.md): ChatModelThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem.md): ChatModelThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills.md): ChatModelThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionSolution](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionSolution.md): ChatModelThreadParticipatingAgentsItemSourceSolutionSolution API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionSolutionOrgLogo](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionSolutionOrgLogo.md): ChatModelThreadParticipatingAgentsItemSourceSolutionSolutionOrgLogo API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItem.md): ChatModelThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetails](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetails.md): ChatModelThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetails API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContract](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContract.md): ChatModelThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContract API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem.md): ChatModelThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills.md): ChatModelThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionTemplate](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadParticipatingAgentsItemSourceSolutionTemplate.md): ChatModelThreadParticipatingAgentsItemSourceSolutionTemplate API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadSettings](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ChatModelThreadSettings.md): ChatModelThreadSettings API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.Team](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.Team.md): Team API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.TeamAcl](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.TeamAcl.md): TeamAcl API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.TeamAclAddItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.TeamAclAddItem.md): TeamAclAddItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.TeamAclGrantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.TeamAclGrantsItem.md): TeamAclGrantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.TeamAclRemoveItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.TeamAclRemoveItem.md): TeamAclRemoveItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.Thread](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.Thread.md): Thread API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadCreatorVariant2](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadCreatorVariant2.md): ThreadCreatorVariant2 API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParentMessage](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParentMessage.md): ThreadParentMessage API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParentMessageAcl](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParentMessageAcl.md): ThreadParentMessageAcl API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParentMessageAclAddItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParentMessageAclAddItem.md): ThreadParentMessageAclAddItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParentMessageAclGrantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParentMessageAclGrantsItem.md): ThreadParentMessageAclGrantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParentMessageAclRemoveItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParentMessageAclRemoveItem.md): ThreadParentMessageAclRemoveItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParentMessageActorsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParentMessageActorsItem.md): ThreadParentMessageActorsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParentMessageActorsItemProfilePicture](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParentMessageActorsItemProfilePicture.md): ThreadParentMessageActorsItemProfilePicture API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParentMessageAttachmentsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParentMessageAttachmentsItem.md): ThreadParentMessageAttachmentsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParentMessageAttachmentsItemImageSource](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParentMessageAttachmentsItemImageSource.md): ThreadParentMessageAttachmentsItemImageSource API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParentMessageAttachmentsItemVariantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParentMessageAttachmentsItemVariantsItem.md): ThreadParentMessageAttachmentsItemVariantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParentMessageAttachmentsItemVariantsItemImageSource](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParentMessageAttachmentsItemVariantsItemImageSource.md): ThreadParentMessageAttachmentsItemVariantsItemImageSource API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParentMessageReactionsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParentMessageReactionsItem.md): ThreadParentMessageReactionsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipantsItem.md): ThreadParticipantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItem.md): ThreadParticipatingAgentsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemAcl](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemAcl.md): ThreadParticipatingAgentsItemAcl API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemAclAddItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemAclAddItem.md): ThreadParticipatingAgentsItemAclAddItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemAclGrantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemAclGrantsItem.md): ThreadParticipatingAgentsItemAclGrantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemAclRemoveItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemAclRemoveItem.md): ThreadParticipatingAgentsItemAclRemoveItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolution](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolution.md): ThreadParticipatingAgentsItemSourceSolution API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionCurrentSolution](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionCurrentSolution.md): ThreadParticipatingAgentsItemSourceSolutionCurrentSolution API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionCurrentSolutionOrgLogo](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionCurrentSolutionOrgLogo.md): ThreadParticipatingAgentsItemSourceSolutionCurrentSolutionOrgLogo API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItem.md): ThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetails](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetails.md): ThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetails API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract.md): ThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem.md): ThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills.md): ThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionSolution](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionSolution.md): ThreadParticipatingAgentsItemSourceSolutionSolution API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionSolutionOrgLogo](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionSolutionOrgLogo.md): ThreadParticipatingAgentsItemSourceSolutionSolutionOrgLogo API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItem.md): ThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetails](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetails.md): ThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetails API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContract](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContract.md): ThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContract API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem.md): ThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills.md): ThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionTemplate](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadParticipatingAgentsItemSourceSolutionTemplate.md): ThreadParticipatingAgentsItemSourceSolutionTemplate API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadSettings](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatForkThread.Response.Nested.ThreadSettings.md): ThreadSettings API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.md): List all messages in the current thread

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItem.md): MessagesItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItemAcl](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItemAcl.md): MessagesItemAcl API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItemAclAddItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItemAclAddItem.md): MessagesItemAclAddItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItemAclGrantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItemAclGrantsItem.md): MessagesItemAclGrantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItemAclRemoveItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItemAclRemoveItem.md): MessagesItemAclRemoveItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItemActorsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItemActorsItem.md): MessagesItemActorsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItemActorsItemProfilePicture](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItemActorsItemProfilePicture.md): MessagesItemActorsItemProfilePicture API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItemAttachmentsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItemAttachmentsItem.md): MessagesItemAttachmentsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItemAttachmentsItemImageSource](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItemAttachmentsItemImageSource.md): MessagesItemAttachmentsItemImageSource API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItemAttachmentsItemVariantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItemAttachmentsItemVariantsItem.md): MessagesItemAttachmentsItemVariantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItemAttachmentsItemVariantsItemImageSource](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItemAttachmentsItemVariantsItemImageSource.md): MessagesItemAttachmentsItemVariantsItemImageSource API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItemReactionsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItemReactionsItem.md): MessagesItemReactionsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Input](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Input.md): Load additional messages with cursor-based pagination

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.md): Load additional messages with cursor-based pagination

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.Data](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.Data.md): Data API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgent](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgent.md): DataAgent API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentAcl](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentAcl.md): DataAgentAcl API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentAclAddItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentAclAddItem.md): DataAgentAclAddItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentAclGrantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentAclGrantsItem.md): DataAgentAclGrantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentAclRemoveItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentAclRemoveItem.md): DataAgentAclRemoveItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolution](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolution.md): DataAgentSourceSolution API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionCurrentSolution](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionCurrentSolution.md): DataAgentSourceSolutionCurrentSolution API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionCurrentSolutionOrgLogo](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionCurrentSolutionOrgLogo.md): DataAgentSourceSolutionCurrentSolutionOrgLogo API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionCurrentSolutionTemplatesItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionCurrentSolutionTemplatesItem.md): DataAgentSourceSolutionCurrentSolutionTemplatesItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionCurrentSolutionTemplatesItemDetails](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionCurrentSolutionTemplatesItemDetails.md): DataAgentSourceSolutionCurrentSolutionTemplatesItemDetails API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract.md): DataAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem.md): DataAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills.md): DataAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionSolution](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionSolution.md): DataAgentSourceSolutionSolution API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionSolutionOrgLogo](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionSolutionOrgLogo.md): DataAgentSourceSolutionSolutionOrgLogo API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionSolutionTemplatesItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionSolutionTemplatesItem.md): DataAgentSourceSolutionSolutionTemplatesItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionSolutionTemplatesItemDetails](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionSolutionTemplatesItemDetails.md): DataAgentSourceSolutionSolutionTemplatesItemDetails API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContract](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContract.md): DataAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContract API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem.md): DataAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills.md): DataAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionTemplate](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataAgentSourceSolutionTemplate.md): DataAgentSourceSolutionTemplate API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItem.md): DataMembersItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgent](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgent.md): DataMembersItemAgent API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentAcl](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentAcl.md): DataMembersItemAgentAcl API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentAclAddItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentAclAddItem.md): DataMembersItemAgentAclAddItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentAclGrantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentAclGrantsItem.md): DataMembersItemAgentAclGrantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentAclRemoveItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentAclRemoveItem.md): DataMembersItemAgentAclRemoveItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolution](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolution.md): DataMembersItemAgentSourceSolution API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionCurrentSolution](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionCurrentSolution.md): DataMembersItemAgentSourceSolutionCurrentSolution API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionCurrentSolutionOrgLogo](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionCurrentSolutionOrgLogo.md): DataMembersItemAgentSourceSolutionCurrentSolutionOrgLogo API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionCurrentSolutionTemplatesItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionCurrentSolutionTemplatesItem.md): DataMembersItemAgentSourceSolutionCurrentSolutionTemplatesItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionCurrentSolutionTemplatesItemDetails](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionCurrentSolutionTemplatesItemDetails.md): DataMembersItemAgentSourceSolutionCurrentSolutionTemplatesItemDetails API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract.md): DataMembersItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem.md): DataMembersItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills.md): DataMembersItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionSolution](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionSolution.md): DataMembersItemAgentSourceSolutionSolution API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionSolutionOrgLogo](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionSolutionOrgLogo.md): DataMembersItemAgentSourceSolutionSolutionOrgLogo API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionSolutionTemplatesItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionSolutionTemplatesItem.md): DataMembersItemAgentSourceSolutionSolutionTemplatesItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionSolutionTemplatesItemDetails](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionSolutionTemplatesItemDetails.md): DataMembersItemAgentSourceSolutionSolutionTemplatesItemDetails API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContract](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContract.md): DataMembersItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContract API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem.md): DataMembersItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills.md): DataMembersItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionTemplate](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemAgentSourceSolutionTemplate.md): DataMembersItemAgentSourceSolutionTemplate API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemUser](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMembersItemUser.md): DataMembersItemUser API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMessagesItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMessagesItem.md): DataMessagesItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMessagesItemAcl](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMessagesItemAcl.md): DataMessagesItemAcl API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMessagesItemAclAddItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMessagesItemAclAddItem.md): DataMessagesItemAclAddItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMessagesItemAclGrantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMessagesItemAclGrantsItem.md): DataMessagesItemAclGrantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMessagesItemAclRemoveItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMessagesItemAclRemoveItem.md): DataMessagesItemAclRemoveItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMessagesItemActorsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMessagesItemActorsItem.md): DataMessagesItemActorsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMessagesItemActorsItemProfilePicture](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMessagesItemActorsItemProfilePicture.md): DataMessagesItemActorsItemProfilePicture API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMessagesItemAttachmentsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMessagesItemAttachmentsItem.md): DataMessagesItemAttachmentsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMessagesItemAttachmentsItemImageSource](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMessagesItemAttachmentsItemImageSource.md): DataMessagesItemAttachmentsItemImageSource API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMessagesItemAttachmentsItemVariantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMessagesItemAttachmentsItemVariantsItem.md): DataMessagesItemAttachmentsItemVariantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMessagesItemAttachmentsItemVariantsItemImageSource](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMessagesItemAttachmentsItemVariantsItemImageSource.md): DataMessagesItemAttachmentsItemVariantsItemImageSource API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMessagesItemReactionsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataMessagesItemReactionsItem.md): DataMessagesItemReactionsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataTeam](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataTeam.md): DataTeam API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataTeamAcl](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataTeamAcl.md): DataTeamAcl API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataTeamAclAddItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataTeamAclAddItem.md): DataTeamAclAddItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataTeamAclGrantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataTeamAclGrantsItem.md): DataTeamAclGrantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataTeamAclRemoveItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataTeamAclRemoveItem.md): DataTeamAclRemoveItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThread](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThread.md): DataThread API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadCreatorVariant2](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadCreatorVariant2.md): DataThreadCreatorVariant2 API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParentMessage](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParentMessage.md): DataThreadParentMessage API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParentMessageAcl](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParentMessageAcl.md): DataThreadParentMessageAcl API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParentMessageAclAddItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParentMessageAclAddItem.md): DataThreadParentMessageAclAddItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParentMessageAclGrantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParentMessageAclGrantsItem.md): DataThreadParentMessageAclGrantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParentMessageAclRemoveItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParentMessageAclRemoveItem.md): DataThreadParentMessageAclRemoveItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParentMessageActorsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParentMessageActorsItem.md): DataThreadParentMessageActorsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParentMessageActorsItemProfilePicture](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParentMessageActorsItemProfilePicture.md): DataThreadParentMessageActorsItemProfilePicture API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParentMessageAttachmentsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParentMessageAttachmentsItem.md): DataThreadParentMessageAttachmentsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParentMessageAttachmentsItemImageSource](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParentMessageAttachmentsItemImageSource.md): DataThreadParentMessageAttachmentsItemImageSource API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParentMessageAttachmentsItemVariantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParentMessageAttachmentsItemVariantsItem.md): DataThreadParentMessageAttachmentsItemVariantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParentMessageAttachmentsItemVariantsItemImageSource](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParentMessageAttachmentsItemVariantsItemImageSource.md): DataThreadParentMessageAttachmentsItemVariantsItemImageSource API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParentMessageReactionsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParentMessageReactionsItem.md): DataThreadParentMessageReactionsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipantsItem.md): DataThreadParticipantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItem.md): DataThreadParticipatingAgentsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemAcl](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemAcl.md): DataThreadParticipatingAgentsItemAcl API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemAclAddItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemAclAddItem.md): DataThreadParticipatingAgentsItemAclAddItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemAclGrantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemAclGrantsItem.md): DataThreadParticipatingAgentsItemAclGrantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemAclRemoveItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemAclRemoveItem.md): DataThreadParticipatingAgentsItemAclRemoveItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolution](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolution.md): DataThreadParticipatingAgentsItemSourceSolution API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionCurrentSolution](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionCurrentSolution.md): DataThreadParticipatingAgentsItemSourceSolutionCurrentSolution API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionCurrentSolutionOrgLogo](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionCurrentSolutionOrgLogo.md): DataThreadParticipatingAgentsItemSourceSolutionCurrentSolutionOrgLogo API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItem.md): DataThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetails](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetails.md): DataThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetails API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract.md): DataThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem.md): DataThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills.md): DataThreadParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionSolution](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionSolution.md): DataThreadParticipatingAgentsItemSourceSolutionSolution API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionSolutionOrgLogo](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionSolutionOrgLogo.md): DataThreadParticipatingAgentsItemSourceSolutionSolutionOrgLogo API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItem.md): DataThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetails](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetails.md): DataThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetails API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContract](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContract.md): DataThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContract API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem.md): DataThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills.md): DataThreadParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionTemplate](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemSourceSolutionTemplate.md): DataThreadParticipatingAgentsItemSourceSolutionTemplate API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadSettings](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadSettings.md): DataThreadSettings API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatMarkThreadRead.Input](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatMarkThreadRead.Input.md): Mark a thread as read up to a given message

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatMarkThreadRead.Response](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatMarkThreadRead.Response.md): Mark a thread as read up to a given message

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Input](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Input.md): Post a new message with optional uploads and reply-to

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Response](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Response.md): Post a new message with optional uploads and reply-to

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Response.Nested.Message](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Response.Nested.Message.md): Message API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Response.Nested.MessageAcl](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Response.Nested.MessageAcl.md): MessageAcl API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Response.Nested.MessageAclAddItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Response.Nested.MessageAclAddItem.md): MessageAclAddItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Response.Nested.MessageAclGrantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Response.Nested.MessageAclGrantsItem.md): MessageAclGrantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Response.Nested.MessageAclRemoveItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Response.Nested.MessageAclRemoveItem.md): MessageAclRemoveItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Response.Nested.MessageActorsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Response.Nested.MessageActorsItem.md): MessageActorsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Response.Nested.MessageActorsItemProfilePicture](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Response.Nested.MessageActorsItemProfilePicture.md): MessageActorsItemProfilePicture API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Response.Nested.MessageAttachmentsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Response.Nested.MessageAttachmentsItem.md): MessageAttachmentsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Response.Nested.MessageAttachmentsItemImageSource](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Response.Nested.MessageAttachmentsItemImageSource.md): MessageAttachmentsItemImageSource API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Response.Nested.MessageAttachmentsItemVariantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Response.Nested.MessageAttachmentsItemVariantsItem.md): MessageAttachmentsItemVariantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Response.Nested.MessageAttachmentsItemVariantsItemImageSource](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Response.Nested.MessageAttachmentsItemVariantsItemImageSource.md): MessageAttachmentsItemVariantsItemImageSource API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Response.Nested.MessageReactionsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostMessage.Response.Nested.MessageReactionsItem.md): MessageReactionsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Input](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Input.md): Post a simple text message

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response.md): Post a simple text message

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response.Nested.Message](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response.Nested.Message.md): Message API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response.Nested.MessageAcl](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response.Nested.MessageAcl.md): MessageAcl API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response.Nested.MessageAclAddItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response.Nested.MessageAclAddItem.md): MessageAclAddItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response.Nested.MessageAclGrantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response.Nested.MessageAclGrantsItem.md): MessageAclGrantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response.Nested.MessageAclRemoveItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response.Nested.MessageAclRemoveItem.md): MessageAclRemoveItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response.Nested.MessageActorsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response.Nested.MessageActorsItem.md): MessageActorsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response.Nested.MessageActorsItemProfilePicture](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response.Nested.MessageActorsItemProfilePicture.md): MessageActorsItemProfilePicture API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response.Nested.MessageAttachmentsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response.Nested.MessageAttachmentsItem.md): MessageAttachmentsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response.Nested.MessageAttachmentsItemImageSource](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response.Nested.MessageAttachmentsItemImageSource.md): MessageAttachmentsItemImageSource API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response.Nested.MessageAttachmentsItemVariantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response.Nested.MessageAttachmentsItemVariantsItem.md): MessageAttachmentsItemVariantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response.Nested.MessageAttachmentsItemVariantsItemImageSource](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response.Nested.MessageAttachmentsItemVariantsItemImageSource.md): MessageAttachmentsItemVariantsItemImageSource API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response.Nested.MessageReactionsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatPostSimpleMessage.Response.Nested.MessageReactionsItem.md): MessageReactionsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatRemoveReaction.Input](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatRemoveReaction.Input.md): Remove an emoji reaction from a message

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatTyping.Input](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatTyping.Input.md): Signal that the current user has started or stopped typing in the thread

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.JoinTeamKeyed.Params](ArchAstro.Types.ChannelPayloads.ApiChatChannel.JoinTeamKeyed.Params.md): Join or create a team-scoped keyed thread

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.JoinTeamThread.Params](ArchAstro.Types.ChannelPayloads.ApiChatChannel.JoinTeamThread.Params.md): Join a team-scoped thread by ID

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.JoinTeamTransient.Params](ArchAstro.Types.ChannelPayloads.ApiChatChannel.JoinTeamTransient.Params.md): Join a team-scoped transient (ephemeral) thread

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.JoinUserKeyed.Params](ArchAstro.Types.ChannelPayloads.ApiChatChannel.JoinUserKeyed.Params.md): Join or create a user-scoped keyed thread

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.JoinUserThread.Params](ArchAstro.Types.ChannelPayloads.ApiChatChannel.JoinUserThread.Params.md): Join a user-scoped thread by ID

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.JoinUserTransient.Params](ArchAstro.Types.ChannelPayloads.ApiChatChannel.JoinUserTransient.Params.md): Join a user-scoped transient (ephemeral) thread

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageAdded.Payload](ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageAdded.Payload.md): Broadcast when a new message is added to a thread

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageAdded.Payload.Nested.Message](ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageAdded.Payload.Nested.Message.md): Message API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageAdded.Payload.Nested.MessageAcl](ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageAdded.Payload.Nested.MessageAcl.md): MessageAcl API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageAdded.Payload.Nested.MessageAclAddItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageAdded.Payload.Nested.MessageAclAddItem.md): MessageAclAddItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageAdded.Payload.Nested.MessageAclGrantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageAdded.Payload.Nested.MessageAclGrantsItem.md): MessageAclGrantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageAdded.Payload.Nested.MessageAclRemoveItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageAdded.Payload.Nested.MessageAclRemoveItem.md): MessageAclRemoveItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageAdded.Payload.Nested.MessageActorsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageAdded.Payload.Nested.MessageActorsItem.md): MessageActorsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageAdded.Payload.Nested.MessageActorsItemProfilePicture](ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageAdded.Payload.Nested.MessageActorsItemProfilePicture.md): MessageActorsItemProfilePicture API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageAdded.Payload.Nested.MessageAttachmentsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageAdded.Payload.Nested.MessageAttachmentsItem.md): MessageAttachmentsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageAdded.Payload.Nested.MessageAttachmentsItemImageSource](ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageAdded.Payload.Nested.MessageAttachmentsItemImageSource.md): MessageAttachmentsItemImageSource API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageAdded.Payload.Nested.MessageAttachmentsItemVariantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageAdded.Payload.Nested.MessageAttachmentsItemVariantsItem.md): MessageAttachmentsItemVariantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageAdded.Payload.Nested.MessageAttachmentsItemVariantsItemImageSource](ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageAdded.Payload.Nested.MessageAttachmentsItemVariantsItemImageSource.md): MessageAttachmentsItemVariantsItemImageSource API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageAdded.Payload.Nested.MessageReactionsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageAdded.Payload.Nested.MessageReactionsItem.md): MessageReactionsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageUpdated.Payload](ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageUpdated.Payload.md): Broadcast when a message is updated or removed

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageUpdated.Payload.Nested.Message](ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageUpdated.Payload.Nested.Message.md): Message API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageUpdated.Payload.Nested.MessageAcl](ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageUpdated.Payload.Nested.MessageAcl.md): MessageAcl API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageUpdated.Payload.Nested.MessageAclAddItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageUpdated.Payload.Nested.MessageAclAddItem.md): MessageAclAddItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageUpdated.Payload.Nested.MessageAclGrantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageUpdated.Payload.Nested.MessageAclGrantsItem.md): MessageAclGrantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageUpdated.Payload.Nested.MessageAclRemoveItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageUpdated.Payload.Nested.MessageAclRemoveItem.md): MessageAclRemoveItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageUpdated.Payload.Nested.MessageActorsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageUpdated.Payload.Nested.MessageActorsItem.md): MessageActorsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageUpdated.Payload.Nested.MessageActorsItemProfilePicture](ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageUpdated.Payload.Nested.MessageActorsItemProfilePicture.md): MessageActorsItemProfilePicture API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageUpdated.Payload.Nested.MessageAttachmentsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageUpdated.Payload.Nested.MessageAttachmentsItem.md): MessageAttachmentsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageUpdated.Payload.Nested.MessageAttachmentsItemImageSource](ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageUpdated.Payload.Nested.MessageAttachmentsItemImageSource.md): MessageAttachmentsItemImageSource API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageUpdated.Payload.Nested.MessageAttachmentsItemVariantsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageUpdated.Payload.Nested.MessageAttachmentsItemVariantsItem.md): MessageAttachmentsItemVariantsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageUpdated.Payload.Nested.MessageAttachmentsItemVariantsItemImageSource](ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageUpdated.Payload.Nested.MessageAttachmentsItemVariantsItemImageSource.md): MessageAttachmentsItemVariantsItemImageSource API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageUpdated.Payload.Nested.MessageReactionsItem](ArchAstro.Types.ChannelPayloads.ApiChatChannel.MessageUpdated.Payload.Nested.MessageReactionsItem.md): MessageReactionsItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.SystemEvent.Payload](ArchAstro.Types.ChannelPayloads.ApiChatChannel.SystemEvent.Payload.md): Broadcast system-wide events

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.ThreadEvent.Payload](ArchAstro.Types.ChannelPayloads.ApiChatChannel.ThreadEvent.Payload.md): Broadcast thread-level events (agent updates, read state, unread counts)

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.Typing.Payload](ArchAstro.Types.ChannelPayloads.ApiChatChannel.Typing.Payload.md): Broadcast when a participant (human or agent) starts or stops typing. Ephemeral; never persisted.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.Typing.Payload.Nested.Actor](ArchAstro.Types.ChannelPayloads.ApiChatChannel.Typing.Payload.Nested.Actor.md): Actor API model.

- [ArchAstro.Types.ChannelPayloads.ApiChatChannel.Typing.Payload.Nested.ActorProfilePicture](ArchAstro.Types.ChannelPayloads.ApiChatChannel.Typing.Payload.Nested.ActorProfilePicture.md): ActorProfilePicture API model.

- [ArchAstro.Types.ChannelPayloads.ApiObjectChannel.AccessRevoked.Payload](ArchAstro.Types.ChannelPayloads.ApiObjectChannel.AccessRevoked.Payload.md): Payload API model.

- [ArchAstro.Types.ChannelPayloads.ApiObjectChannel.JoinById.Params](ArchAstro.Types.ChannelPayloads.ApiObjectChannel.JoinById.Params.md): Params API model.

- [ArchAstro.Types.ChannelPayloads.ApiObjectChannel.JoinById.Response](ArchAstro.Types.ChannelPayloads.ApiObjectChannel.JoinById.Response.md): Response API model.

- [ArchAstro.Types.ChannelPayloads.ApiObjectChannel.JoinByRowKey.Params](ArchAstro.Types.ChannelPayloads.ApiObjectChannel.JoinByRowKey.Params.md): Params API model.

- [ArchAstro.Types.ChannelPayloads.ApiObjectChannel.JoinByRowKey.Response](ArchAstro.Types.ChannelPayloads.ApiObjectChannel.JoinByRowKey.Response.md): Response API model.

- [ArchAstro.Types.ChannelPayloads.ApiObjectChannel.ObjectCreated.Payload](ArchAstro.Types.ChannelPayloads.ApiObjectChannel.ObjectCreated.Payload.md): Payload API model.

- [ArchAstro.Types.ChannelPayloads.ApiObjectChannel.ObjectDeleted.Payload](ArchAstro.Types.ChannelPayloads.ApiObjectChannel.ObjectDeleted.Payload.md): Payload API model.

- [ArchAstro.Types.ChannelPayloads.ApiObjectChannel.ObjectUpdated.Payload](ArchAstro.Types.ChannelPayloads.ApiObjectChannel.ObjectUpdated.Payload.md): Payload API model.

- [ArchAstro.Types.ChannelPayloads.ApiObjectChannel.PresenceLeft.Payload](ArchAstro.Types.ChannelPayloads.ApiObjectChannel.PresenceLeft.Payload.md): Payload API model.

- [ArchAstro.Types.ChannelPayloads.ApiObjectChannel.PresenceUpdate.Input](ArchAstro.Types.ChannelPayloads.ApiObjectChannel.PresenceUpdate.Input.md): Input API model.

- [ArchAstro.Types.ChannelPayloads.ApiObjectChannel.PresenceUpdate.Response](ArchAstro.Types.ChannelPayloads.ApiObjectChannel.PresenceUpdate.Response.md): Response API model.

- [ArchAstro.Types.ChannelPayloads.ApiObjectChannel.PresenceUpdated.Payload](ArchAstro.Types.ChannelPayloads.ApiObjectChannel.PresenceUpdated.Payload.md): Payload API model.

- [ArchAstro.Types.ChannelPayloads.ApiObjectChannel.Save.Response](ArchAstro.Types.ChannelPayloads.ApiObjectChannel.Save.Response.md): Response API model.

- [ArchAstro.Types.ChannelPayloads.ApiObjectChannel.UpdateFields.Input](ArchAstro.Types.ChannelPayloads.ApiObjectChannel.UpdateFields.Input.md): Input API model.

- [ArchAstro.Types.ChannelPayloads.ApiObjectChannel.UpdateFields.Response](ArchAstro.Types.ChannelPayloads.ApiObjectChannel.UpdateFields.Response.md): Response API model.

- [ArchAstro.Types.ChannelPayloads.ApiTasksChannel.TasksUpdated.Payload](ArchAstro.Types.ChannelPayloads.ApiTasksChannel.TasksUpdated.Payload.md): Broadcast when the thread's task records change; carries a full snapshot

- [ArchAstro.Types.ChannelPayloads.ApiTasksChannel.TasksUpdated.Payload.Nested.TasksItem](ArchAstro.Types.ChannelPayloads.ApiTasksChannel.TasksUpdated.Payload.Nested.TasksItem.md): TasksItem API model.

- [ArchAstro.Types.ChannelPayloads.ApiTasksChannel.TasksUpdated.Payload.Nested.TasksItemCreatedByActor](ArchAstro.Types.ChannelPayloads.ApiTasksChannel.TasksUpdated.Payload.Nested.TasksItemCreatedByActor.md): TasksItemCreatedByActor API model.

- [ArchAstro.Types.ChannelPayloads.ApiTasksChannel.TasksUpdated.Payload.Nested.TasksItemCreatedByActorProfilePicture](ArchAstro.Types.ChannelPayloads.ApiTasksChannel.TasksUpdated.Payload.Nested.TasksItemCreatedByActorProfilePicture.md): TasksItemCreatedByActorProfilePicture API model.

- [ArchAstro.Types.ChannelPayloads.ApiTasksChannel.TasksUpdated.Payload.Nested.TasksItemCurrentLease](ArchAstro.Types.ChannelPayloads.ApiTasksChannel.TasksUpdated.Payload.Nested.TasksItemCurrentLease.md): TasksItemCurrentLease API model.

- [ArchAstro.Types.ChannelPayloads.ApiTasksChannel.TasksUpdated.Payload.Nested.TasksItemOwnerActor](ArchAstro.Types.ChannelPayloads.ApiTasksChannel.TasksUpdated.Payload.Nested.TasksItemOwnerActor.md): TasksItemOwnerActor API model.

- [ArchAstro.Types.ChannelPayloads.ApiTasksChannel.TasksUpdated.Payload.Nested.TasksItemOwnerActorProfilePicture](ArchAstro.Types.ChannelPayloads.ApiTasksChannel.TasksUpdated.Payload.Nested.TasksItemOwnerActorProfilePicture.md): TasksItemOwnerActorProfilePicture API model.

- [ArchAstro.Types.ChatForkThreadResponse](ArchAstro.Types.ChatForkThreadResponse.md): Response returned after forking a chat thread. Contains the new thread, its initial chat-room snapshot, and the owning team when applicable.

- [ArchAstro.Types.ChatLoadMoreMessagesResponse](ArchAstro.Types.ChatLoadMoreMessagesResponse.md): Response returned after loading an additional page of chat messages. Contains a refreshed chat-room snapshot with the newly-fetched messages merged in.

- [ArchAstro.Types.ChatMarkThreadReadResponse](ArchAstro.Types.ChatMarkThreadReadResponse.md): Response returned after marking a chat thread as read. Confirms that the read marker was successfully recorded for the authenticated user.

- [ArchAstro.Types.ChatMember](ArchAstro.Types.ChatMember.md): A participant in a chat thread, which may be either a human user or an AI agent. Exactly one of `user` or `agent` is populated depending on `type`.

- [ArchAstro.Types.ChatMessageListResponse](ArchAstro.Types.ChatMessageListResponse.md): Response returned when listing the messages of a joined chat thread. Contains the set of messages currently loaded for the thread.

- [ArchAstro.Types.ChatPostMessageResponse](ArchAstro.Types.ChatPostMessageResponse.md): Response returned after successfully posting a message to a chat thread. Contains the persisted message object echoed back to the sender.

- [ArchAstro.Types.ChatRoomModel](ArchAstro.Types.ChatRoomModel.md): A point-in-time snapshot of a chat room's state, including its loaded messages, member roster, and pagination cursors. Returned when loading or refreshing a thread's message list.

- [ArchAstro.Types.ComputerExecResult](ArchAstro.Types.ComputerExecResult.md): The result of executing a shell command on an agent's computer environment. Contains the captured output and the process exit code.

- [ArchAstro.Types.Config](ArchAstro.Types.Config.md): A versioned config file owned by a team or user, representing a typed artifact such as an agent definition or API tool specification.

- [ArchAstro.Types.ConfigFacets](ArchAstro.Types.ConfigFacets.md): Aggregated facet counts for the authenticated viewer's configs. Reports all distinct kinds and path prefixes across the full dataset, regardless of any active list filters.

- [ArchAstro.Types.ConfigKindFacet](ArchAstro.Types.ConfigKindFacet.md): A facet entry grouping configs by kind, returning the kind name and the number of matching configs visible to the authenticated viewer.

- [ArchAstro.Types.ConfigKindSchema](ArchAstro.Types.ConfigKindSchema.md): The JSON Schema definition and sample YAML for a specific config kind, used to validate and scaffold new configs of that kind.

- [ArchAstro.Types.ConfigPathPrefixFacet](ArchAstro.Types.ConfigPathPrefixFacet.md): A facet entry grouping configs by their leading path segment, returning the prefix and the number of matching configs visible to the authenticated viewer.

- [ArchAstro.Types.ConfigVersion](ArchAstro.Types.ConfigVersion.md): A single immutable snapshot of a config's content, created each time the config is saved.

- [ArchAstro.Types.ContextDocument](ArchAstro.Types.ContextDocument.md): A context document stored within a context source. Carries metadata and size information only; retrieve the full text content via the `/content` endpoint.

- [ArchAstro.Types.ContextDocumentContent](ArchAstro.Types.ContextDocumentContent.md): The text content of a context document, optionally sliced by line or byte range. Includes totals and slice boundary fields for the requested unit.

- [ArchAstro.Types.ContextIngestion](ArchAstro.Types.ContextIngestion.md): A context ingestion job that processes a context source and populates its documents. Tracks status and timing from submission through completion or failure.

- [ArchAstro.Types.CreatedPrivateServiceEnrollment](ArchAstro.Types.CreatedPrivateServiceEnrollment.md): Creation-only private service enrollment response. The raw token is shown
once and is omitted from every read schema.

- [ArchAstro.Types.CustomObject](ArchAstro.Types.CustomObject.md): 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.

- [ArchAstro.Types.CustomObjectJoinResponse](ArchAstro.Types.CustomObjectJoinResponse.md): Initial authoritative snapshot returned by a custom-object channel join.

- [ArchAstro.Types.CustomObjectListResponse](ArchAstro.Types.CustomObjectListResponse.md): A paginated page of custom objects returned by a list operation. Use the pagination fields to navigate through result sets.

- [ArchAstro.Types.CustomObjectPresenceAck](ArchAstro.Types.CustomObjectPresenceAck.md): Acknowledges an ephemeral custom-object presence update.

- [ArchAstro.Types.CustomObjectSaveResponse](ArchAstro.Types.CustomObjectSaveResponse.md): Acknowledges that the current custom-object document reached durable storage.

- [ArchAstro.Types.CustomObjectUpdateFieldsResponse](ArchAstro.Types.CustomObjectUpdateFieldsResponse.md): Response returned after updating one or more fields on a custom object. Confirms the object that was modified and the field values that were applied.

- [ArchAstro.Types.Deployment](ArchAstro.Types.Deployment.md): Deployment metadata.

- [ArchAstro.Types.DeviceAuthorizationResponse](ArchAstro.Types.DeviceAuthorizationResponse.md): The initial response from an OAuth 2.0 Device Authorization Grant request, containing the codes and URIs needed to complete device authentication.

- [ArchAstro.Types.DeviceAuthorizationStatusResponse](ArchAstro.Types.DeviceAuthorizationStatusResponse.md): The result of a completed OAuth 2.0 Device Authorization flow, indicating whether the user approved or denied the device's access request.

- [ArchAstro.Types.Extraction](ArchAstro.Types.Extraction.md): An extraction job: yields text from a document or website into a destination namespace, without committing knowledge to an agent.

- [ArchAstro.Types.ExtractionOutput](ArchAstro.Types.ExtractionOutput.md): A produced file tracked by an extraction. Type, size, and URL live on the file it points at.

- [ArchAstro.Types.HealthActionListResponse](ArchAstro.Types.HealthActionListResponse.md): List response containing agent health actions for a given agent or organization.

- [ArchAstro.Types.ImageSource](ArchAstro.Types.ImageSource.md): Resolved metadata for an image, including its delivery URL, dimensions, and optional references to the underlying storage file or media record.

- [ArchAstro.Types.Installation](ArchAstro.Types.Installation.md): An installation representing a connection between an agent and an external service or enablement channel. Tracks configuration, lifecycle state, and any bound integration.

- [ArchAstro.Types.InstallationKind](ArchAstro.Types.InstallationKind.md): A supported installation kind describing a category of external service or enablement channel an agent can be connected to.

- [ArchAstro.Types.InstallationKindListResponse](ArchAstro.Types.InstallationKindListResponse.md): List response containing the publicly available installation kinds that can be used when configuring an agent installation.

- [ArchAstro.Types.InstallationListResponse](ArchAstro.Types.InstallationListResponse.md): Paginated list response containing installation objects for an agent.

- [ArchAstro.Types.InstallationSource](ArchAstro.Types.InstallationSource.md): A source attached to an installation that supplies content for the agent's context. Sources are processed asynchronously after creation.

- [ArchAstro.Types.InstallationSourceListResponse](ArchAstro.Types.InstallationSourceListResponse.md): Paginated list response containing installation source objects attached to an installation.

- [ArchAstro.Types.InstalledConfigEntry](ArchAstro.Types.InstalledConfigEntry.md): A slim summary of a single config record created during an agent install transaction. Returned as an entry in `AgentCreateResponse.installed_configs`.

- [ArchAstro.Types.InviteCreator](ArchAstro.Types.InviteCreator.md): A minimal, public-safe projection of the user who sent an invite, exposed to unauthenticated recipients so they can render a join screen.
Only identity fields are included; sensitive fields such as email address and organization membership are omitted.

- [ArchAstro.Types.KeyValueStorageEntry](ArchAstro.Types.KeyValueStorageEntry.md): A single key-value storage entry belonging to a user. Represents one key/value pair written to a user's isolated storage namespace within an app.

- [ArchAstro.Types.KeyValueStorageEntryPage](ArchAstro.Types.KeyValueStorageEntryPage.md): Paginated response envelope for the dual-mode key-value storage list endpoint. End-user (user-JWT) callers receive only `data`; developer and server-to-server callers also receive pagination metadata fields.

- [ArchAstro.Types.KeyValueStorageEntryWithUser](ArchAstro.Types.KeyValueStorageEntryWithUser.md): A key-value storage entry enriched with owner information. Developer and server-to-server callers receive `user_email` and `user_name` populated; end-user (user-JWT) callers receive those fields as `null`.

- [ArchAstro.Types.KnowledgeSource](ArchAstro.Types.KnowledgeSource.md): A knowledge source that ingests content into the knowledge base. Sources connect to external systems (e.g. Gmail, GitHub) and continuously or on-demand index items for search.

- [ArchAstro.Types.KnowledgeSourceKind](ArchAstro.Types.KnowledgeSourceKind.md): Describes a single knowledge source kind that can be created through the public API. Use the `type` value when creating a new knowledge source.

- [ArchAstro.Types.KnowledgeSourceKindListResponse](ArchAstro.Types.KnowledgeSourceKindListResponse.md): List response containing the knowledge source kinds available for creation via the API.

- [ArchAstro.Types.LLMConfig](ArchAstro.Types.LLMConfig.md): LLM invocation settings for a routine or chain step. When present, overrides the agent-level model selection.

- [ArchAstro.Types.MediaVariant](ArchAstro.Types.MediaVariant.md): 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.

- [ArchAstro.Types.Message](ArchAstro.Types.Message.md): A chat message posted in a thread, including its content, author, attachments, reactions, and optional reply metadata.

- [ArchAstro.Types.MessagePolicy](ArchAstro.Types.MessagePolicy.md): Controls visibility and canonical recipient selection for routine-emitted messages.

- [ArchAstro.Types.MessageReaction](ArchAstro.Types.MessageReaction.md): A compact reaction record embedded in a message's `reactions` array, representing a single user's reaction to a message.

- [ArchAstro.Types.Notification](ArchAstro.Types.Notification.md): An inbox notification delivered to a recipient user. Includes type-specific render data resolved at request time.

- [ArchAstro.Types.NotificationPreference](ArchAstro.Types.NotificationPreference.md): A single per-channel notification preference for the authenticated viewer, scoped to a notification type and optional app.

- [ArchAstro.Types.NotificationPreferenceList](ArchAstro.Types.NotificationPreferenceList.md): The complete set of notification preferences belonging to the authenticated viewer.

- [ArchAstro.Types.OAuthTokenResponse](ArchAstro.Types.OAuthTokenResponse.md): A successful OAuth 2.0 token response. Issued by the token endpoint after a completed authorization or device-flow grant.

- [ArchAstro.Types.Operations.DeleteApiV1CustomObjectsObject.Response](ArchAstro.Types.Operations.DeleteApiV1CustomObjectsObject.Response.md): Successful response

- [ArchAstro.Types.Operations.DeleteApiV1SlackChannelBindingsChannel.Response](ArchAstro.Types.Operations.DeleteApiV1SlackChannelBindingsChannel.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1ActivityFeed.Params](ArchAstro.Types.Operations.GetApiV1ActivityFeed.Params.md): List activity feed entries query parameters.

- [ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response](ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2](ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2.md): DataItemAgentVariant2 API model.

- [ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2Acl](ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2Acl.md): DataItemAgentVariant2Acl API model.

- [ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2AclAddItem](ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2AclAddItem.md): DataItemAgentVariant2AclAddItem API model.

- [ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2AclGrantsItem](ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2AclGrantsItem.md): DataItemAgentVariant2AclGrantsItem API model.

- [ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2AclRemoveItem](ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2AclRemoveItem.md): DataItemAgentVariant2AclRemoveItem API model.

- [ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolution](ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolution.md): DataItemAgentVariant2SourceSolution API model.

- [ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionCurrentSolution](ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionCurrentSolution.md): DataItemAgentVariant2SourceSolutionCurrentSolution API model.

- [ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionCurrentSolutionOrgLogo](ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionCurrentSolutionOrgLogo.md): DataItemAgentVariant2SourceSolutionCurrentSolutionOrgLogo API model.

- [ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItem](ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItem.md): DataItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItem API model.

- [ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetails](ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetails.md): DataItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetails API model.

- [ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract](ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract.md): DataItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract API model.

- [ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem](ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem.md): DataItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem API model.

- [ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills](ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills.md): DataItemAgentVariant2SourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills API model.

- [ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionSolution](ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionSolution.md): DataItemAgentVariant2SourceSolutionSolution API model.

- [ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionSolutionOrgLogo](ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionSolutionOrgLogo.md): DataItemAgentVariant2SourceSolutionSolutionOrgLogo API model.

- [ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionSolutionTemplatesItem](ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionSolutionTemplatesItem.md): DataItemAgentVariant2SourceSolutionSolutionTemplatesItem API model.

- [ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionSolutionTemplatesItemDetails](ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionSolutionTemplatesItemDetails.md): DataItemAgentVariant2SourceSolutionSolutionTemplatesItemDetails API model.

- [ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContract](ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContract.md): DataItemAgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContract API model.

- [ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem](ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem.md): DataItemAgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem API model.

- [ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills](ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills.md): DataItemAgentVariant2SourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills API model.

- [ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionTemplate](ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemAgentVariant2SourceSolutionTemplate.md): DataItemAgentVariant2SourceSolutionTemplate API model.

- [ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemUserVariant2](ArchAstro.Types.Operations.GetApiV1ActivityFeed.Response.Nested.DataItemUserVariant2.md): DataItemUserVariant2 API model.

- [ArchAstro.Types.Operations.GetApiV1AgentInstallations.Params](ArchAstro.Types.Operations.GetApiV1AgentInstallations.Params.md): List installations for an app query parameters.

- [ArchAstro.Types.Operations.GetApiV1AgentRoutineRuns.Params](ArchAstro.Types.Operations.GetApiV1AgentRoutineRuns.Params.md): List agent routine runs query parameters.

- [ArchAstro.Types.Operations.GetApiV1AgentRoutineRunsAgentRoutineRunStream.StreamEvent](ArchAstro.Types.Operations.GetApiV1AgentRoutineRunsAgentRoutineRunStream.StreamEvent.md): Stream agent routine run status server-sent events.

- [ArchAstro.Types.Operations.GetApiV1AgentRoutines.Params](ArchAstro.Types.Operations.GetApiV1AgentRoutines.Params.md): List routines query parameters.

- [ArchAstro.Types.Operations.GetApiV1AgentRoutinesRoutineRuns.Params](ArchAstro.Types.Operations.GetApiV1AgentRoutinesRoutineRuns.Params.md): List runs for a routine query parameters.

- [ArchAstro.Types.Operations.GetApiV1AgentRoutinesRunsRunJournal.Params](ArchAstro.Types.Operations.GetApiV1AgentRoutinesRunsRunJournal.Params.md): List a routine run journal query parameters.

- [ArchAstro.Types.Operations.GetApiV1AgentSessions.Params](ArchAstro.Types.Operations.GetApiV1AgentSessions.Params.md): List agent sessions query parameters.

- [ArchAstro.Types.Operations.GetApiV1AgentSessionsAgentSessionStream.StreamEvent](ArchAstro.Types.Operations.GetApiV1AgentSessionsAgentSessionStream.StreamEvent.md): Stream agent session status server-sent events.

- [ArchAstro.Types.Operations.GetApiV1AgentSkills.Params](ArchAstro.Types.Operations.GetApiV1AgentSkills.Params.md): List agent skills query parameters.

- [ArchAstro.Types.Operations.GetApiV1AgentTools.Params](ArchAstro.Types.Operations.GetApiV1AgentTools.Params.md): List agent tools query parameters.

- [ArchAstro.Types.Operations.GetApiV1Agents.Params](ArchAstro.Types.Operations.GetApiV1Agents.Params.md): List agents query parameters.

- [ArchAstro.Types.Operations.GetApiV1AgentsAgentAgentHealthActions.Params](ArchAstro.Types.Operations.GetApiV1AgentsAgentAgentHealthActions.Params.md): List health actions for an agent query parameters.

- [ArchAstro.Types.Operations.GetApiV1AgentsAgentAgentTools.Params](ArchAstro.Types.Operations.GetApiV1AgentsAgentAgentTools.Params.md): List agent tools query parameters.

- [ArchAstro.Types.Operations.GetApiV1AgentsAgentAgentWorkingMemory.Params](ArchAstro.Types.Operations.GetApiV1AgentsAgentAgentWorkingMemory.Params.md): List working memory entries for an agent query parameters.

- [ArchAstro.Types.Operations.GetApiV1AgentsAgentExport.Params](ArchAstro.Types.Operations.GetApiV1AgentsAgentExport.Params.md): Export an agent as an AgentTemplate query parameters.

- [ArchAstro.Types.Operations.GetApiV1AgentsAgentSchedules.Params](ArchAstro.Types.Operations.GetApiV1AgentsAgentSchedules.Params.md): List schedules for an agent query parameters.

- [ArchAstro.Types.Operations.GetApiV1AgentsAgentSchedules.Response](ArchAstro.Types.Operations.GetApiV1AgentsAgentSchedules.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1AgentsAgentSchedules.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1AgentsAgentSchedules.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1AgentsAgentWorkItems.Params](ArchAstro.Types.Operations.GetApiV1AgentsAgentWorkItems.Params.md): List active workflow work available to the viewer query parameters.

- [ArchAstro.Types.Operations.GetApiV1AiChatModels.Response](ArchAstro.Types.Operations.GetApiV1AiChatModels.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1AiChatModels.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1AiChatModels.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1AiImageModels.Response](ArchAstro.Types.Operations.GetApiV1AiImageModels.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1AiImageModels.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1AiImageModels.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1ArtifactsArtifactContent.Params](ArchAstro.Types.Operations.GetApiV1ArtifactsArtifactContent.Params.md): Retrieve raw artifact file content query parameters.

- [ArchAstro.Types.Operations.GetApiV1AuthAllowedAuthMethods.Response](ArchAstro.Types.Operations.GetApiV1AuthAllowedAuthMethods.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1AuthAllowedAuthMethods.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1AuthAllowedAuthMethods.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1AutomationRunsAutomationRunJournal.Params](ArchAstro.Types.Operations.GetApiV1AutomationRunsAutomationRunJournal.Params.md): List an automation run journal query parameters.

- [ArchAstro.Types.Operations.GetApiV1AutomationRunsAutomationRunStream.StreamEvent](ArchAstro.Types.Operations.GetApiV1AutomationRunsAutomationRunStream.StreamEvent.md): Stream automation run status server-sent events.

- [ArchAstro.Types.Operations.GetApiV1Config.Params](ArchAstro.Types.Operations.GetApiV1Config.Params.md): List configs query parameters.

- [ArchAstro.Types.Operations.GetApiV1Config.Response](ArchAstro.Types.Operations.GetApiV1Config.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1Config.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1Config.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1Config.Response.Nested.DataItemCurrentVersion](ArchAstro.Types.Operations.GetApiV1Config.Response.Nested.DataItemCurrentVersion.md): DataItemCurrentVersion API model.

- [ArchAstro.Types.Operations.GetApiV1ConfigConfig.Params](ArchAstro.Types.Operations.GetApiV1ConfigConfig.Params.md): Retrieve a config query parameters.

- [ArchAstro.Types.Operations.GetApiV1ConfigConfigContent.Params](ArchAstro.Types.Operations.GetApiV1ConfigConfigContent.Params.md): Retrieve a config's raw content query parameters.

- [ArchAstro.Types.Operations.GetApiV1ConfigConfigVersions.Params](ArchAstro.Types.Operations.GetApiV1ConfigConfigVersions.Params.md): List a config's version history query parameters.

- [ArchAstro.Types.Operations.GetApiV1ConfigConfigVersions.Response](ArchAstro.Types.Operations.GetApiV1ConfigConfigVersions.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1ConfigConfigVersions.Response.Nested.VersionsItem](ArchAstro.Types.Operations.GetApiV1ConfigConfigVersions.Response.Nested.VersionsItem.md): VersionsItem API model.

- [ArchAstro.Types.Operations.GetApiV1ConfigFacets.Params](ArchAstro.Types.Operations.GetApiV1ConfigFacets.Params.md): List config facets query parameters.

- [ArchAstro.Types.Operations.GetApiV1ConfigKinds.Params](ArchAstro.Types.Operations.GetApiV1ConfigKinds.Params.md): List config kinds query parameters.

- [ArchAstro.Types.Operations.GetApiV1ConfigKinds.Response](ArchAstro.Types.Operations.GetApiV1ConfigKinds.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1ConfigKinds.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1ConfigKinds.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1ConfigSystem.Params](ArchAstro.Types.Operations.GetApiV1ConfigSystem.Params.md): List system configs query parameters.

- [ArchAstro.Types.Operations.GetApiV1ConfigSystem.Response](ArchAstro.Types.Operations.GetApiV1ConfigSystem.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1ConfigSystem.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1ConfigSystem.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1ConfigSystem.Response.Nested.DataItemCurrentVersion](ArchAstro.Types.Operations.GetApiV1ConfigSystem.Response.Nested.DataItemCurrentVersion.md): DataItemCurrentVersion API model.

- [ArchAstro.Types.Operations.GetApiV1CustomObjects.Params](ArchAstro.Types.Operations.GetApiV1CustomObjects.Params.md): List custom objects query parameters.

- [ArchAstro.Types.Operations.GetApiV1CustomObjectsObject.Params](ArchAstro.Types.Operations.GetApiV1CustomObjectsObject.Params.md): Retrieve a custom object query parameters.

- [ArchAstro.Types.Operations.GetApiV1FilesFileAvatar.Params](ArchAstro.Types.Operations.GetApiV1FilesFileAvatar.Params.md): Fetch an agent avatar image query parameters.

- [ArchAstro.Types.Operations.GetApiV1FilesFileOrgLogo.Params](ArchAstro.Types.Operations.GetApiV1FilesFileOrgLogo.Params.md): Fetch an org logo image query parameters.

- [ArchAstro.Types.Operations.GetApiV1FilesFileShare.Params](ArchAstro.Types.Operations.GetApiV1FilesFileShare.Params.md): Fetch a publicly shared file query parameters.

- [ArchAstro.Types.Operations.GetApiV1KnowledgeDocuments.Params](ArchAstro.Types.Operations.GetApiV1KnowledgeDocuments.Params.md): List context documents query parameters.

- [ArchAstro.Types.Operations.GetApiV1KnowledgeDocuments.Response](ArchAstro.Types.Operations.GetApiV1KnowledgeDocuments.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1KnowledgeDocuments.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1KnowledgeDocuments.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1KnowledgeDocumentsDocumentContent.Params](ArchAstro.Types.Operations.GetApiV1KnowledgeDocumentsDocumentContent.Params.md): Retrieve a context document's content query parameters.

- [ArchAstro.Types.Operations.GetApiV1KnowledgeSources.Params](ArchAstro.Types.Operations.GetApiV1KnowledgeSources.Params.md): List knowledge sources query parameters.

- [ArchAstro.Types.Operations.GetApiV1KnowledgeSources.Response](ArchAstro.Types.Operations.GetApiV1KnowledgeSources.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1KnowledgeSources.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1KnowledgeSources.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1Kv.Params](ArchAstro.Types.Operations.GetApiV1Kv.Params.md): List key-value storage entries query parameters.

- [ArchAstro.Types.Operations.GetApiV1KvKey.Params](ArchAstro.Types.Operations.GetApiV1KvKey.Params.md): Retrieve a key-value storage entry query parameters.

- [ArchAstro.Types.Operations.GetApiV1Notifications.Params](ArchAstro.Types.Operations.GetApiV1Notifications.Params.md): List a user's notifications query parameters.

- [ArchAstro.Types.Operations.GetApiV1Notifications.Response](ArchAstro.Types.Operations.GetApiV1Notifications.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1Notifications.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1Notifications.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1NotificationsUnreadCount.Response](ArchAstro.Types.Operations.GetApiV1NotificationsUnreadCount.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1Orgs.Params](ArchAstro.Types.Operations.GetApiV1Orgs.Params.md): Search organizations query parameters.

- [ArchAstro.Types.Operations.GetApiV1Orgs.Response](ArchAstro.Types.Operations.GetApiV1Orgs.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1Orgs.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1Orgs.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1PrivateServiceEnrollments.Params](ArchAstro.Types.Operations.GetApiV1PrivateServiceEnrollments.Params.md): List private service enrollments query parameters.

- [ArchAstro.Types.Operations.GetApiV1PrivateServiceEnrollmentsPrivateServiceEnrollmentId.Params](ArchAstro.Types.Operations.GetApiV1PrivateServiceEnrollmentsPrivateServiceEnrollmentId.Params.md): Retrieve a private service enrollment query parameters.

- [ArchAstro.Types.Operations.GetApiV1PrivateServices.Params](ArchAstro.Types.Operations.GetApiV1PrivateServices.Params.md): List private services query parameters.

- [ArchAstro.Types.Operations.GetApiV1PrivateServicesPrivateServiceId.Params](ArchAstro.Types.Operations.GetApiV1PrivateServicesPrivateServiceId.Params.md): Retrieve a private service query parameters.

- [ArchAstro.Types.Operations.GetApiV1SlackChannelBindings.Params](ArchAstro.Types.Operations.GetApiV1SlackChannelBindings.Params.md): List Slack channel bindings query parameters.

- [ArchAstro.Types.Operations.GetApiV1SlackChannelBindingsChannel.Params](ArchAstro.Types.Operations.GetApiV1SlackChannelBindingsChannel.Params.md): Retrieve a Slack channel binding query parameters.

- [ArchAstro.Types.Operations.GetApiV1SolutionCategories.Params](ArchAstro.Types.Operations.GetApiV1SolutionCategories.Params.md): List solution categories query parameters.

- [ArchAstro.Types.Operations.GetApiV1SolutionInstances.Params](ArchAstro.Types.Operations.GetApiV1SolutionInstances.Params.md): List customer solution instances query parameters.

- [ArchAstro.Types.Operations.GetApiV1SolutionTags.Params](ArchAstro.Types.Operations.GetApiV1SolutionTags.Params.md): List solution tags query parameters.

- [ArchAstro.Types.Operations.GetApiV1Solutions.Params](ArchAstro.Types.Operations.GetApiV1Solutions.Params.md): List Solutions query parameters.

- [ArchAstro.Types.Operations.GetApiV1SolutionsSolutionImage.Params](ArchAstro.Types.Operations.GetApiV1SolutionsSolutionImage.Params.md): Fetch a Solution cover image or gallery screenshot query parameters.

- [ArchAstro.Types.Operations.GetApiV1SolutionsSolutionReadme.Params](ArchAstro.Types.Operations.GetApiV1SolutionsSolutionReadme.Params.md): Retrieve a Solution README or asset query parameters.

- [ArchAstro.Types.Operations.GetApiV1TasksTask.Params](ArchAstro.Types.Operations.GetApiV1TasksTask.Params.md): Retrieve a task query parameters.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskActivity.Params](ArchAstro.Types.Operations.GetApiV1TasksTaskActivity.Params.md): List a task's activity query parameters.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskActivity.Response](ArchAstro.Types.Operations.GetApiV1TasksTaskActivity.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1TasksTaskActivity.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1TasksTaskActivity.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskBlockers.Params](ArchAstro.Types.Operations.GetApiV1TasksTaskBlockers.Params.md): List a task's blockers query parameters.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskBlockers.Response](ArchAstro.Types.Operations.GetApiV1TasksTaskBlockers.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1TasksTaskBlockers.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1TasksTaskBlockers.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskBlockers.Response.Nested.DataItemCreatedByActor](ArchAstro.Types.Operations.GetApiV1TasksTaskBlockers.Response.Nested.DataItemCreatedByActor.md): DataItemCreatedByActor API model.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskBlockers.Response.Nested.DataItemCreatedByActorProfilePicture](ArchAstro.Types.Operations.GetApiV1TasksTaskBlockers.Response.Nested.DataItemCreatedByActorProfilePicture.md): DataItemCreatedByActorProfilePicture API model.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskBlockers.Response.Nested.DataItemCurrentLease](ArchAstro.Types.Operations.GetApiV1TasksTaskBlockers.Response.Nested.DataItemCurrentLease.md): DataItemCurrentLease API model.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskBlockers.Response.Nested.DataItemOwnerActor](ArchAstro.Types.Operations.GetApiV1TasksTaskBlockers.Response.Nested.DataItemOwnerActor.md): DataItemOwnerActor API model.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskBlockers.Response.Nested.DataItemOwnerActorProfilePicture](ArchAstro.Types.Operations.GetApiV1TasksTaskBlockers.Response.Nested.DataItemOwnerActorProfilePicture.md): DataItemOwnerActorProfilePicture API model.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskBlocking.Params](ArchAstro.Types.Operations.GetApiV1TasksTaskBlocking.Params.md): List the tasks a task blocks query parameters.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskBlocking.Response](ArchAstro.Types.Operations.GetApiV1TasksTaskBlocking.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1TasksTaskBlocking.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1TasksTaskBlocking.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskBlocking.Response.Nested.DataItemCreatedByActor](ArchAstro.Types.Operations.GetApiV1TasksTaskBlocking.Response.Nested.DataItemCreatedByActor.md): DataItemCreatedByActor API model.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskBlocking.Response.Nested.DataItemCreatedByActorProfilePicture](ArchAstro.Types.Operations.GetApiV1TasksTaskBlocking.Response.Nested.DataItemCreatedByActorProfilePicture.md): DataItemCreatedByActorProfilePicture API model.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskBlocking.Response.Nested.DataItemCurrentLease](ArchAstro.Types.Operations.GetApiV1TasksTaskBlocking.Response.Nested.DataItemCurrentLease.md): DataItemCurrentLease API model.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskBlocking.Response.Nested.DataItemOwnerActor](ArchAstro.Types.Operations.GetApiV1TasksTaskBlocking.Response.Nested.DataItemOwnerActor.md): DataItemOwnerActor API model.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskBlocking.Response.Nested.DataItemOwnerActorProfilePicture](ArchAstro.Types.Operations.GetApiV1TasksTaskBlocking.Response.Nested.DataItemOwnerActorProfilePicture.md): DataItemOwnerActorProfilePicture API model.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskComments.Params](ArchAstro.Types.Operations.GetApiV1TasksTaskComments.Params.md): List comments on a task query parameters.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskComments.Response](ArchAstro.Types.Operations.GetApiV1TasksTaskComments.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1TasksTaskComments.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1TasksTaskComments.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskComments.Response.Nested.DataItemAuthorActor](ArchAstro.Types.Operations.GetApiV1TasksTaskComments.Response.Nested.DataItemAuthorActor.md): DataItemAuthorActor API model.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskComments.Response.Nested.DataItemAuthorActorProfilePicture](ArchAstro.Types.Operations.GetApiV1TasksTaskComments.Response.Nested.DataItemAuthorActorProfilePicture.md): DataItemAuthorActorProfilePicture API model.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskSubtasks.Params](ArchAstro.Types.Operations.GetApiV1TasksTaskSubtasks.Params.md): List a task's subtasks query parameters.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskSubtasks.Response](ArchAstro.Types.Operations.GetApiV1TasksTaskSubtasks.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1TasksTaskSubtasks.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1TasksTaskSubtasks.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskSubtasks.Response.Nested.DataItemCreatedByActor](ArchAstro.Types.Operations.GetApiV1TasksTaskSubtasks.Response.Nested.DataItemCreatedByActor.md): DataItemCreatedByActor API model.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskSubtasks.Response.Nested.DataItemCreatedByActorProfilePicture](ArchAstro.Types.Operations.GetApiV1TasksTaskSubtasks.Response.Nested.DataItemCreatedByActorProfilePicture.md): DataItemCreatedByActorProfilePicture API model.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskSubtasks.Response.Nested.DataItemCurrentLease](ArchAstro.Types.Operations.GetApiV1TasksTaskSubtasks.Response.Nested.DataItemCurrentLease.md): DataItemCurrentLease API model.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskSubtasks.Response.Nested.DataItemOwnerActor](ArchAstro.Types.Operations.GetApiV1TasksTaskSubtasks.Response.Nested.DataItemOwnerActor.md): DataItemOwnerActor API model.

- [ArchAstro.Types.Operations.GetApiV1TasksTaskSubtasks.Response.Nested.DataItemOwnerActorProfilePicture](ArchAstro.Types.Operations.GetApiV1TasksTaskSubtasks.Response.Nested.DataItemOwnerActorProfilePicture.md): DataItemOwnerActorProfilePicture API model.

- [ArchAstro.Types.Operations.GetApiV1TeamMemberships.Params](ArchAstro.Types.Operations.GetApiV1TeamMemberships.Params.md): List team memberships query parameters.

- [ArchAstro.Types.Operations.GetApiV1Teams.Params](ArchAstro.Types.Operations.GetApiV1Teams.Params.md): List teams query parameters.

- [ArchAstro.Types.Operations.GetApiV1Teams.Params.Nested.Metadata](ArchAstro.Types.Operations.GetApiV1Teams.Params.Nested.Metadata.md): Metadata API model.

- [ArchAstro.Types.Operations.GetApiV1Teams.Response](ArchAstro.Types.Operations.GetApiV1Teams.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1Teams.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1Teams.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1Teams.Response.Nested.DataItemAcl](ArchAstro.Types.Operations.GetApiV1Teams.Response.Nested.DataItemAcl.md): DataItemAcl API model.

- [ArchAstro.Types.Operations.GetApiV1Teams.Response.Nested.DataItemAclAddItem](ArchAstro.Types.Operations.GetApiV1Teams.Response.Nested.DataItemAclAddItem.md): DataItemAclAddItem API model.

- [ArchAstro.Types.Operations.GetApiV1Teams.Response.Nested.DataItemAclGrantsItem](ArchAstro.Types.Operations.GetApiV1Teams.Response.Nested.DataItemAclGrantsItem.md): DataItemAclGrantsItem API model.

- [ArchAstro.Types.Operations.GetApiV1Teams.Response.Nested.DataItemAclRemoveItem](ArchAstro.Types.Operations.GetApiV1Teams.Response.Nested.DataItemAclRemoveItem.md): DataItemAclRemoveItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamArtifacts.Response](ArchAstro.Types.Operations.GetApiV1TeamsTeamArtifacts.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamArtifacts.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamArtifacts.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamArtifacts.Response.Nested.DataItemImageSource](ArchAstro.Types.Operations.GetApiV1TeamsTeamArtifacts.Response.Nested.DataItemImageSource.md): DataItemImageSource API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamCustomObjects.Params](ArchAstro.Types.Operations.GetApiV1TeamsTeamCustomObjects.Params.md): List a team's custom objects query parameters.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamCustomObjects.Response](ArchAstro.Types.Operations.GetApiV1TeamsTeamCustomObjects.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamCustomObjects.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamCustomObjects.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamCustomObjects.Response.Nested.DataItemAcl](ArchAstro.Types.Operations.GetApiV1TeamsTeamCustomObjects.Response.Nested.DataItemAcl.md): DataItemAcl API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamCustomObjects.Response.Nested.DataItemAclAddItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamCustomObjects.Response.Nested.DataItemAclAddItem.md): DataItemAclAddItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamCustomObjects.Response.Nested.DataItemAclGrantsItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamCustomObjects.Response.Nested.DataItemAclGrantsItem.md): DataItemAclGrantsItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamCustomObjects.Response.Nested.DataItemAclRemoveItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamCustomObjects.Response.Nested.DataItemAclRemoveItem.md): DataItemAclRemoveItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response](ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgent](ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgent.md): DataItemAgent API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentAcl](ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentAcl.md): DataItemAgentAcl API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentAclAddItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentAclAddItem.md): DataItemAgentAclAddItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentAclGrantsItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentAclGrantsItem.md): DataItemAgentAclGrantsItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentAclRemoveItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentAclRemoveItem.md): DataItemAgentAclRemoveItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolution](ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolution.md): DataItemAgentSourceSolution API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionCurrentSolution](ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionCurrentSolution.md): DataItemAgentSourceSolutionCurrentSolution API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionCurrentSolutionOrgLogo](ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionCurrentSolutionOrgLogo.md): DataItemAgentSourceSolutionCurrentSolutionOrgLogo API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionCurrentSolutionTemplatesItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionCurrentSolutionTemplatesItem.md): DataItemAgentSourceSolutionCurrentSolutionTemplatesItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionCurrentSolutionTemplatesItemDetails](ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionCurrentSolutionTemplatesItemDetails.md): DataItemAgentSourceSolutionCurrentSolutionTemplatesItemDetails API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract](ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract.md): DataItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem.md): DataItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills](ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills.md): DataItemAgentSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionSolution](ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionSolution.md): DataItemAgentSourceSolutionSolution API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionSolutionOrgLogo](ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionSolutionOrgLogo.md): DataItemAgentSourceSolutionSolutionOrgLogo API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionSolutionTemplatesItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionSolutionTemplatesItem.md): DataItemAgentSourceSolutionSolutionTemplatesItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionSolutionTemplatesItemDetails](ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionSolutionTemplatesItemDetails.md): DataItemAgentSourceSolutionSolutionTemplatesItemDetails API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContract](ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContract.md): DataItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContract API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem.md): DataItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills](ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills.md): DataItemAgentSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionTemplate](ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemAgentSourceSolutionTemplate.md): DataItemAgentSourceSolutionTemplate API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemProfilePicture](ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemProfilePicture.md): DataItemProfilePicture API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemUser](ArchAstro.Types.Operations.GetApiV1TeamsTeamMembers.Response.Nested.DataItemUser.md): DataItemUser API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTaskAssignees.Params](ArchAstro.Types.Operations.GetApiV1TeamsTeamTaskAssignees.Params.md): List task assignees for a team query parameters.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTaskAssignees.Response](ArchAstro.Types.Operations.GetApiV1TeamsTeamTaskAssignees.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTaskAssignees.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamTaskAssignees.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTaskAssignees.Response.Nested.DataItemActor](ArchAstro.Types.Operations.GetApiV1TeamsTeamTaskAssignees.Response.Nested.DataItemActor.md): DataItemActor API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTaskAssignees.Response.Nested.DataItemActorProfilePicture](ArchAstro.Types.Operations.GetApiV1TeamsTeamTaskAssignees.Response.Nested.DataItemActorProfilePicture.md): DataItemActorProfilePicture API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasks.Params](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasks.Params.md): List an owner's tasks query parameters.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasks.Response](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasks.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasks.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasks.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasks.Response.Nested.DataItemCreatedByActor](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasks.Response.Nested.DataItemCreatedByActor.md): DataItemCreatedByActor API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasks.Response.Nested.DataItemCreatedByActorProfilePicture](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasks.Response.Nested.DataItemCreatedByActorProfilePicture.md): DataItemCreatedByActorProfilePicture API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasks.Response.Nested.DataItemCurrentLease](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasks.Response.Nested.DataItemCurrentLease.md): DataItemCurrentLease API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasks.Response.Nested.DataItemOwnerActor](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasks.Response.Nested.DataItemOwnerActor.md): DataItemOwnerActor API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasks.Response.Nested.DataItemOwnerActorProfilePicture](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasks.Response.Nested.DataItemOwnerActorProfilePicture.md): DataItemOwnerActorProfilePicture API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksBlockerCycles.Params](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksBlockerCycles.Params.md): List task blocker cycles query parameters.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksBlockerCycles.Response](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksBlockerCycles.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksBlockerCycles.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksBlockerCycles.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksBlockerCycles.Response.Nested.DataItemTasksItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksBlockerCycles.Response.Nested.DataItemTasksItem.md): DataItemTasksItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksBlockerCycles.Response.Nested.DataItemTasksItemCreatedByActor](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksBlockerCycles.Response.Nested.DataItemTasksItemCreatedByActor.md): DataItemTasksItemCreatedByActor API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksBlockerCycles.Response.Nested.DataItemTasksItemCreatedByActorProfilePicture](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksBlockerCycles.Response.Nested.DataItemTasksItemCreatedByActorProfilePicture.md): DataItemTasksItemCreatedByActorProfilePicture API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksBlockerCycles.Response.Nested.DataItemTasksItemCurrentLease](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksBlockerCycles.Response.Nested.DataItemTasksItemCurrentLease.md): DataItemTasksItemCurrentLease API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksBlockerCycles.Response.Nested.DataItemTasksItemOwnerActor](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksBlockerCycles.Response.Nested.DataItemTasksItemOwnerActor.md): DataItemTasksItemOwnerActor API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksBlockerCycles.Response.Nested.DataItemTasksItemOwnerActorProfilePicture](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksBlockerCycles.Response.Nested.DataItemTasksItemOwnerActorProfilePicture.md): DataItemTasksItemOwnerActorProfilePicture API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksMetrics.Params](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksMetrics.Params.md): Get task activity metrics for a team query parameters.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksMetrics.Response](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksMetrics.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksSearch.Params](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksSearch.Params.md): Search an owner's tasks query parameters.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksSearch.Response](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksSearch.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksSearch.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksSearch.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksSearch.Response.Nested.DataItemCreatedByActor](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksSearch.Response.Nested.DataItemCreatedByActor.md): DataItemCreatedByActor API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksSearch.Response.Nested.DataItemCreatedByActorProfilePicture](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksSearch.Response.Nested.DataItemCreatedByActorProfilePicture.md): DataItemCreatedByActorProfilePicture API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksSearch.Response.Nested.DataItemCurrentLease](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksSearch.Response.Nested.DataItemCurrentLease.md): DataItemCurrentLease API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksSearch.Response.Nested.DataItemOwnerActor](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksSearch.Response.Nested.DataItemOwnerActor.md): DataItemOwnerActor API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksSearch.Response.Nested.DataItemOwnerActorProfilePicture](ArchAstro.Types.Operations.GetApiV1TeamsTeamTasksSearch.Response.Nested.DataItemOwnerActorProfilePicture.md): DataItemOwnerActorProfilePicture API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Params](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Params.md): List threads for a team query parameters.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemCreatorVariant2](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemCreatorVariant2.md): DataItemCreatorVariant2 API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParentMessage](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParentMessage.md): DataItemParentMessage API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParentMessageAcl](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParentMessageAcl.md): DataItemParentMessageAcl API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParentMessageAclAddItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParentMessageAclAddItem.md): DataItemParentMessageAclAddItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParentMessageAclGrantsItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParentMessageAclGrantsItem.md): DataItemParentMessageAclGrantsItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParentMessageAclRemoveItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParentMessageAclRemoveItem.md): DataItemParentMessageAclRemoveItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParentMessageActorsItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParentMessageActorsItem.md): DataItemParentMessageActorsItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParentMessageActorsItemProfilePicture](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParentMessageActorsItemProfilePicture.md): DataItemParentMessageActorsItemProfilePicture API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParentMessageAttachmentsItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParentMessageAttachmentsItem.md): DataItemParentMessageAttachmentsItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParentMessageAttachmentsItemImageSource](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParentMessageAttachmentsItemImageSource.md): DataItemParentMessageAttachmentsItemImageSource API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParentMessageAttachmentsItemVariantsItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParentMessageAttachmentsItemVariantsItem.md): DataItemParentMessageAttachmentsItemVariantsItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParentMessageAttachmentsItemVariantsItemImageSource](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParentMessageAttachmentsItemVariantsItemImageSource.md): DataItemParentMessageAttachmentsItemVariantsItemImageSource API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParentMessageReactionsItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParentMessageReactionsItem.md): DataItemParentMessageReactionsItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipantsItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipantsItem.md): DataItemParticipantsItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItem.md): DataItemParticipatingAgentsItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemAcl](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemAcl.md): DataItemParticipatingAgentsItemAcl API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemAclAddItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemAclAddItem.md): DataItemParticipatingAgentsItemAclAddItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemAclGrantsItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemAclGrantsItem.md): DataItemParticipatingAgentsItemAclGrantsItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemAclRemoveItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemAclRemoveItem.md): DataItemParticipatingAgentsItemAclRemoveItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolution](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolution.md): DataItemParticipatingAgentsItemSourceSolution API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolution](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolution.md): DataItemParticipatingAgentsItemSourceSolutionCurrentSolution API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionOrgLogo](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionOrgLogo.md): DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionOrgLogo API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItem.md): DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetails](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetails.md): DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetails API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract.md): DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem.md): DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills.md): DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolution](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolution.md): DataItemParticipatingAgentsItemSourceSolutionSolution API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionOrgLogo](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionOrgLogo.md): DataItemParticipatingAgentsItemSourceSolutionSolutionOrgLogo API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItem.md): DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetails](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetails.md): DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetails API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContract](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContract.md): DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContract API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem.md): DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills.md): DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionTemplate](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionTemplate.md): DataItemParticipatingAgentsItemSourceSolutionTemplate API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemSettings](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreads.Response.Nested.DataItemSettings.md): DataItemSettings API model.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreadsMetrics.Params](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreadsMetrics.Params.md): Get threads-created count for a team query parameters.

- [ArchAstro.Types.Operations.GetApiV1TeamsTeamThreadsMetrics.Response](ArchAstro.Types.Operations.GetApiV1TeamsTeamThreadsMetrics.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1ThreadMessagesMessageReplies.Params](ArchAstro.Types.Operations.GetApiV1ThreadMessagesMessageReplies.Params.md): List replies to a thread message query parameters.

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadAgents.Response](ArchAstro.Types.Operations.GetApiV1ThreadsThreadAgents.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadArtifacts.Response](ArchAstro.Types.Operations.GetApiV1ThreadsThreadArtifacts.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadArtifacts.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1ThreadsThreadArtifacts.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadArtifacts.Response.Nested.DataItemImageSource](ArchAstro.Types.Operations.GetApiV1ThreadsThreadArtifacts.Response.Nested.DataItemImageSource.md): DataItemImageSource API model.

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadMembers.Response](ArchAstro.Types.Operations.GetApiV1ThreadsThreadMembers.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadMembers.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1ThreadsThreadMembers.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadMembers.Response.Nested.DataItemAgent](ArchAstro.Types.Operations.GetApiV1ThreadsThreadMembers.Response.Nested.DataItemAgent.md): DataItemAgent API model.

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadMembers.Response.Nested.DataItemUser](ArchAstro.Types.Operations.GetApiV1ThreadsThreadMembers.Response.Nested.DataItemUser.md): DataItemUser API model.

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Params](ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Params.md): List messages in a thread query parameters.

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Params.Nested.Metadata](ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Params.Nested.Metadata.md): Metadata API model.

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response](ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.Data](ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.Data.md): Data API model.

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.DataMessagesItem](ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.DataMessagesItem.md): DataMessagesItem API model.

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.DataMessagesItemAcl](ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.DataMessagesItemAcl.md): DataMessagesItemAcl API model.

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.DataMessagesItemAclAddItem](ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.DataMessagesItemAclAddItem.md): DataMessagesItemAclAddItem API model.

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.DataMessagesItemAclGrantsItem](ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.DataMessagesItemAclGrantsItem.md): DataMessagesItemAclGrantsItem API model.

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.DataMessagesItemAclRemoveItem](ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.DataMessagesItemAclRemoveItem.md): DataMessagesItemAclRemoveItem API model.

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.DataMessagesItemActorsItem](ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.DataMessagesItemActorsItem.md): DataMessagesItemActorsItem API model.

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.DataMessagesItemActorsItemProfilePicture](ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.DataMessagesItemActorsItemProfilePicture.md): DataMessagesItemActorsItemProfilePicture API model.

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.DataMessagesItemAttachmentsItem](ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.DataMessagesItemAttachmentsItem.md): DataMessagesItemAttachmentsItem API model.

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.DataMessagesItemAttachmentsItemImageSource](ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.DataMessagesItemAttachmentsItemImageSource.md): DataMessagesItemAttachmentsItemImageSource API model.

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.DataMessagesItemAttachmentsItemVariantsItem](ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.DataMessagesItemAttachmentsItemVariantsItem.md): DataMessagesItemAttachmentsItemVariantsItem API model.

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.DataMessagesItemAttachmentsItemVariantsItemImageSource](ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.DataMessagesItemAttachmentsItemVariantsItemImageSource.md): DataMessagesItemAttachmentsItemVariantsItemImageSource API model.

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.DataMessagesItemReactionsItem](ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.DataMessagesItemReactionsItem.md): DataMessagesItemReactionsItem API model.

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadReadStatus.Params](ArchAstro.Types.Operations.GetApiV1ThreadsThreadReadStatus.Params.md): Retrieve a thread's read status query parameters.

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadSearch.Params](ArchAstro.Types.Operations.GetApiV1ThreadsThreadSearch.Params.md): Search messages in a thread query parameters.

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadSearch.Response](ArchAstro.Types.Operations.GetApiV1ThreadsThreadSearch.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadSearch.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1ThreadsThreadSearch.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadSettings.Response](ArchAstro.Types.Operations.GetApiV1ThreadsThreadSettings.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadTrajectories.Params](ArchAstro.Types.Operations.GetApiV1ThreadsThreadTrajectories.Params.md): List trajectories for a thread query parameters.

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadTrajectories.Response](ArchAstro.Types.Operations.GetApiV1ThreadsThreadTrajectories.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1ThreadsThreadTrajectories.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1ThreadsThreadTrajectories.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserArtifacts.Response](ArchAstro.Types.Operations.GetApiV1UsersUserArtifacts.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1UsersUserArtifacts.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1UsersUserArtifacts.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserArtifacts.Response.Nested.DataItemImageSource](ArchAstro.Types.Operations.GetApiV1UsersUserArtifacts.Response.Nested.DataItemImageSource.md): DataItemImageSource API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserOrgs.Response](ArchAstro.Types.Operations.GetApiV1UsersUserOrgs.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1UsersUserOrgs.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1UsersUserOrgs.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserOrgs.Response.Nested.DataItemVendor](ArchAstro.Types.Operations.GetApiV1UsersUserOrgs.Response.Nested.DataItemVendor.md): DataItemVendor API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserOrgs.Response.Nested.DataItemVendorLogo](ArchAstro.Types.Operations.GetApiV1UsersUserOrgs.Response.Nested.DataItemVendorLogo.md): DataItemVendorLogo API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserTasks.Params](ArchAstro.Types.Operations.GetApiV1UsersUserTasks.Params.md): List an owner's tasks query parameters.

- [ArchAstro.Types.Operations.GetApiV1UsersUserTasks.Response](ArchAstro.Types.Operations.GetApiV1UsersUserTasks.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1UsersUserTasks.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1UsersUserTasks.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserTasks.Response.Nested.DataItemCreatedByActor](ArchAstro.Types.Operations.GetApiV1UsersUserTasks.Response.Nested.DataItemCreatedByActor.md): DataItemCreatedByActor API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserTasks.Response.Nested.DataItemCreatedByActorProfilePicture](ArchAstro.Types.Operations.GetApiV1UsersUserTasks.Response.Nested.DataItemCreatedByActorProfilePicture.md): DataItemCreatedByActorProfilePicture API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserTasks.Response.Nested.DataItemCurrentLease](ArchAstro.Types.Operations.GetApiV1UsersUserTasks.Response.Nested.DataItemCurrentLease.md): DataItemCurrentLease API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserTasks.Response.Nested.DataItemOwnerActor](ArchAstro.Types.Operations.GetApiV1UsersUserTasks.Response.Nested.DataItemOwnerActor.md): DataItemOwnerActor API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserTasks.Response.Nested.DataItemOwnerActorProfilePicture](ArchAstro.Types.Operations.GetApiV1UsersUserTasks.Response.Nested.DataItemOwnerActorProfilePicture.md): DataItemOwnerActorProfilePicture API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserTasksBlockerCycles.Params](ArchAstro.Types.Operations.GetApiV1UsersUserTasksBlockerCycles.Params.md): List task blocker cycles query parameters.

- [ArchAstro.Types.Operations.GetApiV1UsersUserTasksBlockerCycles.Response](ArchAstro.Types.Operations.GetApiV1UsersUserTasksBlockerCycles.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1UsersUserTasksBlockerCycles.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1UsersUserTasksBlockerCycles.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserTasksBlockerCycles.Response.Nested.DataItemTasksItem](ArchAstro.Types.Operations.GetApiV1UsersUserTasksBlockerCycles.Response.Nested.DataItemTasksItem.md): DataItemTasksItem API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserTasksBlockerCycles.Response.Nested.DataItemTasksItemCreatedByActor](ArchAstro.Types.Operations.GetApiV1UsersUserTasksBlockerCycles.Response.Nested.DataItemTasksItemCreatedByActor.md): DataItemTasksItemCreatedByActor API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserTasksBlockerCycles.Response.Nested.DataItemTasksItemCreatedByActorProfilePicture](ArchAstro.Types.Operations.GetApiV1UsersUserTasksBlockerCycles.Response.Nested.DataItemTasksItemCreatedByActorProfilePicture.md): DataItemTasksItemCreatedByActorProfilePicture API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserTasksBlockerCycles.Response.Nested.DataItemTasksItemCurrentLease](ArchAstro.Types.Operations.GetApiV1UsersUserTasksBlockerCycles.Response.Nested.DataItemTasksItemCurrentLease.md): DataItemTasksItemCurrentLease API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserTasksBlockerCycles.Response.Nested.DataItemTasksItemOwnerActor](ArchAstro.Types.Operations.GetApiV1UsersUserTasksBlockerCycles.Response.Nested.DataItemTasksItemOwnerActor.md): DataItemTasksItemOwnerActor API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserTasksBlockerCycles.Response.Nested.DataItemTasksItemOwnerActorProfilePicture](ArchAstro.Types.Operations.GetApiV1UsersUserTasksBlockerCycles.Response.Nested.DataItemTasksItemOwnerActorProfilePicture.md): DataItemTasksItemOwnerActorProfilePicture API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserTasksSearch.Params](ArchAstro.Types.Operations.GetApiV1UsersUserTasksSearch.Params.md): Search an owner's tasks query parameters.

- [ArchAstro.Types.Operations.GetApiV1UsersUserTasksSearch.Response](ArchAstro.Types.Operations.GetApiV1UsersUserTasksSearch.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1UsersUserTasksSearch.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1UsersUserTasksSearch.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserTasksSearch.Response.Nested.DataItemCreatedByActor](ArchAstro.Types.Operations.GetApiV1UsersUserTasksSearch.Response.Nested.DataItemCreatedByActor.md): DataItemCreatedByActor API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserTasksSearch.Response.Nested.DataItemCreatedByActorProfilePicture](ArchAstro.Types.Operations.GetApiV1UsersUserTasksSearch.Response.Nested.DataItemCreatedByActorProfilePicture.md): DataItemCreatedByActorProfilePicture API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserTasksSearch.Response.Nested.DataItemCurrentLease](ArchAstro.Types.Operations.GetApiV1UsersUserTasksSearch.Response.Nested.DataItemCurrentLease.md): DataItemCurrentLease API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserTasksSearch.Response.Nested.DataItemOwnerActor](ArchAstro.Types.Operations.GetApiV1UsersUserTasksSearch.Response.Nested.DataItemOwnerActor.md): DataItemOwnerActor API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserTasksSearch.Response.Nested.DataItemOwnerActorProfilePicture](ArchAstro.Types.Operations.GetApiV1UsersUserTasksSearch.Response.Nested.DataItemOwnerActorProfilePicture.md): DataItemOwnerActorProfilePicture API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Params](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Params.md): List threads for a user query parameters.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Params.Nested.FilterItem](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Params.Nested.FilterItem.md): FilterItem API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.md): Successful response

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItem](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItem.md): DataItem API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemCreatorVariant2](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemCreatorVariant2.md): DataItemCreatorVariant2 API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParentMessage](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParentMessage.md): DataItemParentMessage API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParentMessageAcl](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParentMessageAcl.md): DataItemParentMessageAcl API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParentMessageAclAddItem](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParentMessageAclAddItem.md): DataItemParentMessageAclAddItem API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParentMessageAclGrantsItem](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParentMessageAclGrantsItem.md): DataItemParentMessageAclGrantsItem API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParentMessageAclRemoveItem](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParentMessageAclRemoveItem.md): DataItemParentMessageAclRemoveItem API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParentMessageActorsItem](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParentMessageActorsItem.md): DataItemParentMessageActorsItem API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParentMessageActorsItemProfilePicture](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParentMessageActorsItemProfilePicture.md): DataItemParentMessageActorsItemProfilePicture API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParentMessageAttachmentsItem](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParentMessageAttachmentsItem.md): DataItemParentMessageAttachmentsItem API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParentMessageAttachmentsItemImageSource](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParentMessageAttachmentsItemImageSource.md): DataItemParentMessageAttachmentsItemImageSource API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParentMessageAttachmentsItemVariantsItem](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParentMessageAttachmentsItemVariantsItem.md): DataItemParentMessageAttachmentsItemVariantsItem API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParentMessageAttachmentsItemVariantsItemImageSource](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParentMessageAttachmentsItemVariantsItemImageSource.md): DataItemParentMessageAttachmentsItemVariantsItemImageSource API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParentMessageReactionsItem](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParentMessageReactionsItem.md): DataItemParentMessageReactionsItem API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipantsItem](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipantsItem.md): DataItemParticipantsItem API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItem](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItem.md): DataItemParticipatingAgentsItem API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemAcl](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemAcl.md): DataItemParticipatingAgentsItemAcl API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemAclAddItem](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemAclAddItem.md): DataItemParticipatingAgentsItemAclAddItem API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemAclGrantsItem](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemAclGrantsItem.md): DataItemParticipatingAgentsItemAclGrantsItem API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemAclRemoveItem](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemAclRemoveItem.md): DataItemParticipatingAgentsItemAclRemoveItem API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolution](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolution.md): DataItemParticipatingAgentsItemSourceSolution API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolution](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolution.md): DataItemParticipatingAgentsItemSourceSolutionCurrentSolution API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionOrgLogo](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionOrgLogo.md): DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionOrgLogo API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItem](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItem.md): DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItem API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetails](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetails.md): DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetails API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract.md): DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContract API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem.md): DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractParticipantsItem API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills.md): DataItemParticipatingAgentsItemSourceSolutionCurrentSolutionTemplatesItemDetailsInvokeContractPrefills API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolution](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolution.md): DataItemParticipatingAgentsItemSourceSolutionSolution API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionOrgLogo](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionOrgLogo.md): DataItemParticipatingAgentsItemSourceSolutionSolutionOrgLogo API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItem](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItem.md): DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItem API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetails](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetails.md): DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetails API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContract](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContract.md): DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContract API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem.md): DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractParticipantsItem API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills.md): DataItemParticipatingAgentsItemSourceSolutionSolutionTemplatesItemDetailsInvokeContractPrefills API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionTemplate](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemParticipatingAgentsItemSourceSolutionTemplate.md): DataItemParticipatingAgentsItemSourceSolutionTemplate API model.

- [ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemSettings](ArchAstro.Types.Operations.GetApiV1UsersUserThreads.Response.Nested.DataItemSettings.md): DataItemSettings API model.

- [ArchAstro.Types.Operations.GetApiV1WorkItems.Params](ArchAstro.Types.Operations.GetApiV1WorkItems.Params.md): List active workflow work available to the viewer query parameters.

- [ArchAstro.Types.Operations.GetOauthScopes.Response](ArchAstro.Types.Operations.GetOauthScopes.Response.md): Successful response

- [ArchAstro.Types.Operations.PatchApiV1AgentEnvVarsEnvVar.Input](ArchAstro.Types.Operations.PatchApiV1AgentEnvVarsEnvVar.Input.md): Update an agent environment variable

- [ArchAstro.Types.Operations.PatchApiV1AgentRoutinesRoutine.Input](ArchAstro.Types.Operations.PatchApiV1AgentRoutinesRoutine.Input.md): Update a routine

- [ArchAstro.Types.Operations.PatchApiV1AgentRoutinesRoutine.Input.Nested.Acl](ArchAstro.Types.Operations.PatchApiV1AgentRoutinesRoutine.Input.Nested.Acl.md): Acl API model.

- [ArchAstro.Types.Operations.PatchApiV1AgentRoutinesRoutine.Input.Nested.AclAddItem](ArchAstro.Types.Operations.PatchApiV1AgentRoutinesRoutine.Input.Nested.AclAddItem.md): AclAddItem API model.

- [ArchAstro.Types.Operations.PatchApiV1AgentRoutinesRoutine.Input.Nested.AclGrantsItem](ArchAstro.Types.Operations.PatchApiV1AgentRoutinesRoutine.Input.Nested.AclGrantsItem.md): AclGrantsItem API model.

- [ArchAstro.Types.Operations.PatchApiV1AgentRoutinesRoutine.Input.Nested.AclRemoveItem](ArchAstro.Types.Operations.PatchApiV1AgentRoutinesRoutine.Input.Nested.AclRemoveItem.md): AclRemoveItem API model.

- [ArchAstro.Types.Operations.PatchApiV1AgentRoutinesRoutine.Input.Nested.MessagePolicy](ArchAstro.Types.Operations.PatchApiV1AgentRoutinesRoutine.Input.Nested.MessagePolicy.md): MessagePolicy API model.

- [ArchAstro.Types.Operations.PatchApiV1AgentRoutinesRoutine.Input.Nested.PresetConfig](ArchAstro.Types.Operations.PatchApiV1AgentRoutinesRoutine.Input.Nested.PresetConfig.md): PresetConfig API model.

- [ArchAstro.Types.Operations.PatchApiV1AgentRoutinesRoutine.Input.Nested.PresetConfigLlm](ArchAstro.Types.Operations.PatchApiV1AgentRoutinesRoutine.Input.Nested.PresetConfigLlm.md): PresetConfigLlm API model.

- [ArchAstro.Types.Operations.PatchApiV1AgentRoutinesRoutine.Input.Nested.StepsItem](ArchAstro.Types.Operations.PatchApiV1AgentRoutinesRoutine.Input.Nested.StepsItem.md): StepsItem API model.

- [ArchAstro.Types.Operations.PatchApiV1AgentRoutinesRoutine.Input.Nested.StepsItemPresetConfig](ArchAstro.Types.Operations.PatchApiV1AgentRoutinesRoutine.Input.Nested.StepsItemPresetConfig.md): StepsItemPresetConfig API model.

- [ArchAstro.Types.Operations.PatchApiV1AgentRoutinesRoutine.Input.Nested.StepsItemPresetConfigLlm](ArchAstro.Types.Operations.PatchApiV1AgentRoutinesRoutine.Input.Nested.StepsItemPresetConfigLlm.md): StepsItemPresetConfigLlm API model.

- [ArchAstro.Types.Operations.PatchApiV1AgentSessionsAgentSession.Input](ArchAstro.Types.Operations.PatchApiV1AgentSessionsAgentSession.Input.md): Update an agent session

- [ArchAstro.Types.Operations.PatchApiV1AgentSkillsAgentSkill.Input](ArchAstro.Types.Operations.PatchApiV1AgentSkillsAgentSkill.Input.md): Update an agent skill

- [ArchAstro.Types.Operations.PatchApiV1AgentToolsTool.Input](ArchAstro.Types.Operations.PatchApiV1AgentToolsTool.Input.md): Update an agent tool

- [ArchAstro.Types.Operations.PatchApiV1AgentsAgent.Input](ArchAstro.Types.Operations.PatchApiV1AgentsAgent.Input.md): Update an agent

- [ArchAstro.Types.Operations.PatchApiV1AgentsAgent.Input.Nested.Acl](ArchAstro.Types.Operations.PatchApiV1AgentsAgent.Input.Nested.Acl.md): Acl API model.

- [ArchAstro.Types.Operations.PatchApiV1AgentsAgent.Input.Nested.AclAddItem](ArchAstro.Types.Operations.PatchApiV1AgentsAgent.Input.Nested.AclAddItem.md): AclAddItem API model.

- [ArchAstro.Types.Operations.PatchApiV1AgentsAgent.Input.Nested.AclGrantsItem](ArchAstro.Types.Operations.PatchApiV1AgentsAgent.Input.Nested.AclGrantsItem.md): AclGrantsItem API model.

- [ArchAstro.Types.Operations.PatchApiV1AgentsAgent.Input.Nested.AclRemoveItem](ArchAstro.Types.Operations.PatchApiV1AgentsAgent.Input.Nested.AclRemoveItem.md): AclRemoveItem API model.

- [ArchAstro.Types.Operations.PatchApiV1AgentsAgent.Input.Nested.ProfilePicture](ArchAstro.Types.Operations.PatchApiV1AgentsAgent.Input.Nested.ProfilePicture.md): ProfilePicture API model.

- [ArchAstro.Types.Operations.PatchApiV1AgentsAgentAgentWorkingMemoryEntry.Input](ArchAstro.Types.Operations.PatchApiV1AgentsAgentAgentWorkingMemoryEntry.Input.md): Update a working memory entry

- [ArchAstro.Types.Operations.PatchApiV1ConfigConfig.Input](ArchAstro.Types.Operations.PatchApiV1ConfigConfig.Input.md): Update a config

- [ArchAstro.Types.Operations.PatchApiV1FilesFile.Input](ArchAstro.Types.Operations.PatchApiV1FilesFile.Input.md): Update a file

- [ArchAstro.Types.Operations.PatchApiV1KnowledgeDocumentsDocument.Input](ArchAstro.Types.Operations.PatchApiV1KnowledgeDocumentsDocument.Input.md): Update a context document

- [ArchAstro.Types.Operations.PatchApiV1KnowledgeDocumentsDocument.Input.Nested.Content](ArchAstro.Types.Operations.PatchApiV1KnowledgeDocumentsDocument.Input.Nested.Content.md): Content API model.

- [ArchAstro.Types.Operations.PatchApiV1KnowledgeSourcesSource.Input](ArchAstro.Types.Operations.PatchApiV1KnowledgeSourcesSource.Input.md): Update a knowledge source

- [ArchAstro.Types.Operations.PatchApiV1TeamsTeam.Input](ArchAstro.Types.Operations.PatchApiV1TeamsTeam.Input.md): Update a team

- [ArchAstro.Types.Operations.PatchApiV1TeamsTeam.Input.Nested.Acl](ArchAstro.Types.Operations.PatchApiV1TeamsTeam.Input.Nested.Acl.md): Acl API model.

- [ArchAstro.Types.Operations.PatchApiV1TeamsTeam.Input.Nested.AclAddItem](ArchAstro.Types.Operations.PatchApiV1TeamsTeam.Input.Nested.AclAddItem.md): AclAddItem API model.

- [ArchAstro.Types.Operations.PatchApiV1TeamsTeam.Input.Nested.AclGrantsItem](ArchAstro.Types.Operations.PatchApiV1TeamsTeam.Input.Nested.AclGrantsItem.md): AclGrantsItem API model.

- [ArchAstro.Types.Operations.PatchApiV1TeamsTeam.Input.Nested.AclRemoveItem](ArchAstro.Types.Operations.PatchApiV1TeamsTeam.Input.Nested.AclRemoveItem.md): AclRemoveItem API model.

- [ArchAstro.Types.Operations.PatchApiV1TeamsTeam.Input.Nested.ProfilePicture](ArchAstro.Types.Operations.PatchApiV1TeamsTeam.Input.Nested.ProfilePicture.md): ProfilePicture API model.

- [ArchAstro.Types.Operations.PatchApiV1TeamsTeamMembersUser.Input](ArchAstro.Types.Operations.PatchApiV1TeamsTeamMembersUser.Input.md): Update a team member's role

- [ArchAstro.Types.Operations.PostApiV1AgentComputersComputerExec.Input](ArchAstro.Types.Operations.PostApiV1AgentComputersComputerExec.Input.md): Execute a command on a computer

- [ArchAstro.Types.Operations.PostApiV1AgentInstallationsInstallationInstallationSources.Input](ArchAstro.Types.Operations.PostApiV1AgentInstallationsInstallationInstallationSources.Input.md): Add a source to an installation

- [ArchAstro.Types.Operations.PostApiV1AgentInstallationsInstallationSuspend.Input](ArchAstro.Types.Operations.PostApiV1AgentInstallationsInstallationSuspend.Input.md): Suspend an installation

- [ArchAstro.Types.Operations.PostApiV1AgentRoutinesRoutineInvoke.Input](ArchAstro.Types.Operations.PostApiV1AgentRoutinesRoutineInvoke.Input.md): Invoke a routine

- [ArchAstro.Types.Operations.PostApiV1AgentRoutinesRoutineInvoke.Input.Nested.Delivery](ArchAstro.Types.Operations.PostApiV1AgentRoutinesRoutineInvoke.Input.Nested.Delivery.md): Delivery API model.

- [ArchAstro.Types.Operations.PostApiV1AgentSessions.Input](ArchAstro.Types.Operations.PostApiV1AgentSessions.Input.md): Create an agent session

- [ArchAstro.Types.Operations.PostApiV1AgentSessionsAgentSessionMessage.Input](ArchAstro.Types.Operations.PostApiV1AgentSessionsAgentSessionMessage.Input.md): Send a message to an agent session

- [ArchAstro.Types.Operations.PostApiV1AgentSkills.Input](ArchAstro.Types.Operations.PostApiV1AgentSkills.Input.md): Enable a skill on an agent

- [ArchAstro.Types.Operations.PostApiV1Agents.Input](ArchAstro.Types.Operations.PostApiV1Agents.Input.md): Create an agent

- [ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.Acl](ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.Acl.md): Acl API model.

- [ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.AclAddItem](ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.AclAddItem.md): AclAddItem API model.

- [ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.AclGrantsItem](ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.AclGrantsItem.md): AclGrantsItem API model.

- [ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.AclRemoveItem](ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.AclRemoveItem.md): AclRemoveItem API model.

- [ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.ProfilePicture](ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.ProfilePicture.md): ProfilePicture API model.

- [ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.TemplateBundle](ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.TemplateBundle.md): TemplateBundle API model.

- [ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.TemplateBundleConfigsItem](ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.TemplateBundleConfigsItem.md): TemplateBundleConfigsItem API model.

- [ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.TemplateBundleSetupActionsItem](ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.TemplateBundleSetupActionsItem.md): TemplateBundleSetupActionsItem API model.

- [ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.TemplateBundleSkillsItem](ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.TemplateBundleSkillsItem.md): TemplateBundleSkillsItem API model.

- [ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.TemplateBundleSkillsItemFilesItem](ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.TemplateBundleSkillsItemFilesItem.md): TemplateBundleSkillsItemFilesItem API model.

- [ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.TemplateBundleTemplate](ArchAstro.Types.Operations.PostApiV1Agents.Input.Nested.TemplateBundleTemplate.md): TemplateBundleTemplate API model.

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentComputers.Input](ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentComputers.Input.md): Provision a computer for an agent

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentEnvVars.Input](ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentEnvVars.Input.md): Create an agent environment variable

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentInstallations.Input](ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentInstallations.Input.md): Create an installation

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentInstallations.Input.Nested.Integration](ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentInstallations.Input.Nested.Integration.md): Integration API model.

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input](ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.md): Create a routine

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.Acl](ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.Acl.md): Acl API model.

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.AclAddItem](ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.AclAddItem.md): AclAddItem API model.

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.AclGrantsItem](ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.AclGrantsItem.md): AclGrantsItem API model.

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.AclRemoveItem](ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.AclRemoveItem.md): AclRemoveItem API model.

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.MessagePolicy](ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.MessagePolicy.md): MessagePolicy API model.

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.PresetConfig](ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.PresetConfig.md): PresetConfig API model.

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.PresetConfigLlm](ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.PresetConfigLlm.md): PresetConfigLlm API model.

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.StepsItem](ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.StepsItem.md): StepsItem API model.

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.StepsItemPresetConfig](ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.StepsItemPresetConfig.md): StepsItemPresetConfig API model.

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.StepsItemPresetConfigLlm](ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentRoutines.Input.Nested.StepsItemPresetConfigLlm.md): StepsItemPresetConfigLlm API model.

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentTools.Input](ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentTools.Input.md): Create an agent tool

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentSearch.Input](ArchAstro.Types.Operations.PostApiV1AgentsAgentSearch.Input.md): Search an agent's knowledge base

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentSearch.Response](ArchAstro.Types.Operations.PostApiV1AgentsAgentSearch.Response.md): Successful response

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentSearch.Response.Nested.DataItemVariant1](ArchAstro.Types.Operations.PostApiV1AgentsAgentSearch.Response.Nested.DataItemVariant1.md): DataItemVariant1 API model.

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentSearch.Response.Nested.DataItemVariant2](ArchAstro.Types.Operations.PostApiV1AgentsAgentSearch.Response.Nested.DataItemVariant2.md): DataItemVariant2 API model.

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentThreads.Input](ArchAstro.Types.Operations.PostApiV1AgentsAgentThreads.Input.md): Create a thread for an agent

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentThreads.Input.Nested.Thread](ArchAstro.Types.Operations.PostApiV1AgentsAgentThreads.Input.Nested.Thread.md): Thread API model.

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentThreads.Input.Nested.ThreadMembersItem](ArchAstro.Types.Operations.PostApiV1AgentsAgentThreads.Input.Nested.ThreadMembersItem.md): ThreadMembersItem API model.

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentThreads.Input.Nested.ThreadProfilePicture](ArchAstro.Types.Operations.PostApiV1AgentsAgentThreads.Input.Nested.ThreadProfilePicture.md): ThreadProfilePicture API model.

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentThreads.Input.Nested.ThreadSettings](ArchAstro.Types.Operations.PostApiV1AgentsAgentThreads.Input.Nested.ThreadSettings.md): ThreadSettings API model.

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentUpgrade.Input](ArchAstro.Types.Operations.PostApiV1AgentsAgentUpgrade.Input.md): Upgrade an agent from an AgentTemplate

- [ArchAstro.Types.Operations.PostApiV1AgentsAgentWorkItemsClaim.Input](ArchAstro.Types.Operations.PostApiV1AgentsAgentWorkItemsClaim.Input.md): Claim or resume workflow work for an agent

- [ArchAstro.Types.Operations.PostApiV1AiChatCompletions.Input](ArchAstro.Types.Operations.PostApiV1AiChatCompletions.Input.md): Create a chat completion

- [ArchAstro.Types.Operations.PostApiV1AiChatCompletions.Input.Nested.MessagesItem](ArchAstro.Types.Operations.PostApiV1AiChatCompletions.Input.Nested.MessagesItem.md): MessagesItem API model.

- [ArchAstro.Types.Operations.PostApiV1AiChatCompletions.Input.Nested.MessagesItemToolCallsItem](ArchAstro.Types.Operations.PostApiV1AiChatCompletions.Input.Nested.MessagesItemToolCallsItem.md): MessagesItemToolCallsItem API model.

- [ArchAstro.Types.Operations.PostApiV1AiChatCompletions.Input.Nested.MessagesItemToolResultsItem](ArchAstro.Types.Operations.PostApiV1AiChatCompletions.Input.Nested.MessagesItemToolResultsItem.md): MessagesItemToolResultsItem API model.

- [ArchAstro.Types.Operations.PostApiV1AiChatCompletions.Input.Nested.Opts](ArchAstro.Types.Operations.PostApiV1AiChatCompletions.Input.Nested.Opts.md): Opts API model.

- [ArchAstro.Types.Operations.PostApiV1AiChatCompletions.Input.Nested.OptsToolsItem](ArchAstro.Types.Operations.PostApiV1AiChatCompletions.Input.Nested.OptsToolsItem.md): OptsToolsItem API model.

- [ArchAstro.Types.Operations.PostApiV1AiChatCompletions.Input.Nested.OptsToolsItemFunction](ArchAstro.Types.Operations.PostApiV1AiChatCompletions.Input.Nested.OptsToolsItemFunction.md): OptsToolsItemFunction API model.

- [ArchAstro.Types.Operations.PostApiV1AiChatCompletionsStream.Input](ArchAstro.Types.Operations.PostApiV1AiChatCompletionsStream.Input.md): Stream a chat completion

- [ArchAstro.Types.Operations.PostApiV1AiChatCompletionsStream.Input.Nested.MessagesItem](ArchAstro.Types.Operations.PostApiV1AiChatCompletionsStream.Input.Nested.MessagesItem.md): MessagesItem API model.

- [ArchAstro.Types.Operations.PostApiV1AiChatCompletionsStream.Input.Nested.MessagesItemToolCallsItem](ArchAstro.Types.Operations.PostApiV1AiChatCompletionsStream.Input.Nested.MessagesItemToolCallsItem.md): MessagesItemToolCallsItem API model.

- [ArchAstro.Types.Operations.PostApiV1AiChatCompletionsStream.Input.Nested.MessagesItemToolResultsItem](ArchAstro.Types.Operations.PostApiV1AiChatCompletionsStream.Input.Nested.MessagesItemToolResultsItem.md): MessagesItemToolResultsItem API model.

- [ArchAstro.Types.Operations.PostApiV1AiChatCompletionsStream.Input.Nested.Opts](ArchAstro.Types.Operations.PostApiV1AiChatCompletionsStream.Input.Nested.Opts.md): Opts API model.

- [ArchAstro.Types.Operations.PostApiV1AiChatCompletionsStream.Input.Nested.OptsToolsItem](ArchAstro.Types.Operations.PostApiV1AiChatCompletionsStream.Input.Nested.OptsToolsItem.md): OptsToolsItem API model.

- [ArchAstro.Types.Operations.PostApiV1AiChatCompletionsStream.Input.Nested.OptsToolsItemFunction](ArchAstro.Types.Operations.PostApiV1AiChatCompletionsStream.Input.Nested.OptsToolsItemFunction.md): OptsToolsItemFunction API model.

- [ArchAstro.Types.Operations.PostApiV1AiChatCompletionsStream.StreamEvent](ArchAstro.Types.Operations.PostApiV1AiChatCompletionsStream.StreamEvent.md): Stream a chat completion server-sent events.

- [ArchAstro.Types.Operations.PostApiV1AiEmbeddingSimilarityComparison.Input](ArchAstro.Types.Operations.PostApiV1AiEmbeddingSimilarityComparison.Input.md): Compare the embedding similarity of two texts

- [ArchAstro.Types.Operations.PostApiV1AiEmbeddingSimilarityComparison.Response](ArchAstro.Types.Operations.PostApiV1AiEmbeddingSimilarityComparison.Response.md): Successful response

- [ArchAstro.Types.Operations.PostApiV1AiImageEdits.Input](ArchAstro.Types.Operations.PostApiV1AiImageEdits.Input.md): Edit an image with a text prompt

- [ArchAstro.Types.Operations.PostApiV1AiImageEdits.Input.Nested.ImagesItem](ArchAstro.Types.Operations.PostApiV1AiImageEdits.Input.Nested.ImagesItem.md): ImagesItem API model.

- [ArchAstro.Types.Operations.PostApiV1AiImageGenerations.Input](ArchAstro.Types.Operations.PostApiV1AiImageGenerations.Input.md): Generate an image from a text prompt

- [ArchAstro.Types.Operations.PostApiV1AuthLogin.AuthInput](ArchAstro.Types.Operations.PostApiV1AuthLogin.AuthInput.md): Authenticate with email and password

- [ArchAstro.Types.Operations.PostApiV1AuthLoginLink.AuthInput](ArchAstro.Types.Operations.PostApiV1AuthLoginLink.AuthInput.md): Request a magic link for login

- [ArchAstro.Types.Operations.PostApiV1AuthRefresh.AuthInput](ArchAstro.Types.Operations.PostApiV1AuthRefresh.AuthInput.md): Refresh an access token

- [ArchAstro.Types.Operations.PostApiV1AuthRegister.AuthInput](ArchAstro.Types.Operations.PostApiV1AuthRegister.AuthInput.md): Register a new user with email and password

- [ArchAstro.Types.Operations.PostApiV1AuthRegisterLink.AuthInput](ArchAstro.Types.Operations.PostApiV1AuthRegisterLink.AuthInput.md): Request a magic link for registration

- [ArchAstro.Types.Operations.PostApiV1AuthRequestLink.AuthInput](ArchAstro.Types.Operations.PostApiV1AuthRequestLink.AuthInput.md): Request a magic link for login or registration

- [ArchAstro.Types.Operations.PostApiV1AuthToken.AuthInput](ArchAstro.Types.Operations.PostApiV1AuthToken.AuthInput.md): Exchange a one-time login token for session tokens

- [ArchAstro.Types.Operations.PostApiV1AuthVerifyLink.AuthInput](ArchAstro.Types.Operations.PostApiV1AuthVerifyLink.AuthInput.md): Verify a magic link token

- [ArchAstro.Types.Operations.PostApiV1AutomationsAutomationInvoke.Input](ArchAstro.Types.Operations.PostApiV1AutomationsAutomationInvoke.Input.md): Invoke an automation

- [ArchAstro.Types.Operations.PostApiV1BugReports.Input](ArchAstro.Types.Operations.PostApiV1BugReports.Input.md): Submit a bug report

- [ArchAstro.Types.Operations.PostApiV1Config.Input](ArchAstro.Types.Operations.PostApiV1Config.Input.md): Create a config

- [ArchAstro.Types.Operations.PostApiV1ConfigConfigArchive.Input](ArchAstro.Types.Operations.PostApiV1ConfigConfigArchive.Input.md): Archive a config

- [ArchAstro.Types.Operations.PostApiV1ConfigConfigChangeOwner.Input](ArchAstro.Types.Operations.PostApiV1ConfigConfigChangeOwner.Input.md): Transfer ownership of a config

- [ArchAstro.Types.Operations.PostApiV1ConfigConfigUnarchive.Input](ArchAstro.Types.Operations.PostApiV1ConfigConfigUnarchive.Input.md): Unarchive a config

- [ArchAstro.Types.Operations.PostApiV1ConfigEncryptSecret.Input](ArchAstro.Types.Operations.PostApiV1ConfigEncryptSecret.Input.md): Encrypt a secret for use in a config

- [ArchAstro.Types.Operations.PostApiV1ConfigEncryptSecret.Response](ArchAstro.Types.Operations.PostApiV1ConfigEncryptSecret.Response.md): Successful response

- [ArchAstro.Types.Operations.PostApiV1ConfigSystemSystemClone.Input](ArchAstro.Types.Operations.PostApiV1ConfigSystemSystemClone.Input.md): Clone a system config

- [ArchAstro.Types.Operations.PostApiV1ConfigValidate.Input](ArchAstro.Types.Operations.PostApiV1ConfigValidate.Input.md): Validate config content

- [ArchAstro.Types.Operations.PostApiV1CustomObjects.Input](ArchAstro.Types.Operations.PostApiV1CustomObjects.Input.md): Create a custom object

- [ArchAstro.Types.Operations.PostApiV1CustomObjects.Input.Nested.Acl](ArchAstro.Types.Operations.PostApiV1CustomObjects.Input.Nested.Acl.md): Acl API model.

- [ArchAstro.Types.Operations.PostApiV1CustomObjects.Input.Nested.AclAddItem](ArchAstro.Types.Operations.PostApiV1CustomObjects.Input.Nested.AclAddItem.md): AclAddItem API model.

- [ArchAstro.Types.Operations.PostApiV1CustomObjects.Input.Nested.AclGrantsItem](ArchAstro.Types.Operations.PostApiV1CustomObjects.Input.Nested.AclGrantsItem.md): AclGrantsItem API model.

- [ArchAstro.Types.Operations.PostApiV1CustomObjects.Input.Nested.AclRemoveItem](ArchAstro.Types.Operations.PostApiV1CustomObjects.Input.Nested.AclRemoveItem.md): AclRemoveItem API model.

- [ArchAstro.Types.Operations.PostApiV1Extractions.Input](ArchAstro.Types.Operations.PostApiV1Extractions.Input.md): Start an extraction

- [ArchAstro.Types.Operations.PostApiV1Files.Input](ArchAstro.Types.Operations.PostApiV1Files.Input.md): Upload a file

- [ArchAstro.Types.Operations.PostApiV1Files.Input.Nested.Acl](ArchAstro.Types.Operations.PostApiV1Files.Input.Nested.Acl.md): Acl API model.

- [ArchAstro.Types.Operations.PostApiV1Files.Input.Nested.AclAddItem](ArchAstro.Types.Operations.PostApiV1Files.Input.Nested.AclAddItem.md): AclAddItem API model.

- [ArchAstro.Types.Operations.PostApiV1Files.Input.Nested.AclGrantsItem](ArchAstro.Types.Operations.PostApiV1Files.Input.Nested.AclGrantsItem.md): AclGrantsItem API model.

- [ArchAstro.Types.Operations.PostApiV1Files.Input.Nested.AclRemoveItem](ArchAstro.Types.Operations.PostApiV1Files.Input.Nested.AclRemoveItem.md): AclRemoveItem API model.

- [ArchAstro.Types.Operations.PostApiV1InvitesAccept.Input](ArchAstro.Types.Operations.PostApiV1InvitesAccept.Input.md): Accept an invite

- [ArchAstro.Types.Operations.PostApiV1KnowledgeSources.Input](ArchAstro.Types.Operations.PostApiV1KnowledgeSources.Input.md): Create a knowledge source

- [ArchAstro.Types.Operations.PostApiV1KnowledgeSourcesSourceIngest.Input](ArchAstro.Types.Operations.PostApiV1KnowledgeSourcesSourceIngest.Input.md): Trigger ingestion on a knowledge source

- [ArchAstro.Types.Operations.PostApiV1KnowledgeSourcesSourceIngest.Input.Nested.Content](ArchAstro.Types.Operations.PostApiV1KnowledgeSourcesSourceIngest.Input.Nested.Content.md): Content API model.

- [ArchAstro.Types.Operations.PostApiV1Kv.Input](ArchAstro.Types.Operations.PostApiV1Kv.Input.md): Create a key-value storage entry

- [ArchAstro.Types.Operations.PostApiV1NotificationsSend.Input](ArchAstro.Types.Operations.PostApiV1NotificationsSend.Input.md): Send a custom notification to a user

- [ArchAstro.Types.Operations.PostApiV1PrivateServiceEnrollments.Input](ArchAstro.Types.Operations.PostApiV1PrivateServiceEnrollments.Input.md): Create a private service enrollment

- [ArchAstro.Types.Operations.PostApiV1PrivateServices.Input](ArchAstro.Types.Operations.PostApiV1PrivateServices.Input.md): Create a private service

- [ArchAstro.Types.Operations.PostApiV1PrivateServices.Input.Nested.FunctionsItem](ArchAstro.Types.Operations.PostApiV1PrivateServices.Input.Nested.FunctionsItem.md): FunctionsItem API model.

- [ArchAstro.Types.Operations.PostApiV1Sandboxes.Input](ArchAstro.Types.Operations.PostApiV1Sandboxes.Input.md): Create a sandbox

- [ArchAstro.Types.Operations.PostApiV1SandboxesSandboxKeys.Input](ArchAstro.Types.Operations.PostApiV1SandboxesSandboxKeys.Input.md): Create a sandbox key

- [ArchAstro.Types.Operations.PostApiV1SlackChannelBindings.Input](ArchAstro.Types.Operations.PostApiV1SlackChannelBindings.Input.md): Create or update a Slack channel binding

- [ArchAstro.Types.Operations.PostApiV1SlackChannelBindingsChannelDepositThread.Input](ArchAstro.Types.Operations.PostApiV1SlackChannelBindingsChannelDepositThread.Input.md): Point a Slack channel's deposit pipe at a staging thread, or turn it off

- [ArchAstro.Types.Operations.PostApiV1SlackChannelBindingsProvision.Input](ArchAstro.Types.Operations.PostApiV1SlackChannelBindingsProvision.Input.md): Start adding a customer over Slack Connect

- [ArchAstro.Types.Operations.PostApiV1Solutions.Input](ArchAstro.Types.Operations.PostApiV1Solutions.Input.md): Import a Solution into the library

- [ArchAstro.Types.Operations.PostApiV1Solutions.Input.Nested.SolutionBundle](ArchAstro.Types.Operations.PostApiV1Solutions.Input.Nested.SolutionBundle.md): SolutionBundle API model.

- [ArchAstro.Types.Operations.PostApiV1Solutions.Input.Nested.SolutionBundleConfigsItem](ArchAstro.Types.Operations.PostApiV1Solutions.Input.Nested.SolutionBundleConfigsItem.md): SolutionBundleConfigsItem API model.

- [ArchAstro.Types.Operations.PostApiV1Solutions.Input.Nested.SolutionBundleSetupActionsItem](ArchAstro.Types.Operations.PostApiV1Solutions.Input.Nested.SolutionBundleSetupActionsItem.md): SolutionBundleSetupActionsItem API model.

- [ArchAstro.Types.Operations.PostApiV1Solutions.Input.Nested.SolutionBundleSkillsItem](ArchAstro.Types.Operations.PostApiV1Solutions.Input.Nested.SolutionBundleSkillsItem.md): SolutionBundleSkillsItem API model.

- [ArchAstro.Types.Operations.PostApiV1Solutions.Input.Nested.SolutionBundleSkillsItemFilesItem](ArchAstro.Types.Operations.PostApiV1Solutions.Input.Nested.SolutionBundleSkillsItemFilesItem.md): SolutionBundleSkillsItemFilesItem API model.

- [ArchAstro.Types.Operations.PostApiV1Solutions.Input.Nested.SolutionBundleSolution](ArchAstro.Types.Operations.PostApiV1Solutions.Input.Nested.SolutionBundleSolution.md): SolutionBundleSolution API model.

- [ArchAstro.Types.Operations.PostApiV1Solutions.Input.Nested.SolutionBundleSolutionFilesItem](ArchAstro.Types.Operations.PostApiV1Solutions.Input.Nested.SolutionBundleSolutionFilesItem.md): SolutionBundleSolutionFilesItem API model.

- [ArchAstro.Types.Operations.PostApiV1Solutions.Input.Nested.SolutionBundleTemplate](ArchAstro.Types.Operations.PostApiV1Solutions.Input.Nested.SolutionBundleTemplate.md): SolutionBundleTemplate API model.

- [ArchAstro.Types.Operations.PostApiV1Solutions.Input.Nested.SolutionBundleTemplatesItem](ArchAstro.Types.Operations.PostApiV1Solutions.Input.Nested.SolutionBundleTemplatesItem.md): SolutionBundleTemplatesItem API model.

- [ArchAstro.Types.Operations.PostApiV1SolutionsSolutionInstall.Input](ArchAstro.Types.Operations.PostApiV1SolutionsSolutionInstall.Input.md): Install a Solution

- [ArchAstro.Types.Operations.PostApiV1SolutionsSolutionInstall.Input.Nested.Acl](ArchAstro.Types.Operations.PostApiV1SolutionsSolutionInstall.Input.Nested.Acl.md): Acl API model.

- [ArchAstro.Types.Operations.PostApiV1SolutionsSolutionInstall.Input.Nested.AclAddItem](ArchAstro.Types.Operations.PostApiV1SolutionsSolutionInstall.Input.Nested.AclAddItem.md): AclAddItem API model.

- [ArchAstro.Types.Operations.PostApiV1SolutionsSolutionInstall.Input.Nested.AclGrantsItem](ArchAstro.Types.Operations.PostApiV1SolutionsSolutionInstall.Input.Nested.AclGrantsItem.md): AclGrantsItem API model.

- [ArchAstro.Types.Operations.PostApiV1SolutionsSolutionInstall.Input.Nested.AclRemoveItem](ArchAstro.Types.Operations.PostApiV1SolutionsSolutionInstall.Input.Nested.AclRemoveItem.md): AclRemoveItem API model.

- [ArchAstro.Types.Operations.PostApiV1SolutionsSolutionInstall.Input.Nested.Details](ArchAstro.Types.Operations.PostApiV1SolutionsSolutionInstall.Input.Nested.Details.md): Details API model.

- [ArchAstro.Types.Operations.PostApiV1SolutionsSolutionInstall.Input.Nested.DetailsPrefills](ArchAstro.Types.Operations.PostApiV1SolutionsSolutionInstall.Input.Nested.DetailsPrefills.md): DetailsPrefills API model.

- [ArchAstro.Types.Operations.PostApiV1SolutionsSolutionUpgrade.Input](ArchAstro.Types.Operations.PostApiV1SolutionsSolutionUpgrade.Input.md): Upgrade an installed Solution

- [ArchAstro.Types.Operations.PostApiV1SolutionsSolutionUpgrade.Input.Nested.SolutionBundle](ArchAstro.Types.Operations.PostApiV1SolutionsSolutionUpgrade.Input.Nested.SolutionBundle.md): SolutionBundle API model.

- [ArchAstro.Types.Operations.PostApiV1SolutionsSolutionUpgrade.Input.Nested.SolutionBundleConfigsItem](ArchAstro.Types.Operations.PostApiV1SolutionsSolutionUpgrade.Input.Nested.SolutionBundleConfigsItem.md): SolutionBundleConfigsItem API model.

- [ArchAstro.Types.Operations.PostApiV1SolutionsSolutionUpgrade.Input.Nested.SolutionBundleSetupActionsItem](ArchAstro.Types.Operations.PostApiV1SolutionsSolutionUpgrade.Input.Nested.SolutionBundleSetupActionsItem.md): SolutionBundleSetupActionsItem API model.

- [ArchAstro.Types.Operations.PostApiV1SolutionsSolutionUpgrade.Input.Nested.SolutionBundleSkillsItem](ArchAstro.Types.Operations.PostApiV1SolutionsSolutionUpgrade.Input.Nested.SolutionBundleSkillsItem.md): SolutionBundleSkillsItem API model.

- [ArchAstro.Types.Operations.PostApiV1SolutionsSolutionUpgrade.Input.Nested.SolutionBundleSkillsItemFilesItem](ArchAstro.Types.Operations.PostApiV1SolutionsSolutionUpgrade.Input.Nested.SolutionBundleSkillsItemFilesItem.md): SolutionBundleSkillsItemFilesItem API model.

- [ArchAstro.Types.Operations.PostApiV1SolutionsSolutionUpgrade.Input.Nested.SolutionBundleSolution](ArchAstro.Types.Operations.PostApiV1SolutionsSolutionUpgrade.Input.Nested.SolutionBundleSolution.md): SolutionBundleSolution API model.

- [ArchAstro.Types.Operations.PostApiV1SolutionsSolutionUpgrade.Input.Nested.SolutionBundleSolutionFilesItem](ArchAstro.Types.Operations.PostApiV1SolutionsSolutionUpgrade.Input.Nested.SolutionBundleSolutionFilesItem.md): SolutionBundleSolutionFilesItem API model.

- [ArchAstro.Types.Operations.PostApiV1SolutionsSolutionUpgrade.Input.Nested.SolutionBundleTemplate](ArchAstro.Types.Operations.PostApiV1SolutionsSolutionUpgrade.Input.Nested.SolutionBundleTemplate.md): SolutionBundleTemplate API model.

- [ArchAstro.Types.Operations.PostApiV1SolutionsSolutionUpgrade.Input.Nested.SolutionBundleTemplatesItem](ArchAstro.Types.Operations.PostApiV1SolutionsSolutionUpgrade.Input.Nested.SolutionBundleTemplatesItem.md): SolutionBundleTemplatesItem API model.

- [ArchAstro.Types.Operations.PostApiV1SolutionsSolutionView.Input](ArchAstro.Types.Operations.PostApiV1SolutionsSolutionView.Input.md): Track a Solution detail-page view

- [ArchAstro.Types.Operations.PostApiV1TasksTaskBlockers.Input](ArchAstro.Types.Operations.PostApiV1TasksTaskBlockers.Input.md): Mark a task as blocked by another task

- [ArchAstro.Types.Operations.PostApiV1TasksTaskComments.Input](ArchAstro.Types.Operations.PostApiV1TasksTaskComments.Input.md): Create a comment on a task

- [ArchAstro.Types.Operations.PostApiV1TasksTaskComments.Input.Nested.Comment](ArchAstro.Types.Operations.PostApiV1TasksTaskComments.Input.Nested.Comment.md): Comment API model.

- [ArchAstro.Types.Operations.PostApiV1TasksTaskLease.Input](ArchAstro.Types.Operations.PostApiV1TasksTaskLease.Input.md): Claim a task for a coding session

- [ArchAstro.Types.Operations.PostApiV1TasksTaskLeaseRenew.Input](ArchAstro.Types.Operations.PostApiV1TasksTaskLeaseRenew.Input.md): Renew a task session lease

- [ArchAstro.Types.Operations.PostApiV1Teams.Input](ArchAstro.Types.Operations.PostApiV1Teams.Input.md): Create a team

- [ArchAstro.Types.Operations.PostApiV1Teams.Input.Nested.Acl](ArchAstro.Types.Operations.PostApiV1Teams.Input.Nested.Acl.md): Acl API model.

- [ArchAstro.Types.Operations.PostApiV1Teams.Input.Nested.AclAddItem](ArchAstro.Types.Operations.PostApiV1Teams.Input.Nested.AclAddItem.md): AclAddItem API model.

- [ArchAstro.Types.Operations.PostApiV1Teams.Input.Nested.AclGrantsItem](ArchAstro.Types.Operations.PostApiV1Teams.Input.Nested.AclGrantsItem.md): AclGrantsItem API model.

- [ArchAstro.Types.Operations.PostApiV1Teams.Input.Nested.AclRemoveItem](ArchAstro.Types.Operations.PostApiV1Teams.Input.Nested.AclRemoveItem.md): AclRemoveItem API model.

- [ArchAstro.Types.Operations.PostApiV1TeamsJoinByCode.Input](ArchAstro.Types.Operations.PostApiV1TeamsJoinByCode.Input.md): Join a team with an invite code

- [ArchAstro.Types.Operations.PostApiV1TeamsTeamCustomObjects.Input](ArchAstro.Types.Operations.PostApiV1TeamsTeamCustomObjects.Input.md): Create a team custom object

- [ArchAstro.Types.Operations.PostApiV1TeamsTeamInvites.Response](ArchAstro.Types.Operations.PostApiV1TeamsTeamInvites.Response.md): Successful response

- [ArchAstro.Types.Operations.PostApiV1TeamsTeamJoin.Input](ArchAstro.Types.Operations.PostApiV1TeamsTeamJoin.Input.md): Join a team

- [ArchAstro.Types.Operations.PostApiV1TeamsTeamMembers.Input](ArchAstro.Types.Operations.PostApiV1TeamsTeamMembers.Input.md): Add a member to a team

- [ArchAstro.Types.Operations.PostApiV1TeamsTeamTasks.Input](ArchAstro.Types.Operations.PostApiV1TeamsTeamTasks.Input.md): Create a task for an owner

- [ArchAstro.Types.Operations.PostApiV1TeamsTeamTasks.Input.Nested.Task](ArchAstro.Types.Operations.PostApiV1TeamsTeamTasks.Input.Nested.Task.md): Task API model.

- [ArchAstro.Types.Operations.PostApiV1TeamsTeamThreads.Input](ArchAstro.Types.Operations.PostApiV1TeamsTeamThreads.Input.md): Create a thread for a team

- [ArchAstro.Types.Operations.PostApiV1TeamsTeamThreads.Input.Nested.Thread](ArchAstro.Types.Operations.PostApiV1TeamsTeamThreads.Input.Nested.Thread.md): Thread API model.

- [ArchAstro.Types.Operations.PostApiV1TeamsTeamThreads.Input.Nested.ThreadMembersItem](ArchAstro.Types.Operations.PostApiV1TeamsTeamThreads.Input.Nested.ThreadMembersItem.md): ThreadMembersItem API model.

- [ArchAstro.Types.Operations.PostApiV1TeamsTeamThreads.Input.Nested.ThreadProfilePicture](ArchAstro.Types.Operations.PostApiV1TeamsTeamThreads.Input.Nested.ThreadProfilePicture.md): ThreadProfilePicture API model.

- [ArchAstro.Types.Operations.PostApiV1TeamsTeamThreads.Input.Nested.ThreadSettings](ArchAstro.Types.Operations.PostApiV1TeamsTeamThreads.Input.Nested.ThreadSettings.md): ThreadSettings API model.

- [ArchAstro.Types.Operations.PostApiV1ThreadMessagesMessageReactions.Input](ArchAstro.Types.Operations.PostApiV1ThreadMessagesMessageReactions.Input.md): Add a reaction to a thread message

- [ArchAstro.Types.Operations.PostApiV1ThreadMessagesMessageReactions.Response](ArchAstro.Types.Operations.PostApiV1ThreadMessagesMessageReactions.Response.md): Successful response

- [ArchAstro.Types.Operations.PostApiV1ThreadMessagesMessageReactions.Response.Nested.Data](ArchAstro.Types.Operations.PostApiV1ThreadMessagesMessageReactions.Response.Nested.Data.md): Data API model.

- [ArchAstro.Types.Operations.PostApiV1ThreadsThreadMarkRead.Input](ArchAstro.Types.Operations.PostApiV1ThreadsThreadMarkRead.Input.md): Mark a thread as read

- [ArchAstro.Types.Operations.PostApiV1ThreadsThreadMembers.Input](ArchAstro.Types.Operations.PostApiV1ThreadsThreadMembers.Input.md): Add a member to a thread

- [ArchAstro.Types.Operations.PostApiV1ThreadsThreadTags.Input](ArchAstro.Types.Operations.PostApiV1ThreadsThreadTags.Input.md): Add tags to a thread

- [ArchAstro.Types.Operations.PostApiV1UsersUserInvites.Input](ArchAstro.Types.Operations.PostApiV1UsersUserInvites.Input.md): Create a user invite

- [ArchAstro.Types.Operations.PostApiV1UsersUserInvites.Input.Nested.Invite](ArchAstro.Types.Operations.PostApiV1UsersUserInvites.Input.Nested.Invite.md): Invite API model.

- [ArchAstro.Types.Operations.PostApiV1UsersUserTasks.Input](ArchAstro.Types.Operations.PostApiV1UsersUserTasks.Input.md): Create a task for an owner

- [ArchAstro.Types.Operations.PostApiV1UsersUserTasks.Input.Nested.Task](ArchAstro.Types.Operations.PostApiV1UsersUserTasks.Input.Nested.Task.md): Task API model.

- [ArchAstro.Types.Operations.PostApiV1UsersUserThreads.Input](ArchAstro.Types.Operations.PostApiV1UsersUserThreads.Input.md): Create a thread for a user

- [ArchAstro.Types.Operations.PostApiV1UsersUserThreads.Input.Nested.Thread](ArchAstro.Types.Operations.PostApiV1UsersUserThreads.Input.Nested.Thread.md): Thread API model.

- [ArchAstro.Types.Operations.PostApiV1UsersUserThreads.Input.Nested.ThreadMembersItem](ArchAstro.Types.Operations.PostApiV1UsersUserThreads.Input.Nested.ThreadMembersItem.md): ThreadMembersItem API model.

- [ArchAstro.Types.Operations.PostApiV1UsersUserThreads.Input.Nested.ThreadProfilePicture](ArchAstro.Types.Operations.PostApiV1UsersUserThreads.Input.Nested.ThreadProfilePicture.md): ThreadProfilePicture API model.

- [ArchAstro.Types.Operations.PostApiV1UsersUserThreads.Input.Nested.ThreadSettings](ArchAstro.Types.Operations.PostApiV1UsersUserThreads.Input.Nested.ThreadSettings.md): ThreadSettings API model.

- [ArchAstro.Types.Operations.PostApiV1WorkItemsWorkItemFail.Input](ArchAstro.Types.Operations.PostApiV1WorkItemsWorkItemFail.Input.md): Fail workflow work and route its durable execution

- [ArchAstro.Types.Operations.PostApiV1WorkItemsWorkItemHeartbeat.Input](ArchAstro.Types.Operations.PostApiV1WorkItemsWorkItemHeartbeat.Input.md): Extend a workflow work item lease

- [ArchAstro.Types.Operations.PostApiV1WorkItemsWorkItemStart.Input](ArchAstro.Types.Operations.PostApiV1WorkItemsWorkItemStart.Input.md): Mark claimed workflow work as running

- [ArchAstro.Types.Operations.PostApiV1WorkItemsWorkItemSubmit.Input](ArchAstro.Types.Operations.PostApiV1WorkItemsWorkItemSubmit.Input.md): Submit workflow work output and wake its durable execution

- [ArchAstro.Types.Operations.PostOauthDeviceApprove.Input](ArchAstro.Types.Operations.PostOauthDeviceApprove.Input.md): Approve a device authorization request

- [ArchAstro.Types.Operations.PostOauthDeviceAuthorize.Input](ArchAstro.Types.Operations.PostOauthDeviceAuthorize.Input.md): Initiate a device authorization request

- [ArchAstro.Types.Operations.PostOauthDeviceDeny.Input](ArchAstro.Types.Operations.PostOauthDeviceDeny.Input.md): Deny a device authorization request

- [ArchAstro.Types.Operations.PostOauthToken.Input](ArchAstro.Types.Operations.PostOauthToken.Input.md): Exchange a grant for OAuth tokens

- [ArchAstro.Types.Operations.PutApiV1ArtifactsArtifact.Input](ArchAstro.Types.Operations.PutApiV1ArtifactsArtifact.Input.md): Update an artifact

- [ArchAstro.Types.Operations.PutApiV1ArtifactsArtifact.Input.Nested.File](ArchAstro.Types.Operations.PutApiV1ArtifactsArtifact.Input.Nested.File.md): File API model.

- [ArchAstro.Types.Operations.PutApiV1CustomObjectsObject.Input](ArchAstro.Types.Operations.PutApiV1CustomObjectsObject.Input.md): Update a custom object

- [ArchAstro.Types.Operations.PutApiV1CustomObjectsObject.Input.Nested.Acl](ArchAstro.Types.Operations.PutApiV1CustomObjectsObject.Input.Nested.Acl.md): Acl API model.

- [ArchAstro.Types.Operations.PutApiV1CustomObjectsObject.Input.Nested.AclAddItem](ArchAstro.Types.Operations.PutApiV1CustomObjectsObject.Input.Nested.AclAddItem.md): AclAddItem API model.

- [ArchAstro.Types.Operations.PutApiV1CustomObjectsObject.Input.Nested.AclGrantsItem](ArchAstro.Types.Operations.PutApiV1CustomObjectsObject.Input.Nested.AclGrantsItem.md): AclGrantsItem API model.

- [ArchAstro.Types.Operations.PutApiV1CustomObjectsObject.Input.Nested.AclRemoveItem](ArchAstro.Types.Operations.PutApiV1CustomObjectsObject.Input.Nested.AclRemoveItem.md): AclRemoveItem API model.

- [ArchAstro.Types.Operations.PutApiV1CustomObjectsObject.Response](ArchAstro.Types.Operations.PutApiV1CustomObjectsObject.Response.md): Successful response

- [ArchAstro.Types.Operations.PutApiV1CustomObjectsObject.Response.Nested.Data](ArchAstro.Types.Operations.PutApiV1CustomObjectsObject.Response.Nested.Data.md): Data API model.

- [ArchAstro.Types.Operations.PutApiV1CustomObjectsObject.Response.Nested.DataAcl](ArchAstro.Types.Operations.PutApiV1CustomObjectsObject.Response.Nested.DataAcl.md): DataAcl API model.

- [ArchAstro.Types.Operations.PutApiV1CustomObjectsObject.Response.Nested.DataAclAddItem](ArchAstro.Types.Operations.PutApiV1CustomObjectsObject.Response.Nested.DataAclAddItem.md): DataAclAddItem API model.

- [ArchAstro.Types.Operations.PutApiV1CustomObjectsObject.Response.Nested.DataAclGrantsItem](ArchAstro.Types.Operations.PutApiV1CustomObjectsObject.Response.Nested.DataAclGrantsItem.md): DataAclGrantsItem API model.

- [ArchAstro.Types.Operations.PutApiV1CustomObjectsObject.Response.Nested.DataAclRemoveItem](ArchAstro.Types.Operations.PutApiV1CustomObjectsObject.Response.Nested.DataAclRemoveItem.md): DataAclRemoveItem API model.

- [ArchAstro.Types.Operations.PutApiV1KvKey.Input](ArchAstro.Types.Operations.PutApiV1KvKey.Input.md): Create or update a key-value storage entry

- [ArchAstro.Types.Operations.PutApiV1NotificationPreferences.Input](ArchAstro.Types.Operations.PutApiV1NotificationPreferences.Input.md): Create or update a notification preference

- [ArchAstro.Types.Operations.PutApiV1TasksTask.Input](ArchAstro.Types.Operations.PutApiV1TasksTask.Input.md): Update a task

- [ArchAstro.Types.Operations.PutApiV1TasksTaskCommentsComment.Input](ArchAstro.Types.Operations.PutApiV1TasksTaskCommentsComment.Input.md): Update a task comment

- [ArchAstro.Types.Operations.PutApiV1ThreadMessagesMessage.Input](ArchAstro.Types.Operations.PutApiV1ThreadMessagesMessage.Input.md): Update a thread message

- [ArchAstro.Types.Operations.PutApiV1ThreadMessagesMessage.Input.Nested.Acl](ArchAstro.Types.Operations.PutApiV1ThreadMessagesMessage.Input.Nested.Acl.md): Acl API model.

- [ArchAstro.Types.Operations.PutApiV1ThreadMessagesMessage.Input.Nested.AclAddItem](ArchAstro.Types.Operations.PutApiV1ThreadMessagesMessage.Input.Nested.AclAddItem.md): AclAddItem API model.

- [ArchAstro.Types.Operations.PutApiV1ThreadMessagesMessage.Input.Nested.AclGrantsItem](ArchAstro.Types.Operations.PutApiV1ThreadMessagesMessage.Input.Nested.AclGrantsItem.md): AclGrantsItem API model.

- [ArchAstro.Types.Operations.PutApiV1ThreadMessagesMessage.Input.Nested.AclRemoveItem](ArchAstro.Types.Operations.PutApiV1ThreadMessagesMessage.Input.Nested.AclRemoveItem.md): AclRemoveItem API model.

- [ArchAstro.Types.Operations.PutApiV1ThreadsThread.Input](ArchAstro.Types.Operations.PutApiV1ThreadsThread.Input.md): Update a thread

- [ArchAstro.Types.Operations.PutApiV1ThreadsThread.Input.Nested.ProfilePicture](ArchAstro.Types.Operations.PutApiV1ThreadsThread.Input.Nested.ProfilePicture.md): ProfilePicture API model.

- [ArchAstro.Types.Operations.PutApiV1ThreadsThreadPicture.Input](ArchAstro.Types.Operations.PutApiV1ThreadsThreadPicture.Input.md): Update a thread's profile picture

- [ArchAstro.Types.Operations.PutApiV1ThreadsThreadPicture.Input.Nested.Picture](ArchAstro.Types.Operations.PutApiV1ThreadsThreadPicture.Input.Nested.Picture.md): Picture API model.

- [ArchAstro.Types.Operations.PutApiV1ThreadsThreadSettings.Input](ArchAstro.Types.Operations.PutApiV1ThreadsThreadSettings.Input.md): Update thread settings

- [ArchAstro.Types.Operations.PutApiV1ThreadsThreadTags.Input](ArchAstro.Types.Operations.PutApiV1ThreadsThreadTags.Input.md): Replace a thread's tags

- [ArchAstro.Types.Operations.PutApiV1UsersUserProfile.Input](ArchAstro.Types.Operations.PutApiV1UsersUserProfile.Input.md): Update the current user's profile

- [ArchAstro.Types.Operations.PutApiV1UsersUserProfile.Input.Nested.ProfilePicture](ArchAstro.Types.Operations.PutApiV1UsersUserProfile.Input.Nested.ProfilePicture.md): ProfilePicture API model.

- [ArchAstro.Types.PaginatedReplies](ArchAstro.Types.PaginatedReplies.md): A paginated list of reply messages for a thread. The reply array is returned directly, not nested inside a `data` wrapper.

- [ArchAstro.Types.PresetConfig](ArchAstro.Types.PresetConfig.md): Configuration for a preset routine handler. Controls the agent's behavior, session persistence, and model selection for a given routine or chain step.

- [ArchAstro.Types.PrivateService](ArchAstro.Types.PrivateService.md): An immutable private service with complete callable operation contracts.

- [ArchAstro.Types.PrivateServiceEnrollment](ArchAstro.Types.PrivateServiceEnrollment.md): A private service's durable connector identity. Read responses never contain
an enrollment token or certificate.

- [ArchAstro.Types.PrivateServiceEnrollmentPage](ArchAstro.Types.PrivateServiceEnrollmentPage.md): A secret-free page of private service enrollments.

- [ArchAstro.Types.PrivateServiceFunction](ArchAstro.Types.PrivateServiceFunction.md): A documented callable operation exposed by a private service.

- [ArchAstro.Types.PrivateServicePage](ArchAstro.Types.PrivateServicePage.md): A page of private services.

- [ArchAstro.Types.RoutinePreset](ArchAstro.Types.RoutinePreset.md): A named preset that defines the execution model and constraints for a routine. Presets are shared definitions; individual routines reference a preset by name.

- [ArchAstro.Types.RunJournalPage](ArchAstro.Types.RunJournalPage.md): A forward-paginated journal entry page for an automation or routine run.

- [ArchAstro.Types.Sandbox](ArchAstro.Types.Sandbox.md): An isolated developer sandbox environment used for testing integrations without affecting production data or sending real emails.

- [ArchAstro.Types.SandboxKey](ArchAstro.Types.SandboxKey.md): An API key scoped to a developer sandbox, used to authenticate requests against sandbox resources.

- [ArchAstro.Types.SlackChannelBinding](ArchAstro.Types.SlackChannelBinding.md): A binding that connects a Slack channel to an ArchAstro team and one or more agents, enabling those agents to receive and respond to messages in that channel.

- [ArchAstro.Types.SlackChannelBindingListResponse](ArchAstro.Types.SlackChannelBindingListResponse.md): Paginated list of Slack channel bindings for the requested integration or team. Use the `page` and `per_page` fields to navigate pages of results.

- [ArchAstro.Types.SolutionAutomationInvokeContract](ArchAstro.Types.SolutionAutomationInvokeContract.md): The schema-driven values an installer may lock when provisioning an invoked automation template.

- [ArchAstro.Types.SolutionAutomationTemplateDetails](ArchAstro.Types.SolutionAutomationTemplateDetails.md): AutomationTemplate-specific details exposed by a Solution template summary.

- [ArchAstro.Types.SolutionCategoryListResponse](ArchAstro.Types.SolutionCategoryListResponse.md): Paginated list of solution category summaries. Use `page` and `page_size` to navigate pages of results.

- [ArchAstro.Types.SolutionCategorySummary](ArchAstro.Types.SolutionCategorySummary.md): A solution category that organizes solutions in the catalog, identified by a stable key and optionally nested under a parent category.

- [ArchAstro.Types.SolutionDependentAgent](ArchAstro.Types.SolutionDependentAgent.md): A brief representation of an agent that references at least one config bundled by a Solution, included in the dependents preview response.

- [ArchAstro.Types.SolutionDependentsResponse](ArchAstro.Types.SolutionDependentsResponse.md): A preview of the agents and configs that would be affected by deleting a Solution, returned before any deletion occurs so the caller can display a confirmation warning.

- [ArchAstro.Types.SolutionDiffEntry](ArchAstro.Types.SolutionDiffEntry.md): A single config entry in a solution upgrade diff, describing what action will be taken on a specific config key.

- [ArchAstro.Types.SolutionDiffReference](ArchAstro.Types.SolutionDiffReference.md): A reference from another config to an orphaned entry in a solution upgrade diff, explaining why the orphan cannot be safely removed.

- [ArchAstro.Types.SolutionDiffSummary](ArchAstro.Types.SolutionDiffSummary.md): Aggregate counts of each action type across all entries in a solution upgrade diff.

- [ArchAstro.Types.SolutionImportResponse](ArchAstro.Types.SolutionImportResponse.md): The result of importing a Solution bundle into the library, including the Solution config record, a structured import result, and the list of all configs persisted during the transaction.

- [ArchAstro.Types.SolutionImportResult](ArchAstro.Types.SolutionImportResult.md): The machine-readable outcome of a Solution import attempt, indicating whether the import succeeded or requires an upgrade flow to resolve a version conflict.

- [ArchAstro.Types.SolutionImportWarning](ArchAstro.Types.SolutionImportWarning.md): A non-fatal finding surfaced by a Solution import. The import proceeds despite warnings; validation callers (dry-run) can choose to treat them as failures.

- [ArchAstro.Types.SolutionInstallResponse](ArchAstro.Types.SolutionInstallResponse.md): The runtime resource provisioned by installing a Solution, along with a reference back to the source Solution config.

- [ArchAstro.Types.SolutionInstallResponseWebhook](ArchAstro.Types.SolutionInstallResponseWebhook.md): One-time connection details for a webhook-auth Automation install.

- [ArchAstro.Types.SolutionInstance](ArchAstro.Types.SolutionInstance.md): A customer-keyed instance stamped from an installed solution template.

- [ArchAstro.Types.SolutionInstanceListResponse](ArchAstro.Types.SolutionInstanceListResponse.md): A forward cursor-paginated page of customer solution instances.

- [ArchAstro.Types.SolutionListResponse](ArchAstro.Types.SolutionListResponse.md): A paginated collection of Solution summaries, with page metadata for navigating the result set.

- [ArchAstro.Types.SolutionSummary](ArchAstro.Types.SolutionSummary.md): A catalog entry for an imported Solution, including its display metadata, bundled templates, owner scopes, and any available upgrade information.

- [ArchAstro.Types.SolutionTagListResponse](ArchAstro.Types.SolutionTagListResponse.md): Paginated list of solution tag summaries returned by the list solution tags endpoint.

- [ArchAstro.Types.SolutionTagSummary](ArchAstro.Types.SolutionTagSummary.md): A single solution tag definition, representing a named classification label that can be applied to solutions.

- [ArchAstro.Types.SolutionTemplateDetails](ArchAstro.Types.SolutionTemplateDetails.md): Template-kind-specific Solution summary details, discriminated by `type`.

- [ArchAstro.Types.SolutionTemplateSummary](ArchAstro.Types.SolutionTemplateSummary.md): Identity and display metadata for a single template bundled by a Solution, used to represent each wrapped or sibling template at template granularity.

- [ArchAstro.Types.SolutionUpgradeResponse](ArchAstro.Types.SolutionUpgradeResponse.md): Response returned by the solution upgrade endpoint, containing the solution record, the full upgrade diff, and the resulting installed configs.

- [ArchAstro.Types.SolutionUpgradeResult](ArchAstro.Types.SolutionUpgradeResult.md): The outcome of a solution upgrade operation, including the computed diff and conflict status.

- [ArchAstro.Types.StatusPing](ArchAstro.Types.StatusPing.md): Health check response confirming the API is reachable and indicating whether the caller's token is valid.

- [ArchAstro.Types.StorageFile](ArchAstro.Types.StorageFile.md): A file stored in the platform's object storage, with metadata and a signed URL for downloading its contents.

- [ArchAstro.Types.Task](ArchAstro.Types.Task.md): A task representing a unit of work, optionally assignable to a user or agent.

- [ArchAstro.Types.TaskComment](ArchAstro.Types.TaskComment.md): A comment posted on a task by a user or an agent, including resolved author information.

- [ArchAstro.Types.TaskSessionLease](ArchAstro.Types.TaskSessionLease.md): A task-session lease returned only to its matching holder.

- [ArchAstro.Types.TaskSessionLeaseSummary](ArchAstro.Types.TaskSessionLeaseSummary.md): Viewer-safe details about a task's current coding-session lease.

- [ArchAstro.Types.Team](ArchAstro.Types.Team.md): A team within an organization, used to group users and agents and scope resources like configs, agents, and tasks.

- [ArchAstro.Types.TeamInvite](ArchAstro.Types.TeamInvite.md): A team invite containing a short alphanumeric code that other users can present to join the team.

- [ArchAstro.Types.TeamMembership](ArchAstro.Types.TeamMembership.md): A record representing a user's or agent's membership in a team, including their resolved identity details and role.

- [ArchAstro.Types.TeamMembershipListResponse](ArchAstro.Types.TeamMembershipListResponse.md): A paginated list of team memberships returned by the list team memberships endpoint.

- [ArchAstro.Types.Thread](ArchAstro.Types.Thread.md): 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.

- [ArchAstro.Types.Thread.Nested.CreatorVariant2](ArchAstro.Types.Thread.Nested.CreatorVariant2.md): CreatorVariant2 API model.

- [ArchAstro.Types.ThreadMessage](ArchAstro.Types.ThreadMessage.md): A single message posted to a thread, as seen from the developer portal. Includes sender information, optional attachments, and scoping identifiers.

- [ArchAstro.Types.ThreadReadStatus](ArchAstro.Types.ThreadReadStatus.md): The read status of a thread for a specific user, indicating how far they have read and how many messages remain unread.

- [ArchAstro.Types.ThreadSettings](ArchAstro.Types.ThreadSettings.md): Configuration settings for a thread that control AI agent behavior and other thread-level preferences.

- [ArchAstro.Types.Trajectory](ArchAstro.Types.Trajectory.md): A recorded sequence of AI messages and tool interactions representing a single AI reasoning session. Trajectories are stored as structured message logs and can be replayed or inspected after execution.

- [ArchAstro.Types.UpgradeTemplateSummary](ArchAstro.Types.UpgradeTemplateSummary.md): Compact summary of an AgentTemplate config referenced by an agent upgrade or source-solution response.

- [ArchAstro.Types.User](ArchAstro.Types.User.md): A platform user account. Represents a human or system actor that can own threads, belong to an organization, and interact with the API.

- [ArchAstro.Types.UserInvite](ArchAstro.Types.UserInvite.md): A shareable invite created by a user, optionally scoped to a thread. Recipients can use the invite key to join or start a conversation.

- [ArchAstro.Types.ValidationResult](ArchAstro.Types.ValidationResult.md): The result of a configuration validation check, indicating whether the config is valid and listing any errors or warnings.

- [ArchAstro.Types.WorkerStatus](ArchAstro.Types.WorkerStatus.md): Execution state of the background worker processing a routine run. Reflects the current job status and retry progress.

- [ArchAstro.Types.WorkflowJournal](ArchAstro.Types.WorkflowJournal.md): Summary of the durable workflow execution journal associated with a run.

- [ArchAstro.Types.WorkflowJournalEntry](ArchAstro.Types.WorkflowJournalEntry.md): One ordered, replayable record from a durable workflow journal.

- [ArchAstro.Types.WorkflowWorkItem](ArchAstro.Types.WorkflowWorkItem.md): Externally executable work yielded by a durable workflow.

- [ArchAstro.Types.WorkflowWorkItemClaim](ArchAstro.Types.WorkflowWorkItemClaim.md): Result of polling an agent's durable workflow work queue.

- [ArchAstro.Types.WorkflowWorkItemLease](ArchAstro.Types.WorkflowWorkItemLease.md): A claimed workflow work item and its caller-held lease token.

- [ArchAstro.Types.WorkflowWorkItemList](ArchAstro.Types.WorkflowWorkItemList.md): Active durable workflow work available to the viewer.

- [ArchAstro.Types.WorkingMemoryEntry](ArchAstro.Types.WorkingMemoryEntry.md): A key-value memory record stored for an agent, optionally scoped to a user. Memory entries persist across invocations and may carry an expiration time.

- [ArchAstro.Types.WorkingMemoryEntryListResponse](ArchAstro.Types.WorkingMemoryEntryListResponse.md): Paginated list of working memory entries stored for an agent. Includes page metadata to support sequential page traversal.

- [ArchAstro.Unset](ArchAstro.Unset.md): Sentinel used to distinguish an omitted JSON field from an explicit null.
- [ArchAstro.V1.ActivityFeed](ArchAstro.V1.ActivityFeed.md): ActivityFeed API resource.

- [ArchAstro.V1.AgentComputers](ArchAstro.V1.AgentComputers.md): AgentComputer API resource.

- [ArchAstro.V1.AgentEnvVars](ArchAstro.V1.AgentEnvVars.md): AgentEnvVar API resource.

- [ArchAstro.V1.AgentHealthActions](ArchAstro.V1.AgentHealthActions.md): AgentHealthAction API resource.

- [ArchAstro.V1.AgentInstallations](ArchAstro.V1.AgentInstallations.md): AgentInstallation API resource.

- [ArchAstro.V1.AgentInstallations.InstallationSources](ArchAstro.V1.AgentInstallations.InstallationSources.md): AgentInstallationInstallationSource API resource.

- [ArchAstro.V1.AgentRoutineRuns](ArchAstro.V1.AgentRoutineRuns.md): AgentRoutineRun API resource.

- [ArchAstro.V1.AgentRoutines](ArchAstro.V1.AgentRoutines.md): AgentRoutine API resource.

- [ArchAstro.V1.AgentRoutines.AgentRoutineRuns](ArchAstro.V1.AgentRoutines.AgentRoutineRuns.md): AgentRoutineRun API resource.

- [ArchAstro.V1.AgentSessions](ArchAstro.V1.AgentSessions.md): AgentSession API resource.

- [ArchAstro.V1.AgentSkills](ArchAstro.V1.AgentSkills.md): AgentSkill API resource.

- [ArchAstro.V1.AgentTools](ArchAstro.V1.AgentTools.md): AgentTool API resource.

- [ArchAstro.V1.Agents](ArchAstro.V1.Agents.md): Agent API resource.

- [ArchAstro.V1.Agents.AgentComputers](ArchAstro.V1.Agents.AgentComputers.md): AgentAgentComputer API resource.

- [ArchAstro.V1.Agents.AgentEnvVars](ArchAstro.V1.Agents.AgentEnvVars.md): AgentAgentEnvVar API resource.

- [ArchAstro.V1.Agents.AgentInstallations](ArchAstro.V1.Agents.AgentInstallations.md): AgentAgentInstallation API resource.

- [ArchAstro.V1.Agents.AgentTools](ArchAstro.V1.Agents.AgentTools.md): AgentAgentTool API resource.

- [ArchAstro.V1.Agents.AgentWorkingMemory](ArchAstro.V1.Agents.AgentWorkingMemory.md): AgentWorkingMemory API resource.

- [ArchAstro.V1.Agents.Schedules](ArchAstro.V1.Agents.Schedules.md): Schedule API resource.

- [ArchAstro.V1.Agents.WorkItems](ArchAstro.V1.Agents.WorkItems.md): AgentWorkItem API resource.

- [ArchAstro.V1.Ai.Chat](ArchAstro.V1.Ai.Chat.md): Chat API resource.

- [ArchAstro.V1.Ai.Chat.Completions](ArchAstro.V1.Ai.Chat.Completions.md): Completion API resource.

- [ArchAstro.V1.Ai.Chat.Completions.Stream](ArchAstro.V1.Ai.Chat.Completions.Stream.md): Stream API resource.

- [ArchAstro.V1.Ai.Embedding](ArchAstro.V1.Ai.Embedding.md): Embedding API resource.

- [ArchAstro.V1.Ai.Image](ArchAstro.V1.Ai.Image.md): Image API resource.

- [ArchAstro.V1.Artifacts](ArchAstro.V1.Artifacts.md): Artifact API resource.

- [ArchAstro.V1.AutomationRuns](ArchAstro.V1.AutomationRuns.md): AutomationRun API resource.

- [ArchAstro.V1.Automations](ArchAstro.V1.Automations.md): Automation API resource.

- [ArchAstro.V1.BugReports](ArchAstro.V1.BugReports.md): BugReport API resource.

- [ArchAstro.V1.Config](ArchAstro.V1.Config.md): Config API resource.

- [ArchAstro.V1.Config.Kinds](ArchAstro.V1.Config.Kinds.md): Kind API resource.

- [ArchAstro.V1.Config.System](ArchAstro.V1.Config.System.md): System API resource.

- [ArchAstro.V1.CustomObjects](ArchAstro.V1.CustomObjects.md): CustomObject API resource.

- [ArchAstro.V1.Extractions](ArchAstro.V1.Extractions.md): Extraction API resource.

- [ArchAstro.V1.Files](ArchAstro.V1.Files.md): File API resource.

- [ArchAstro.V1.InstallationSources](ArchAstro.V1.InstallationSources.md): InstallationSource API resource.

- [ArchAstro.V1.Invites](ArchAstro.V1.Invites.md): Invite API resource.

- [ArchAstro.V1.KnowledgeDocuments](ArchAstro.V1.KnowledgeDocuments.md): KnowledgeDocument API resource.

- [ArchAstro.V1.KnowledgeIngestions](ArchAstro.V1.KnowledgeIngestions.md): KnowledgeIngestion API resource.

- [ArchAstro.V1.KnowledgeSources](ArchAstro.V1.KnowledgeSources.md): KnowledgeSource API resource.

- [ArchAstro.V1.KnowledgeSources.Kinds](ArchAstro.V1.KnowledgeSources.Kinds.md): KnowledgeSourceKind API resource.

- [ArchAstro.V1.Kv](ArchAstro.V1.Kv.md): Kv API resource.

- [ArchAstro.V1.NotificationPreferences](ArchAstro.V1.NotificationPreferences.md): NotificationPreference API resource.

- [ArchAstro.V1.Notifications](ArchAstro.V1.Notifications.md): Notification API resource.

- [ArchAstro.V1.Oauth](ArchAstro.V1.Oauth.md): Oauth API resource.

- [ArchAstro.V1.Oauth.Device](ArchAstro.V1.Oauth.Device.md): Device API resource.

- [ArchAstro.V1.Orgs](ArchAstro.V1.Orgs.md): Org API resource.

- [ArchAstro.V1.PrivateServiceDefinitions](ArchAstro.V1.PrivateServiceDefinitions.md): PrivateServiceDefinition API resource.

- [ArchAstro.V1.PrivateServiceEnrollments](ArchAstro.V1.PrivateServiceEnrollments.md): PrivateServiceEnrollment API resource.

- [ArchAstro.V1.PrivateServices](ArchAstro.V1.PrivateServices.md): PrivateService API resource.

- [ArchAstro.V1.Sandboxes](ArchAstro.V1.Sandboxes.md): Sandbox API resource.

- [ArchAstro.V1.SlackChannelBindings](ArchAstro.V1.SlackChannelBindings.md): SlackChannelBinding API resource.

- [ArchAstro.V1.SolutionCategories](ArchAstro.V1.SolutionCategories.md): SolutionCategory API resource.

- [ArchAstro.V1.SolutionInstances](ArchAstro.V1.SolutionInstances.md): SolutionInstance API resource.

- [ArchAstro.V1.SolutionTags](ArchAstro.V1.SolutionTags.md): SolutionTag API resource.

- [ArchAstro.V1.Solutions](ArchAstro.V1.Solutions.md): Solution API resource.

- [ArchAstro.V1.Status](ArchAstro.V1.Status.md): Statu API resource.

- [ArchAstro.V1.Tasks](ArchAstro.V1.Tasks.md): Task API resource.

- [ArchAstro.V1.Tasks.Blockers](ArchAstro.V1.Tasks.Blockers.md): Blocker API resource.

- [ArchAstro.V1.Tasks.Comments](ArchAstro.V1.Tasks.Comments.md): Comment API resource.

- [ArchAstro.V1.Tasks.Lease](ArchAstro.V1.Tasks.Lease.md): Lease API resource.

- [ArchAstro.V1.TeamMemberships](ArchAstro.V1.TeamMemberships.md): TeamMembership API resource.

- [ArchAstro.V1.Teams](ArchAstro.V1.Teams.md): Team API resource.

- [ArchAstro.V1.Teams.CustomObjects](ArchAstro.V1.Teams.CustomObjects.md): TeamCustomObject API resource.

- [ArchAstro.V1.Teams.Members](ArchAstro.V1.Teams.Members.md): Member API resource.

- [ArchAstro.V1.Teams.Tasks](ArchAstro.V1.Teams.Tasks.md): TeamTask API resource.

- [ArchAstro.V1.Teams.Threads](ArchAstro.V1.Teams.Threads.md): TeamThread API resource.

- [ArchAstro.V1.ThreadMessages](ArchAstro.V1.ThreadMessages.md): ThreadMessage API resource.

- [ArchAstro.V1.ThreadMessages.Reactions](ArchAstro.V1.ThreadMessages.Reactions.md): Reaction API resource.

- [ArchAstro.V1.Threads](ArchAstro.V1.Threads.md): Thread API resource.

- [ArchAstro.V1.Threads.Members](ArchAstro.V1.Threads.Members.md): ThreadMember API resource.

- [ArchAstro.V1.Threads.Settings](ArchAstro.V1.Threads.Settings.md): Setting API resource.

- [ArchAstro.V1.Threads.Tags](ArchAstro.V1.Threads.Tags.md): Tag API resource.

- [ArchAstro.V1.Trajectories](ArchAstro.V1.Trajectories.md): Trajectory API resource.

- [ArchAstro.V1.Users](ArchAstro.V1.Users.md): User API resource.

- [ArchAstro.V1.Users.Tasks](ArchAstro.V1.Users.Tasks.md): UserTask API resource.

- [ArchAstro.V1.Users.Threads](ArchAstro.V1.Users.Threads.md): UserThread API resource.

- [ArchAstro.V1.WorkItems](ArchAstro.V1.WorkItems.md): WorkItem API resource.

- Exceptions
  - [ArchAstro.Error](ArchAstro.Error.md): Typed REST API or transport error.

