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
- Go to dev.myolab.ai
- Sign up using your email. If you use MyoSapiens for research, please use your academic email.
- 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.
- From the dashboard, click Create Tenant (or New Workspace)
- Enter a name for your workspace (e.g., your organization or project name)
- Enter a slug - a URL-friendly identifier (e.g.,
my-project) - 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.
- Navigate to your tenant settings
- Go to the API Keys section
- Click Create API Key
- Give it a descriptive name (e.g., "Development", "My Laptop")
- 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:
- Install the SDK to start using MyoSapiens
- Read the Introduction to understand key concepts like assets and jobs
- Follow the Retargeting Tutorial to create your first character animation