> ## Documentation Index
> Fetch the complete documentation index at: https://docs.archetypeai.app/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Start with /introduction/getting-started. Use the Direct Query API (POST /query) with the Newton Fusion model (text, image, and video reasoning) or the Newton Omega encoder (time-series embeddings). ATAI_API_ENDPOINT must include the version path: /v0.5 for most APIs, /v0.6 for the Fine-Tuning Service. Pages whose descriptions are marked (Archived) document the legacy Lens runtime — do not use them for new projects.

# Overview

> Overview of the available agent blueprints and how they're used to create new agents.

An agent is a bundle of resources that describe how to use Newton to perform a certain task.
With an agent configured to perform a needed task, all you need to do is provide the input file
or files and the agent will process your data and return the desired output.

Agents are created based on agent blueprints, which are templates used as the starting point for
building agents that use the Newton Platform to analyze sensor data. Archetype AI offers a
variety of agent blueprints you can use to create your own agents:

| Agent                                                                    | Description                                                                                                           |
| ------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------- |
| [Anomaly Discovery Agent](/core-concepts/agents/anomaly-discovery)       | Surface unusual segments that deviate from learned normal behavior.                                                   |
| [Manual Generation Agent](/core-concepts/agents/manual-generation)       | Transform operational video into clear, step-by-step Standard Operating Procedure (SOP) manuals.                      |
| [Operational State Monitoring Agent](/core-concepts/agents/osm)          | Continuous awareness of the regime in which a system is operating, drawn from a small set of labeled examples.        |
| [Rare Event Detection Agent](/core-concepts/agents/rare-event-detection) | Identify rare events from a handful of labeled examples, set against normal operation.                                |
| [Task Verification Agent](/core-concepts/agents/task-verification)       | Verify operational tasks are completed correctly and in compliance with defined Standard Operating Procedures (SOPs). |

There are two ways you can monitor and manage agents from these agent blueprints:

* [Using the Archetype Agents API](/core-concepts/agents/api)
* [Using the Archetype Developer Console](/developer-console/agents/overview)

To create an agent, you currently need to use the Agents API's [Create
Bundle](/api-reference/agents/create-bundle) endpoint.
