Yunjii Open Platform

Yunjii Open Platform Intelligence, open to everyone

AI-native · one integration, the whole family · for people, and for agents. Identity, models, payments, storage — family-grade capabilities, open to every person, every app, every agent. Third parties integrate via open: register one capability endpoint, auto-join the bus, instantly callable across the network — no need to contact UM separately.

Authorization Code + PKCE flow
🧑
User
Clicks login
📱
Your App
Redirects to auth
🛡️
Auth Server
Exchanges code
🎫
Token
access + id
GET /oauth/authorize?response_type=code&code_challenge=…
Quickstart

3 steps, register and go

Register one capability endpoint, auto-join the bus, instantly callable — no need to contact UM

1
🧩

Register endpoint

Fill member and upstream_url in the console; submit to join the bus.

2
🔗

Auto-managed

Your capability auto-joins the open bus, visible and callable by all.

3
🔑

Get keys & call

Get app_key from the key center, then call any registered capability.

One ecosystem, every role

Use intelligence without code, integrate the whole family with code, and let agents call capabilities as first-class citizens.

🧩

Build with no code

Compose identity, models and payments into an app by natural language. No OAuth knowledge needed to build your own agent and services.

🔌

One integration, the whole family

One app_key works across um / if / mf / open via standard OAuth 2.1 + OIDC. Unified identity and billing — focus on your business.

🤖

Agents are first-class

MCP + OAuth 2.1 + DCR let AI agents authorize and call capabilities as subjects — people, apps and agents, all first-class.

🌐

A network that benefits all

Identity, models, payments and storage are open like utilities. Call intelligence without being an engineer; integrate once and roam the family if you are.

One ecosystem, two ways in

For everyone, and for builders

People use intelligence directly; developers integrate once for the whole family — one network, two ways in.

Services

One integration, all services

From identity to AI, payment and storage — one app_key unlocks the entire Yunjii ecosystem.

Capability network

One integration, the whole family

Yunjii weaves family-grade capabilities — identity, models, payments, storage — into a network anyone can join and compose. People use it directly, developers integrate once, agents call it as authorized subjects — no need to know the protocols underneath.

  • Unified identity: one model for people / apps / agents, one subject throughout
  • One integration for the family: one app_key across um / if / mf / open
  • Agent-first: MCP + OAuth 2.1 + DCR, agents as first-class citizens
  • Compose capabilities, not an app store: consume like utilities
普通用户开发者智能体UMIFMFOpen

Standard protocol, ready to use

Integrate authorization in a few lines. PKCE auto-generated, tokens auto-refreshed, clear error codes.

  • Authorization Code + PKCE, safe for mobile and SPA
  • Standard OIDC id_token, JWT verifiable directly
  • Multi-language SDK auto-handles signing and token refresh
  • Complete error codes and retry guidance
request.sh
curl -X POST https://open.yunjii.cn/oauth/token \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "grant_type=authorization_code" \
  -d "code=AUTH_CODE" \
  -d "redirect_uri=https://yourapp.com/callback" \
  -d "client_id=YOUR_CLIENT_ID" \
  -d "code_verifier=YOUR_VERIFIER"
RequestPOSThttps://open.yunjii.cn/oauth/token
grant_type=authorization_code
code=AUTH_CODE
redirect_uri=https://yourapp.com/callback
client_id=YOUR_CLIENT_ID
code_verifier=YOUR_VERIFIER
Response200
{
  "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6...",
  "id_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...",
  "token_type": "Bearer",
  "expires_in": 3600,
  "scope": "openid profile"
}
Ecosystem at scale

Already connected thousands of times

From e-commerce to enterprise collaboration, from content to AI services — developers, people and agents are building on this capability network. Authorize once, available everywhere.

1700+
Integrated apps
3万+
Developers
99.97%
SLA availability
1000万+
API calls
🛒

E-commerce & Retail

Via standard OAuth 2.1, e-commerce apps get trusted user identity with zero self-built login; membership and orders connect in one step.

2.3万
Daily auth
99.97%
Uptime
180ms
P99 latency
OAuth 2.1OIDC多端
🎬

Content & Media

Group SSO enables one-click login across the product matrix; single-device policy protects creator accounts.

5+
Shared apps
1.2s
SSO time
0
Account theft
分组 SSO单设备IP 绑定
🏢

Enterprise Collaboration

Global SSO + granular scope authorization; enterprise teams assign permissions by role, changes apply in real time.

6
Role types
47
Scopes
100%
Coverage
全局 SSOscope企业
🤖

AI & Developer Services

Unified identity lets AI apps securely obtain user authorization; cross-app points and quotas flow within authorized scope.

12万
Points flow
3
Linked apps
0
Recon diff
OIDC额度多租户

Join the Yunjii Open Platform

AI-native · one integration, the whole family · for people, and for agents. Try it now, or start building your first app.