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.
Current status
Section titled “Current status”- User panel: protected routes are available for API keys, usage, security, and payment orders.
- Public developer API: available at
api.shineshop.devfor 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.
Safe boundary
Section titled “Safe boundary”Use only the public API hostnames in client tools and SDKs:
https://api.shineshop.dev/v1https://api.shineshop.dev/anthropicNo other service hostnames are developer endpoints.