Skip to main content
Connect your AI agent to a user’s Basecamp account to create new projects, add to-do items, post messages, and upload files based on external triggers.

Connect Basecamp to Auth0

1

Basecamp setup

  1. Sign up for a Basecamp account if you don’t already have one.
  2. Visit the 37signals Launchpad integrations page and sign in.
  3. Click Register a new application.
  4. Fill in the application details:
    • Name: Enter a descriptive name for your integration
    • Website URL: https://YOUR_AUTH0_DOMAIN
    • Redirect URI: https://YOUR_AUTH0_DOMAIN/login/callback
    You can find the Auth0 domain in the Auth0 Dashboard.You can find this under Applications > [Your Application] > Settings > Basic Information > Domain.If you are using the custom domains feature, your Auth0 domain is the custom domain. You can find this under Branding > Custom Domains.
  5. Complete the registration and note your Client ID and Client Secret.
To learn more about Basecamp OAuth setup, read the Basecamp API Authentication documentation.
2

Auth0 setup

Token Vault configuration example

To configure the Token Vault for your Basecamp connection, you can use the following code snippet in your application:

Next steps