Getting Started

Registration

Create your MyoSapiens account, set up a tenant, and generate API keys.

Before you can use the MyoSapiens API and SDK, you need to create an account and generate an API key. This guide walks you through the process.

Sign Up

  1. Go to dev.myolab.ai
  2. Sign up using your email. If you use MyoSapiens for research, please use your academic email.
  3. After authentication, you'll be redirected to the dashboard

Create a Tenant

A tenant is your workspace where you manage assets, jobs, and API keys. Each tenant has its own usage limits and resource tracking.

  1. From the dashboard, click Create Tenant (or New Workspace)
  2. Enter a name for your workspace (e.g., your organization or project name)
  3. Enter a slug - a URL-friendly identifier (e.g., my-project)
  4. Click Create

You are now the owner of this tenant.

New tenants start on the free plan with default usage limits.

Generate an API Key

API keys provide programmatic access to the MyoSapiens API through the SDK.

  1. Navigate to your tenant settings
  2. Go to the API Keys section
  3. Click Create API Key
  4. Give it a descriptive name (e.g., "Development", "My Laptop")
  5. Click Create
Important: Copy your API key immediately! The secret is only shown once. Store it securely and never commit it to version control.
After getting your API key, install the SDK to start using MyoSapiens. The installation guide shows how to set up your API key as an environment variable and initialize the client.

Next Steps

Now that your account is set up: