Skip to content

How do I add software?

Requires Pro

Open the Software module, click “Add Software”, give it a name, and save. Only the name is required — vendor, version, category, and approval status are optional. New entries start by default with the approval status “In review” and can be edited at any time afterward.

The Software module is part of the Pro tier (license feature software). In the Basic/Community tiers, the menu item is hidden; an API call there is rejected with 403.

  1. Open the “Software” module. Select Software in the left-hand navigation. At the top you’ll see the stat cards (license costs, expiring soon, count), and below them the list of all software entries. Above the list, on the right, is the “Add Software” button.

    The software overview with the 'Add Software' button.
  2. Fill out the form. The “Add Software” dialog opens. Fill in at least the required field:

    • Name — the name of the software (e.g. “Adobe Photoshop”).

    Optional: Vendor, Version, Category, and the approval status (choice of Approved, In review, Blocked — default: In review).

    The empty 'Add Software' dialog. Only the name is required.
  3. Save. Click “Save”. The entry immediately appears in the list — sorted alphabetically by name — with the chosen approval status.

    After saving, the software appears in the list with status 'In review'.
  • Tenant assignment: The entry is automatically assigned to your current tenant (tenant_id). Other tenants never see it (tenant isolation).
  • Audit trail: You are recorded as the creator (created_by/updated_by), with the created_at timestamp.
  • License check (gating): Without the software feature (Pro tier), the call is rejected with 403 and a note that the Software module is not included in the current tier.
  • Default value: Without input, approval_status = in_review applies — so every new piece of software initially enters the approval process (see below).
  • No webhook: Unlike creating an asset, creating software does not trigger a webhook event in the current version.