Partner Registration
Before you can build apps, you need to register as a partner on the Workrock Marketplace.
1. Sign Up
Section titled “1. Sign Up”Navigate to the Workrock Marketplace (or production URL) and click on “Register as a new partner”.
2. Generate Credentials
Section titled “2. Generate Credentials”Once logged in, navigate to your Dashboard. For every app you create, Workrock automatically generates:
- Client ID: A public identifier for your app.
- Client Secret: A private key used for server-to-server communication (keep this safe!).
- API Key: A legacy key for simple integrations.
3. Configure Redirect URIs
Section titled “3. Configure Redirect URIs”In the App Details page, you must specify the allowed Redirect URIs for the OAuth 2.0 flow. For local development, this usually includes:
http://localhost:3000/callbackhttp://localhost:4567/callback(Required for the Workrock CLI)