Unified AI gateway for the agent economy
UniKey is a unified entry point for global AI capabilities. It gives developers one account, one API key, and one credit balance for calling leading AI models through OpenAI-compatible and Anthropic-compatible interfaces.
The product direction is broader than a model proxy. UniKey combines an AI Router Network, AI Marketplace, Agent Marketplace, Workflow Marketplace, and Agent Payment Network so AI models, tools, agents, and workflows can be called, traded, metered, and settled through the same network.
One key for global AI access
Use UniKey when you need to:
- call multiple model families without managing separate provider accounts;
- route requests by cost, speed, stability, and task fit;
- settle model usage through AI Credits;
- prepare applications and agents for future service payments and revenue sharing;
- keep usage, billing, and API keys in one operational surface.
Product modules
| Module | Role |
|---|---|
| AI Router Network | Routes requests to global model and tool capabilities through unified APIs. |
| AI Marketplace | Lets AI services be packaged, purchased, and settled as reusable capabilities. |
| Agent Marketplace | Lets vertical agents be published, invoked, reviewed, and commercialized. |
| Workflow Marketplace | Turns multi-step AI processes into reusable workflow assets. |
| Agent Payment Network | Provides the settlement layer for agent-to-agent calls, spending limits, and revenue sharing. |
Core workflow
| Step | What happens | Result |
|---|---|---|
| Log in | Use a supported account method or wallet identity. | The account can manage credits, API keys, and usage. |
| Top up AI Credits | Convert supported payment value into platform credits. | Usage can be deducted from one balance. |
| Create an API key | Generate a project secret for application calls. | Your app can authenticate against UniKey endpoints. |
| Call a model | Send OpenAI-compatible or Anthropic-compatible requests. | Requests are routed through the UniKey gateway. |
API base URL
Use this base URL in examples and client configuration:
https://www.getunikey.ai
Append the API path you need, such as /v1/chat/completions, /v1/messages, or /v1/models.
What to read next
- Start with Quick start for the first request.
- Review Pricing and usage before production traffic.
- Use API Reference when wiring application code.