Platform
The layer under the agents.
One governed layer under every agent you run, whether Meridian built it, a partner built it, or your own team did.
- Assist
- The conversational front door across Meridian and the systems you already run.
- Registry
- The system of record for every agent: owner, scope, permissions, and compliance.
- Studio
- A low-code builder for your own agents, with approvals and evaluations built in.
- Gateway
- Third-party and custom agents connected through MCP, A2A, and OpenTelemetry.
- Data Fabric
- Zero-copy reads from your warehouse, plus a lakehouse and 3,000 connectors.
- Trust
- Human approval on consequential actions, an immutable audit trail, your model.
RegistryThe system of record for agents
Every agent in your enterprise. One record each.
One registry of every agent, whether built by Meridian, a partner, or your own team, with owner, role, permissions, data touched, and compliance status. Workforce analytics that count agents and people together.
One record per agent
Owner, role, purpose, permissions, model, data scopes, and status for every agent, including partner and customer-built ones registered through the Gateway.
Permissions and data lineage
Agents hold no standing credentials. Each inherits scopes from your identity provider and the source system's security model. The Registry shows exactly which tables and documents each agent can read.
Compliance status
Review dates, risk tier, approved use cases, and evaluation results per agent. Agents that miss a review are flagged; agents that fail an evaluation can be paused automatically.
| Agent | Owner | Compliance |
|---|---|---|
| Payroll Agent | M. Reyes | Compliant |
| Help Desk Agent | D. Okafor | Compliant |
| Audit Agent | K. Lindqvist | Compliant |
| Controls Agent | S. Bhatt | Review due |
| Close Agent | T. Nakamura | Compliant |
| Vendor Risk CheckStudio | P. Adeyemi | Paused |
| Expense AuditorPartner | L. Marsh | Compliant |
| Scheduling Agent | R. Castillo | Compliant |
GatewayOpen standards, governed
Bring any agent. Govern it here.
The Gateway connects third-party and custom agents to the Registry through open standards: Model Context Protocol for tools, agent-to-agent protocols for handoffs, OpenTelemetry for observability, and your identity provider for access.
MCP tool servers
Expose your systems as Model Context Protocol tools with per-agent scopes, schema validation, and rate limits. Meridian ships servers for common HR and finance systems; add your own.
Agent-to-agent handoffs
Agents delegate sub-tasks to other agents over A2A-style protocols. The originating user's identity and approval context travel with the request.
Policy enforcement point
Every tool call is checked against policy: allowed tools, data scopes, cost ceilings, and approval requirements. Denials and holds are logged with the rule that fired.
- Connected agents
- 17
- Calls today
- 48,211
| Agent | Protocol |
|---|---|
| Planning AgentMeridian | MCP |
| Contract Review AgentMeridian | MCP |
| Expense AuditorPartner | A2A |
| Vendor Risk CheckStudio | MCP |
| Treasury ForecastCustom · Python | A2A |
| Ticket TriagePartner | MCP |
ap.release_payment$48,211.90 · INV-2291awaiting S. Bhatt · rule AP-14 · policy v41Data FabricZero-copy access
Agents read your data where it lives.
Zero-copy access to Snowflake, Databricks, and BigQuery, governed SQL, an Apache Iceberg lakehouse, and more than 3,000 prebuilt connectors. Row and column security is inherited, not reimplemented.
Zero-copy warehouse access
Agents query Snowflake, Databricks, and BigQuery in place through native sharing. No extract, no second copy, no drift.
Inherited security
Row-level and column-level policies defined in the warehouse or source system apply to every agent query. Agents cannot see more than the user they act for.
Apache Iceberg lakehouse
An open-format lakehouse you own, for sources without a warehouse footprint. Query it with the engine of your choice.
Sources
8 connected
Snowflake
Zero-copy
4 min agoread in place
Databricks
Zero-copy
9 min agoread in place
BigQuery
Zero-copy
2 min agoread in place
HRIS
Connector
12 min ago48,212 rows
Governed SQL
as d.okafor · Snowflake
select cost_center, sum(actual) - sum(plan) as variancefrom finance.gl_actuals ajoin finance.plan p using (cost_center, period)where period = '2026-Q3'group by 1order by 2 desclimit 5;| Cost center | Variance | ||
|---|---|---|---|
| Field operations | 4,120,000.00 | 4,388,412.55 | +268,412.55 |
| Cloud infrastructure | 1,860,000.00 | 2,004,910.12 | +144,910.12 |
| Contract labor | 940,000.00 | 1,038,220.00 | +98,220.00 |
| Travel | 310,000.00 | 356,114.40 | +46,114.40 |
| Marketing programs | 1,250,000.00 | 1,231,880.75 | −18,119.25 |
5 rows · 412 msrow policy: cost_center in user.cost_centersfreshness: 4 minlogged: READ-88213
StudioLow-code agent builder
Build your own agents on the same guardrails.
Studio is a low-code builder for agents on top of your data and Meridian's controls. Approval steps, evaluation sets, and Registry registration are built in, not bolted on.
Visual composition
Triggers, data reads, reasoning steps, tool calls, and approvals as blocks. Code where you want it, none where you do not.
Approval steps as blocks
Route consequential actions to named approvers or roles. Approvals are enforced at the Gateway, so a builder cannot skip them.
Evaluation sets
Define expected behavior on real examples. See pass rates and regressions before publishing and on every model change.
AP duplicate check
5 blocks · autosaved 14:02
Trigger01
Invoice posted
ERP event · AP subledger
Read02
Vendor, PO, history
Data Fabric · ap:read
Reason03
Duplicate and policy check
Workspace model
Approve04
Hold if over $10,000.00
AP manager role
Act05
Release or flag
ERP via Gateway
AssistThe conversational front door
Ask once. Search, generate, or run an agent.
Assist is the conversational interface across Meridian and your connected systems. Search with citations, generate documents from governed data, and start agents from the same place, with your permissions applied.
Search with citations
One query across your document stores, HRIS, ERP, and collaboration tools. Every result carries its source and the user's existing permissions apply.
Generate from governed data
Job descriptions, policy summaries, variance narratives, and board-ready tables generated from data the user can already see.
Run agents from chat
Start the Audit Agent on a PBC list or the Scheduling Agent on an open shift from the same conversation. Approvals still apply.
What drove the Q3 opex variance for Field operations, and which lines are over plan?
Planning Agent · read finance.gl_actuals and finance.plan as d.okafor · Snowflake, 4 min old · 1.8 s
Field operations is $268,412.55 over plan for Q3 2026 (+6.5%). Three lines account for 91% of the variance.
| Line | Variance | |||
|---|---|---|---|---|
| Contract labor | 620,000.00 | 764,300.00 | +144,300.00 | 3 unbudgeted contractors, Jul to Sep |
| Overtime | 410,000.00 | 476,918.20 | +66,918.20 | Peak-season shift coverage |
| Fleet maintenance | 285,000.00 | 318,206.35 | +33,206.35 | Q2 service deferred into Q3 |
gl_actuals · 2026-09-08plan_v3 · FY26
Acting as D. Okafor · Northwind Logistics · your permissions apply
Trust
Humans stay accountable. The log proves it.
The same constraints apply to every agent on the platform, whether Meridian built it, a partner did, or you did in Studio.
Human-in-the-loop approvals
Consequential actions are held at the Gateway until a named approver acts. Approval policies are versioned and cannot be bypassed by an agent or a builder.
Immutable audit trail
Every read, reasoning step, tool call, approval, and outcome is logged with the acting identity, hashed, and exportable to your SIEM or archive.
Role-based access
Identity from your IdP over OpenID Connect or SAML, provisioning over SCIM, and source-system permissions inherited on every query.
Certifications and regulation
SOC 2 Type II report and ISO 27001 certification. GDPR compliance with a standard DPA. HIPAA-ready deployment with a BAA on Enterprise.
Data residency
Workspaces in the EU or the US. Data storage, processing, and model inference stay in the region you select.
No training on customer data. Your model.
Customer data is never used to train Meridian's or any third party's models, by contract. Choose frontier models from leading providers; change them per workspace.
- SOC 2 Type II
- ISO 27001
- GDPR
- HIPAA (BAA on Enterprise)
- OpenID Connect and SAML
- SCIM
- OpenTelemetry (OTLP)
Open standards
Which open standards does the platform use?
Six. Agents connect over Model Context Protocol and agent-to-agent protocols, export traces as OpenTelemetry, take identity from OpenID Connect, SAML, and SCIM, and store connector data in Apache Iceberg. No proprietary protocol is required to join.
| Standard | What it is | What it means for you |
|---|---|---|
| Model Context ProtocolMCP | An open protocol that exposes tools and data to AI agents through typed servers and clients. | Any MCP-capable agent can use your systems through the Gateway, with per-agent scopes, schema validation, and rate limits added by Meridian. |
| Agent-to-agent protocolsA2A | Open protocols for one agent to delegate a task to another agent and receive the result. | Meridian, partner, and custom agents hand off work to each other with the originating user's identity and approval context attached. |
| OpenTelemetryOTLP | The CNCF standard for emitting traces, metrics, and logs in one format. | Every agent step exports to the observability platform you already run, so agent traces sit next to application traces. |
| OpenID Connect and SAMLOIDC / SAML | Federated authentication standards supported by enterprise identity providers. | People sign in with your IdP. Agents act as the user and hold no credentials of their own. |
| SCIMSCIM 2.0 | The standard for automated user provisioning and deprovisioning between systems. | Offboarding a person in your IdP suspends the agents that person owns within minutes. |
| Apache IcebergIceberg | An open table format for large analytic datasets in a lakehouse. | Connector-fed data lands in tables you own and can query with Spark, Trino, DuckDB, or your own warehouse. |
Questions
What buyers ask about the platform
Scope, plans, third-party agents, and where data lives.
The Meridian platform is the governed layer under every agent you run. It has six parts: Registry, the system of record for agents; Gateway, which connects agents through open standards and enforces policy on every call; Data Fabric, zero-copy access to your data; Studio, a low-code agent builder; Assist, the conversational front door; and Trust, the approvals, audit trail, access control, certifications, and residency that apply to all of them. The same six apply to agents built by Meridian, by partners, and by your own teams.
No. Meridian's twelve agents use Registry, Gateway, Data Fabric, and Trust by default, so most design partners started there. Studio is for teams building their own agents and Assist is the interface for people; both are optional. Every component shares one identity model, one policy layer, and one log.
Starter includes Assist, approvals, the audit log, and prebuilt connectors for one workspace with up to 3 GA agents. Growth adds the Registry with blended workforce analytics, the Gateway for partner and custom agents, SSO over OpenID Connect or SAML with SCIM provisioning, and EU or US residency. Enterprise adds the Data Fabric with zero-copy warehouse access and an Iceberg lakehouse, Studio, a dedicated environment, and a 99.95% uptime SLA. See pricing for credits and limits.
Yes. Any agent that speaks Model Context Protocol for tools and authenticates with your identity provider registers through the Gateway. Once registered it has a Registry record, the same approval holds, and the same immutable log as Meridian's own agents.
In your warehouse for zero-copy sources (Snowflake, Databricks, BigQuery) and in an Apache Iceberg lakehouse you own for connector-fed sources, in the EU or US region you select. Meridian does not keep a separate copy of your data for its own purposes and does not train on customer data.
Get started
See the platform run on your systems.
A 45-minute working session with your warehouse and identity provider in scope. Leave with an architecture for the first agent and a credit estimate.