leony

Leony

economy

Leony is an cost-effective leony provider offering Leony Explore, Leony Brief, Leony Plan and 6 more through Aweb's unified API. It features partial streaming support with premium-tier latency.

Try LeonyOfficial docs

Specifications

Categoryleony
Auth Typeapi_key
Latency Tierpremium
Streamingpartial
Pricing Tiereconomy
Reliabilitypremium
Qualitypremium
Base URLhttps://aweb-leony.vercel.app
SDK Package

Capabilities (9)

Leony Exploreleony.explore
Score: 97DEFAULT
Leony Briefleony.brief
Score: 95DEFAULT
Leony Planleony.plan
Score: 96DEFAULT
Leony Renderleony.render
Score: 94DEFAULT
Leony Publishleony.publish
Score: 94DEFAULT
Leony Analyzeleony.analyze
Score: 96DEFAULT
Leony Operateleony.operate
Score: 94DEFAULT
Leony Capabilitiesleony.capabilities
Score: 98DEFAULT
Leony API Discoveryleony.api.discovery
Score: 98DEFAULT

Public discovery

Inspect Leony's current readiness, sources, capabilities, and MCP tool posture through Aweb's public integration catalog. Provider-pinned execute examples are intentionally withheld until the canonical public execute contract is normalized.

cURL

curl "https://aweblabs.ai/api/v2/integrations/catalog" \
  | jq '.providers[] | select(.providerId == "leony")'

TypeScript

const response = await fetch(
  'https://aweblabs.ai/api/v2/integrations/catalog'
);

const catalog = await response.json();
const provider = catalog.providers.find((item) => item.providerId === 'leony');

console.log(provider?.readiness);
console.log(provider?.mcpTools?.length ?? 0);
Getting started →API reference →All capabilities →All providers →