management.md

Build with the Management API

The Management API is the control plane for MK.IO. Use it when you need to create projects, manage users and teams, issue tokens, assign payment methods, enable metrics, or configure webhook rules that other workflows depend on.

API overview

Detail Value
Base path /api/v1/
Scope Organization and project
Reference Management API reference

How the Management API fits into other workflows

You often use this API before you use anything else:

  1. Create a project and assign billing.
  2. Grant access to the right users and teams.
  3. Create or rotate tokens for automation.
  4. Add webhook rules so media or fleet workflows can notify your application.

That makes the Management API the setup and governance layer for the rest of the platform.

Common workflow patterns

Provision and govern an organisation

  1. Create a project and assign billing
  2. Set up users and teams
  3. Create tokens for automation
  4. Configure webhook rules
  5. Monitor usage and billing

Guides

Workflow guide