Skip to Content
APIAPI Overview

API Overview

Generate an API key in Account → API Keys, then use it with your external API base URL.

Quick Start

curl -H "Authorization: Bearer <api-key>" \ "https://api.uragents.ai/v1/agents"

This returns the agents available to that API key. For anything beyond the first request, use the reference pages below.

Reference