---
title: "Unified Agent"
method: POST
path: "/v1/agent"
tags: ["Unified Agent APIs"]
---

# Unified Agent

`POST /v1/agent`

O-mega Unified Agent API: single endpoint for all capabilities.

Instead of calling separate endpoints, agents call this one endpoint
and specify which capability they need. The system routes internally.

Available capabilities: search, scrape, profiles, emails, images.

## Request body

- AgentRequest
  - `capability` string, required
  - `params` object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/suprsonic/apis/suprsonic-unified-agent-api.md) · [All operations](https://skmtc.net/suprsonic/apis/suprsonic-unified-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/suprsonic/suprsonic-unified-agent-api/versions/2a1b6fcb4ef0/schema)
