Documentation Index
Fetch the complete documentation index at: https://docs.spacemedia.uk/llms.txt
Use this file to discover all available pages before exploring further.
SpaceMedia Enterprise
SpaceMedia Enterprise is the white-label dashboard for labels, distributors, and music teams that manage artists, releases, tracks, revenue splits, payments, add-ons, and branded portal settings from one organization account. These docs are scoped to external organization admins, permitted team members, end users, and API developers. They do not describe SpaceMedia backoffice tools, cross-organization selectors, system maintenance routes, internal moderation actions, or any operation that requires a SpaceMedia system user.Who should use this
| Audience | What they can do |
|---|---|
| Organization admins | Configure branding, payments, support details, legal pages, SSO, API keys, packages, add-ons, and user access for their own organization. |
| Team members and artists | Manage the artists, releases, tracks, splits, payments, and account records allowed by their assigned dashboard permissions. |
| API developers | Use organization API credentials to automate public organization workflows without exposing backoffice endpoints. |
| Support operators | Help users understand settings and API behavior using examples that match the Laravel controllers and public resources. |
Public boundary
The public API is authenticated. Public means available to an external organization account after the correct API credentials, role, and policy checks pass. It does not mean unauthenticated internet access. The docs exclude system-only organization directories, cross-organization selectors, provider balances, wallet adjustments, document approval and rejection actions, internal add-on administration, and destructive user deletion routes.Source of truth
The dashboard and API share the same Laravel policies, validators, resources, and response helpers. Request examples in this site use deterministic demo data and match the current code-level validators for releases, tracks, splits, payments, add-ons, copyright wallet top-ups, and account settings.Recommended path
- Confirm the organization domain and branding settings.
- Configure payment gateways and support contacts.
- Generate organization API credentials from the dashboard.
- Use the API reference playground with placeholders first, then test against your organization credentials.
- Keep system-only or cross-organization workflows out of external integrations.