Access to the Arcadier platform involves two components: API credentials and repository access. Both are provisioned by the Arcadier team and delivered securely via LastPass.
API Credentials
Arcadier uses a Client ID and Client Secret model. Credentials are environment-specific. You receive a distinct pair for Stage and a separate pair for Production. These are never shared across environments.
How Credentials are Delivered
- Arcadier provisions your marketplace environments and provide marketplace backend URL (yourmarketplace.arcadier.io).
- Admin Portal login (Admin username & password).
- Login to ensure correct environment - You can view the marketplace settings and menus (useful for cross-checking API changes before debugging API auth).
- Your Client ID and Client Secret are delivered securely via LastPass.
- You will receive an invitation to access the relevant LastPass entry.
| Note: If you believe your credentials have been compromised, contact Arcadier immediately. Do not attempt to regenerate credentials independently. |
Repository Access (API template)
The Arcadier API Template is a React/Node.js frontend repository that serves as your starting point for all UI development. Read-only access is provisioned to your registered email with us.
| Note: Access is read-only. Clone the repository and maintain your own version-controlled copy. |