Skip to main content
Follow the steps below to generate and manage your API key from the developer dashboard.

1. Visit the Developer Portal

Go to the official developer dashboard: https://dev.offlineprotocol.com home

2. Sign In or Create an Account

  • Click Start Building and register with your email.

3. Teams and Projects

  • After login, a default team named Default is automatically created for you.
  • You can create additional teams if needed.
  • Every project belongs to a team.
    • Anyone you invite to the team will have access to all of its projects, with the permissions you assign.
Create Project

4. Create a New Project

  1. On the dashboard, locate the Project Selector (beside your team name).
  2. Click the arrow ▼ and select Create Project.
  3. Enter your project details:
    • Project Name
    • Description
  4. A project with a unique Project ID will be created.
Project Details

5. Explore the Project Home Page

  • After creating a project, you’ll land on the Project Home Page.
  • Here you can:
    • See all the team members who have access to the project.
    • Switch to the API Keys tab to manage keys.
Project Page

6. Generate a New API Key

  1. Go to the API Keys tab.
  2. Click Create New API Key.
  3. Fill in the details:
    • Alias (e.g., “Staging App”, “Production”)
    • Project (auto-selected)
    • Permissions / Scopes (choose what the key can access)
  4. Click Create.
Boom! You’ll now see your new key listed under the API Keys tab. Create Key

7. Use the API Key in SDK

Once you have your API key, pass it to the SDK.
I