Agentsthat actuallyship the work.

Connect your APIs. Deploy a workspace, embed a widget, or call the Task API. Agents take real action across your systems — sandboxed, observable, on the clock.

3deployment
modes
~2hto first
production task
0infra to
manage
100%sandbox
isolation
§ 01 — PRODUCTS

Three ways to deploy

One platform. Three surfaces. Same agent runtime, sandboxing, and tool catalog.

FIG. 01workspace preview
AWORKSPACE

Ready-to-use AI chat for your team

Set up a workspace, connect your APIs, invite your team. Employees get a ready-made interface to work with agents across your systems — no code required.

  • 01Invite by email — productive in minutes
  • 02Per-project access control · admins & members
  • 03Each project: tools, permissions, system prompt
  • 04Works out of the box — no frontend code
Create workspace
FIG. 02widget preview
BWIDGET

AI chat for any website

Add a full-featured agent to any page with two script tags. Your users interact naturally while the agent executes real tasks — your API keys never touch the browser.

  • 01Two script tags · no React, no bundler
  • 02Per-user authenticated sessions via your JWT
  • 03Tool use · file uploads · streaming
  • 04White-label · custom branding & system prompt
Get widget key
FIG. 03task api preview
CTASK API

Fire-and-forget async tasks

Trigger agent tasks programmatically and stream results in real time. Upload files as context, retrieve artifacts, run on cron, build human-approval gates.

  • 01POST /tasks · stream over SSE
  • 02File uploads as context (PDF · CSV · image)
  • 03Retrieve structured artifacts on completion
  • 04Webhook delivery · human approval gates
View API reference
§ 02 — METHOD

Three steps to a production agent

01Connect

Wire up your APIs

Register your internal APIs as MCP servers. The agent gets read/write access to CRM, ticketing, databases — anything that speaks REST.

STACKMCP · OAuth · API keys
02Deploy

Pick your surface

A workspace for your team. A widget embedded in your product. A Task API for cron jobs and pipelines. Same agent, three surfaces — zero infra.

STACKWorkspace · Widget · Task API
03Operate

Agents take action

The agent orchestrates multi-step tasks across your systems, produces artifacts, sends notifications, and streams progress in real time.

STACKSSE · Webhooks · Approval gates
§ 03 — USE CASES

Built for every team

Real deployments across departments — all powered by the same platform.

Embedded in your support portal

Order Management Agent

Customers get instant answers and real resolutions — not just links to FAQs. The agent pulls order data and takes action.

  1. 01Customer asks about a delayed order in the widget
  2. 02Agent queries your OMS API and fetches shipment status
  3. 03If delayed, agent proactively offers replacement or refund
  4. 04Action logged in CRM, confirmation sent by email
See full breakdown
ROI · IMPACT

40–60%

reduction in first-response time and significant drop in escalations to human agents.

SETUP TIME

~2h

with existing OMS API

Same agent runtime. Different shape.
Pick the surface that fits.

§ 04 — CAPABILITIES

Powerful by default. Extensible by design.

RUNTIMEI.

Runs on a real cloud computer

Each agent session gets a dedicated Linux environment in the cloud. It can install libraries, write and execute code, manage files — and keep running for hours on complex, multi-step tasks.

~ / agent-session-7f3a
$ pip install pandas matplotlib
Successfully installed pandas-2.1.0 matplotlib-3.8.0

$ python analyze.py --input Q4_sales.csv
→ Processing 50,847 rows...
→ Generating revenue trend chart...
✓ Saved: revenue_Q4.png

Task completed in 4m 12s
  • Install any package at runtime — npm, pip, apt
  • Persistent session for long, multi-step tasks
  • Full network access for API calls and web browsing
EXTENSIBILITYII.

Tailored to your product

Package your domain logic as reusable Skills and deploy specialized Subagents that know your business. Compose them for tasks no single model can handle alone.

CRM
LookupCustom Skill

Queries deal history, contacts, and pipeline stage from your CRM in one call.

01
PY
Data AnalystSubagent

Writes and runs Python to analyze CSVs, produce charts, and surface insights.

02
OPS
Email DrafterCustom Skill

Drafts and sends outbound emails using your brand voice and templates.

03
  • Deploy skills across projects and agent configurations
  • Subagents run in parallel for branching workflows
§ 05 — INTEGRATIONS

Works with your entire stack

Native connectors for the tools your team already uses — plus any REST API or MCP server you wire up.

SlackGmailHubSpotSalesforceGitHubNotionJiraStripeAirtablePostgreSQLTwilioZapierLinearIntercomZendeskShopifySlackGmailHubSpotSalesforceGitHubNotionJiraStripeAirtablePostgreSQLTwilioZapierLinearIntercomZendeskShopify
APIShopifyAPIZendeskAPIIntercomAPILinearAPIZapierAPITwilioAPIPostgreSQLAPIAirtableAPIStripeAPIJiraAPINotionAPIGitHubAPISalesforceAPIHubSpotAPIGmailAPISlackAPIShopifyAPIZendeskAPIIntercomAPILinearAPIZapierAPITwilioAPIPostgreSQLAPIAirtableAPIStripeAPIJiraAPINotionAPIGitHubAPISalesforceAPIHubSpotAPIGmailAPISlack
+ ANYREST endpoint, MCP server, or internal microservice — discoverable at runtime.

§ 06 — QUICK START

In production in minutes

Create your first task with a single API call. Stream results as the agent works, retrieve artifacts on completion. No SDK required — plain HTTP.

# Create a task
curl -X POST https://api.sigmic.ai/api/tasks \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d ''{"messages":[{"role":"user","content":"Summarize open tickets for Acme Corp"}]}'

# Stream the result
curl -N https://api.sigmic.ai/api/tasks/{id}/stream \
  -H "Authorization: Bearer YOUR_API_KEY"
END · §07NEXT MOVE2026

Put agentsto work.

Set up your workspace and invite your team in minutes.
Free tier · no credit card required.

FREE TIER Generous quota, no card requiredSETUP ~2 hours to first production taskSUPPORT Slack channel · 1-day response SLA