SMPJune 27, 2026
SMP Discovery and Catalog
Automatically discover sanctioned and shadow SaaS across your org, assign an owner to each app, and connect the integrations that feed usage and spend data. Publish a clean app catalog, stage each application through its portfolio lifecycle, and get alerted the moment something needs attention.
Use the SMP Discovery and Catalog semantic blueprint
/semantius-admin use the architect, analyst and modeler skills to update the semantius platform with the model specified in https://www.semantius.com/blueprints/smp-discovery-semantic-blueprint.mdEntity summary
| Name | data_object | Description |
|---|---|---|
| App Catalog Listings | smp_app_catalog_listings |
Published listings of sanctioned SaaS apps that employees can browse and request, with description, owner, request route, and approval flow. |
| App Lifecycle Stages | smp_app_lifecycle_stages |
Portfolio-rationalization stages of a SaaS app such as evaluate, pilot, sanctioned, sunset, and retired. |
| SaaS Alerts | smp_alerts |
System-raised alerts on the SaaS portfolio: shadow-IT signups, projected license overages, opening renewals, or vendor-risk changes. |
| SaaS App Integrations | smp_app_integrations |
Configured connections between the SaaS management platform and an app's APIs for sign-on, provisioning, finance, and usage data. |
| SaaS App Owners | smp_app_owners |
Typed owner assignments linking a user to a SaaS app as its business, IT, finance, or security owner. |
| SaaS Applications | saas_applications |
SaaS applications in the company portfolio, with vendor, category, criticality, owner, and whether each is sanctioned or shadow IT. |
| Shadow IT Apps | shadow_it_apps |
SaaS apps found in use but not officially sanctioned, discovered through expense data, sign-on logs, browser, or network signals. |
flowchart TD classDef master fill:#d4f4dd,stroke:#27ae60,color:#0b3d20; classDef platform_builtin fill:#e0e0e0,stroke:#424242,color:#1a1a1a; saas_applications["SaaS Applications"] shadow_it_apps["Shadow IT Apps"] smp_app_owners["SaaS App Owners"] smp_app_integrations["SaaS App Integrations"] smp_app_catalog_listings["App Catalog Listings"] smp_alerts["SaaS Alerts"] smp_app_lifecycle_stages["App Lifecycle Stages"] users["Users"] saas_applications -->|"owns"| smp_app_owners saas_applications -->|"integrates_with"| smp_app_integrations saas_applications -->|"publishes"| smp_app_catalog_listings saas_applications -->|"raised_for"| smp_alerts shadow_it_apps -->|"raised_for_shadow"| smp_alerts saas_applications -->|"tracks_stage"| smp_app_lifecycle_stages shadow_it_apps -->|"promotes_to"| saas_applications users -->|"assigned_owner"| smp_app_owners users -->|"configures"| smp_app_integrations users -->|"curates"| smp_app_catalog_listings users -->|"triages"| smp_alerts users -->|"owns"| saas_applications users -->|"triggered"| shadow_it_apps class saas_applications master; class shadow_it_apps master; class smp_app_owners master; class smp_app_integrations master; class smp_app_catalog_listings master; class smp_alerts master; class smp_app_lifecycle_stages master; class users platform_builtin;