Skip to main content

SuperPortia Agentic AI Platform

Start building
with SuperPortia

Everything you need to operate your multi-agent team. From first agent to production.

from superportia import AgentClient

client = AgentClient()

# Search the Universal Brain
results = client.search_brain(
query="fleet deployment architecture"
)

# Create a work order
wo = client.create_work_order(
title="[SS1-Ops] Deploy new MCP server",
assignee="Mac CLI ๅฐๅ…‹",
project="SS1",
priority="high"
)

print(f"WO created: {wo.order_id}")

Choose how you buildโ€‹

Pick the agentic line that matches your approach, and the ship that fits your stack.

LangGraph Lineโ€‹

Build your own agent loop. You control every node, manage state graphs, and wire your own tools. Full autonomy with LangGraph's composable architecture.

Claude Agentic Lineโ€‹

Claude Code as your engine. Give an agent a task and the SDK runs the loop with built-in file, shell, and browser tools.


From vision to deliveryโ€‹

Follow the agentic lifecycle or jump to what you need.


The engine fleetโ€‹

Choose the right engine for your task.

Most capable

Claude Family

opus ยท sonnet ยท haiku

Architecture, decisions, code operations, and tasks requiring deep reasoning.

Best value

Gemini Family

2.5-flash ยท embedding-001

Authoritative search with citations, embedding, and general tasks.

Free & specialized

Others

deepseek ยท groq ยท zhipu ยท mistral

Free or low-cost engines for research, analysis, and specialized NLP.


Keep learningโ€‹