Skip to content

Partner Registration

Before you can build apps, you need to register as a partner on the Workrock Marketplace.

Navigate to the Workrock Marketplace (or production URL) and click on “Register as a new partner”.

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.

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/callback
  • http://localhost:4567/callback (Required for the Workrock CLI)