Features

One runtime, six ways it earns its keep.

Perasight is an application platform, not a reporting tool. Here is what that means, feature by feature — with enough detail for your architect and your CFO.

01 / Apps

Apps on your data.

Your team describes what the app should do. Perasight compiles it against your live SAP schema and runs it inside your instance — reasoning in context, not against a stale extract.

  • 01.1

    Complaint handler

    Inbound messages are classified by tone and urgency, joined to customer order history, and replied to or routed. Live example in our sandbox.

  • 01.2

    Invoice anomaly watch

    Every posted invoice is scored against GL history. Outliers land in the controller's queue with reasoning attached.

  • 01.3

    Cash-flow forecaster

    AR ageing + seasonality + open orders → 13-week rolling cash forecast, updated nightly.

  • 01.4

    Build your own

    A new app is a prompt, a schema binding, and a trigger. No SAP transport, no data engineer required.

02 / Studio

Studio, with Claude.

A pair of hands for the analyst in your finance team. Ask a question in plain German, English, or Turkish; see the SQL, the chart, and the interpretation.

# User prompt
Show me DSO by region, last 4 quarters,
excluding intercompany invoices.

# Generated SQL · editable before run
SELECT region,
       AVG(DATEDIFF(paid_at, billed_at)) AS dso,
       FLOOR_QUARTER(billed_at)          AS q
FROM   fi.invoices
WHERE  intercompany = FALSE
  AND  billed_at >= NOW() - INTERVAL '1 year'
GROUP  BY region, q;

# Output
• Bar chart by region × quarter
• Interpretation: DE up 6 days, NL flat,
  TR -3 days (explained below)
• [ save as dashboard ]   [ promote to app ]
  • 02.1

    Grounded in your schema

    Studio sees table shapes, relationships, and masked samples — not data contents. The model never sees raw rows.

  • 02.2

    Editable SQL

    Generated queries are shown, editable, and versioned. No black box.

  • 02.3

    Save → dashboard → app

    An answer becomes a pinned chart, a scheduled digest, or the first step of an autonomous app.

03 / Modules

Default SAP modules.

SD and FI ship pre-wired, so value lands on day one while your team builds custom apps on top. No SAP consultant required to light them up.

  • 03.1

    SD · Sales & Distribution

    Pipeline, pipeline velocity, DSO, on-time delivery, returns rate, top accounts by margin.

  • 03.2

    FI · Finance

    AR/AP ageing, cash position, GL journal anomalies, intercompany reconciliation flags.

  • 03.3

    MM · Materials Q3 2026

    Inventory ageing, supplier lead-time drift, shortage-risk scoring.

  • 03.4

    CO · Controlling Q4 2026

    Cost-center drift, internal allocations, margin decomposition by product line.

04 / Runner

Bring your own Python.

When an off-the-shelf app isn't enough, drop a Python workload into the runner. It executes against your data with the same security posture — and its outputs plug back into dashboards or trigger apps.

  • 04.1

    Your code, our sandbox

    Isolated Python environments per customer. No egress to untrusted destinations.

  • 04.2

    Any LLM or model

    Call Claude, a local model, or an in-house PyTorch forecast — the runtime is indifferent.

  • 04.3

    Outputs as first-class

    A runner result is a table, a chart, or a webhook — cleanly composed into Perasight's UI and into other apps.

05 / Security

Dedicated, per customer.

Multi-tenant is a compliance liability and we refuse it. Every customer gets their own instance, their own database project, their own keys.

Your own Supabase project

Not a schema in our database — a separate, customer-owned project with its own boundary.

EU hosting

Frankfurt or Amsterdam regions. No US replication. GDPR-native.

SAP read-only

We bind to your replica, or to a read-only service user. We cannot write back.

No training

Model calls opt out of provider training. Your data is never a dataset.

SSO & SCIM

SAML / OIDC login. SCIM provisioning. Role-based access mirrors your SAP org.

Audit log

Every query, every app run, every export — appended, signed, exportable.

Integrations · roadmap

What we've shipped, what's next.

Shipped · Q1 2026

SAP ECC 6

Direct connector to ECC 6, batch & CDC.

Shipped · Q1 2026

S/4HANA on-prem

HDB replication & CDS views.

Q3 2026

OData + RFC

Live queries via standard SAP interfaces.

Q4 2026

S/4HANA Cloud

OAuth-scoped connector, multi-client.

Q1 2027

Data-lake sources

Snowflake, BigQuery, Databricks, MotherDuck.

Q1 2027

Salesforce joins

CRM pipeline against SAP orders.

Q2 2027

IoT / timeseries

Shop-floor streams into runner.

Exploring

Tell us what's missing

Open a conversation →

Want the architecture deck?

A 12-page PDF with the runtime diagram, security boundary, and a sample SD dashboard. We send it after a first call.

Request the deck