Yes, usually. Most standard licenses allow 1 active computer at a time. You can manually deactivate the license on the old PC via the settings menu, then enter the same key on the new PC. If you forget to deactivate, email the developer with your order ID.

Cause: You are copying extra spaces, or the key belongs to a different version (e.g., a key for the old UWP app vs. the new WinUI app). Solution: Type the key manually instead of copy-pasting. Ensure the app is updated to the latest version from the Microsoft Store. If the issue persists, contact the developer via the "Support" email inside the app.

  • Query parameter (less recommended):
  • Example cURL (replace with your key and endpoint):

    curl -H "Authorization: Bearer YOUR_MAGICPOD_KEY" \
      -X POST "https://api.magicpod.com/v1/projects/project_id/runs" \
      -d '"test_plan_id":"..."' \
      -H "Content-Type: application/json"