Skip to content

SHINE SHOP DEV Docs

SHINE SHOP DEV exposes public OpenAI-compatible and Anthropic-compatible API surfaces at https://api.shineshop.dev.

This documentation covers the public developer API, account APIs, API key management, quotas, billing, and plugin setup behavior.

  • User panel: protected routes are available for API keys, usage, security, and payment orders.
  • Public developer API: available at api.shineshop.dev for the current /v1/* and /anthropic/* compatibility endpoints.
  • API keys: sk-... format, shown once on rotation/creation, stored hash-only.
  • Billing and package checkout: account payment-order APIs are implemented for the first-party panel.

See API Reference for the current endpoint map.

Use only the public API hostnames in client tools and SDKs:

https://api.shineshop.dev/v1
https://api.shineshop.dev/anthropic

No other service hostnames are developer endpoints.