Semantius Logo
SMPJune 27, 2026

SMP Automation and Self-Service Requests

Build declarative workflows that provision and deprovision SaaS access automatically, track every run, and give employees a self-service way to request the apps they need with manager and IT approval built in. Less manual ticket-pushing, faster access, cleaner offboarding.

Use the SMP Automation and Self-Service Requests 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-automation-semantic-blueprint.md

Entity summary

Name data_object Description
App Access Requests smp_app_requests Employee requests for access to a SaaS app via the published catalog, routed for manager and IT approval before provisioning.
Automation Workflows smp_automation_workflows Declarative automation workflows with a trigger and steps such as provisioning, notifying, offboarding, or requesting approval.
Workflow Runs smp_workflow_runs Execution logs for each automation workflow run, with trigger source, input, step-by-step status, output, duration, and any error.
flowchart TD
  classDef master fill:#d4f4dd,stroke:#27ae60,color:#0b3d20;
  classDef platform_builtin fill:#e0e0e0,stroke:#424242,color:#1a1a1a;
  smp_automation_workflows["Automation Workflows"]
  smp_app_requests["App Access Requests"]
  smp_workflow_runs["Workflow Runs"]
  users["Users"]
  smp_automation_workflows -->|"runs_for"| smp_workflow_runs
  users -->|"requested_by"| smp_app_requests
  users -->|"authors"| smp_automation_workflows
  class smp_automation_workflows master;
  class smp_app_requests master;
  class smp_workflow_runs master;
  class users platform_builtin;