curl https://elosung.cn/api/affiliate/openapi.json
Build your brand200 creditsDiscover published China ready stock, create attributed promoter handoffs and coordinate approved outreach through explicit REST, MCP and A2A contracts. Commercial commitments remain inside the buyer-reviewed RFQ and internal approval workflow.
These public resources are available without a credential and identify the interfaces an Agent can safely inspect.
Seven typed operations for catalog search, attributed links, buyer-reviewed handoffs, leads and performance.
Open the schema 02Agent toolsA JSON-RPC MCP surface with explicit tool schemas, scoped access and idempotent writes.
Inspect MCP status 03A2A discoveryA public A2A card for the authenticated, auditable promotion-coordination intake.
Read the Agent Card 04AI-readable knowledgeUse-case guidance, canonical knowledge links and hard boundaries for quote-first wholesale work.
Read llms.txtKeep the owner-issued key in a server-side secret named ELOSUNG_API_KEY. Never ship it in a browser bundle or URL.
curl https://elosung.cn/api/affiliate/openapi.jsoncurl https://elosung.cn/api/affiliate/v1/connection \
-H "Authorization: Bearer $ELOSUNG_API_KEY"curl https://elosung.cn/api/affiliate/mcp \
-H "Authorization: Bearer $ELOSUNG_API_KEY" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'API keys are created after Promoter access review. The connection endpoint returns the scopes actually granted to that Agent identity.
products:read · performance:read · leads:readSearch published products and read only the credential owner's attributed records.
links:write · handoffs:write · leads:writeCreate attributed links and buyer-reviewable handoffs without submitting an RFQ.
social:write · messages:write · agents:notifyRun only owner-controlled or administrator-approved outbound coordination.
The public Agent interfaces do not accept quotations, submit buyer RFQs, place orders, reserve stock or send payment. The buyer reviews the procurement list and controls RFQ submission; Elosung staff control pricing, allocation and fulfillment decisions.
Unknown v1 API routes return an RFC 9457-style application/problem+json response with a stable code, recovery guidance and links back to this portal and the OpenAPI contract.
Use llms.txt for use-case routing, safety boundaries and canonical links across Elosung's public product and integration surfaces.