Account Setup
Sign up, create an organization, and publish your first skill
Sign up
APM uses GitHub for authentication. No separate account needed.
- Go to apm.orthg.nl and click Sign in
- Authorize the APM app with your GitHub account
- You'll be taken to the onboarding wizard
Create an organization
Organizations are the publisher identity in APM. Every namespace belongs to an organization.
In the onboarding wizard:
- Enter a namespace — this becomes your
@scopefor publishing (e.g.@myorg) - Enter a display name — the human-readable name shown in the registry
- Click Create Organization
Your organization is created with a matching namespace automatically. For example, creating org myorg gives you the @myorg namespace.
Reserved namespaces
Some names are reserved for well-known companies and projects. If you try to create a reserved namespace:
- You'll be prompted to explain why you should own it
- Submit your request — the org appears in your dashboard as pending
- An APM admin reviews and approves or rejects the request
- Approved orgs receive the verified badge
You can create a different (non-reserved) org while you wait — the pending request is non-blocking.
Invite team members
After creating an org, you can invite team members by GitHub username.
- Members can view org details
- Admins can manage namespaces and publish packages
- Owners can manage members, delete the org, and do everything admins can
You can skip this step and invite members later from the dashboard.
Your dashboard
The dashboard at apm.orthg.nl/dashboard is your home base:
- Organizations — manage your orgs, view stats
- Access tokens — create tokens for CLI/API authentication
- Profile — your GitHub connection and account settings
Click an organization to see its detail page with namespaces, members, and stats.
Create an access token
Tokens are used for CLI authentication and API access.
- Go to your dashboard
- Under Access Tokens, click + Create
- Enter a name (e.g. "laptop", "CI") and optional description
- Click Create — copy the token immediately, it won't be shown again
- Save it to
~/.apm/tokenor set it as theAPM_TOKENenvironment variable
Next steps
- Publish a skill — get your skills into the registry
- CLI reference — install and use the APM CLI
- SKILL.md specification — learn the skill file format