Product Integrations made easy

Aqueducts provides everything you need to build, test, and deploy product integrations without losing developer velocity.

Your Journey with Aqueducts

01

Install Aqueducts

Get started by installing the Magma CLI globally via npm

terminal
$ npm i -g @pompeii-labs/cli
✓ Installing Magma CLI...
✓ Successfully installed @pompeii-labs/cli
Run magma --help to see available commands
02

Agent Development

Build your agent with our Typescript framework

agent.ts
import { MagmaAgent } from "@pompeii-labs/magma";

export class CustomAgent extends MagmaAgent {
    ...
}
03

Local Testing

Test and iterate quickly with the Magma CLI

terminal
$ magma run
✓ Agent running on http://localhost:3000
Waiting for input...
04

One-Command Deploy

Deploy to production with automatic infrastructure setup

deployment
$ magma deploy
✓ Building agent
✓ Creating infrastructure
✓ Deploying WebSocket endpoints
🌋 Agent is live at magmadeploy.com
05

Scale & Monitor

Enterprise-ready hosting with built-in monitoring

Agent Metrics
● Live
Requests/min 1,234
Avg Response Time 123ms

The infra you need. Built in.

Everything you need to build and scale your AI agents, automatically provisioned and managed.

websocket.ts
// Connect to your agent's WebSocket endpoint directly
const ws = new WebSocket(
    "wss://api.magmadeploy.com/v1/<agent-id>?sessionId=<session-id>"
);

ws.onmessage = (event) => {
    const message = JSON.parse(event.data);
    console.log("Received:", message);
};
Client Integration
Usage Example

Or easily integrate with our client sdks

<MagmaChatProvider apiKey={apiKey} agentId={agentId}>
    <Chat />
</MagmaChatProvider>

More than agents,
Advantages.

Getting started with agents doesn't have to be hard, here's some examples of what we can help you do

Data reports generated. Daily.

Meeting notes summarized. Every session.

Social media monitored. 24/7.

Email inquiries categorized. Instantly.

Data reports generated. Daily.

Meeting notes summarized. Every session.

Social media monitored. 24/7.

Email inquiries categorized. Instantly.

Data reports generated. Daily.

Meeting notes summarized. Every session.

Social media monitored. 24/7.

Email inquiries categorized. Instantly.

Data reports generated. Daily.

Meeting notes summarized. Every session.

Social media monitored. 24/7.

Email inquiries categorized. Instantly.

Data reports generated. Daily.

Meeting notes summarized. Every session.

Social media monitored. 24/7.

Email inquiries categorized. Instantly.

Data reports generated. Daily.

Meeting notes summarized. Every session.

Social media monitored. 24/7.

Email inquiries categorized. Instantly.

Market trends analyzed. Weekly.

Support tickets prioritized. Automatically.

Calendar appointments scheduled. Seamlessly.

Product feedback collected. Continuously.

Market trends analyzed. Weekly.

Support tickets prioritized. Automatically.

Calendar appointments scheduled. Seamlessly.

Product feedback collected. Continuously.

Market trends analyzed. Weekly.

Support tickets prioritized. Automatically.

Calendar appointments scheduled. Seamlessly.

Product feedback collected. Continuously.

Market trends analyzed. Weekly.

Support tickets prioritized. Automatically.

Calendar appointments scheduled. Seamlessly.

Product feedback collected. Continuously.

Market trends analyzed. Weekly.

Support tickets prioritized. Automatically.

Calendar appointments scheduled. Seamlessly.

Product feedback collected. Continuously.

Market trends analyzed. Weekly.

Support tickets prioritized. Automatically.

Calendar appointments scheduled. Seamlessly.

Product feedback collected. Continuously.

Document compliance checked. Every time.

Inventory levels monitored. Real-time.

Sales calls followed up on. Every time.

New blog written. Every week.

Document compliance checked. Every time.

Inventory levels monitored. Real-time.

Sales calls followed up on. Every time.

New blog written. Every week.

Document compliance checked. Every time.

Inventory levels monitored. Real-time.

Sales calls followed up on. Every time.

New blog written. Every week.

Document compliance checked. Every time.

Inventory levels monitored. Real-time.

Sales calls followed up on. Every time.

New blog written. Every week.

Document compliance checked. Every time.

Inventory levels monitored. Real-time.

Sales calls followed up on. Every time.

New blog written. Every week.

Document compliance checked. Every time.

Inventory levels monitored. Real-time.

Sales calls followed up on. Every time.

New blog written. Every week.

© 2025 Pompeii Labs, Inc. All rights reserved.