44 of 44
Environments
1Runtime & images
6Claude Code, Codex, or your own
The agent runtime image supplies the CLI — switching vendors is a one-field change.
Image catalog
NewThe set of images anyone can run is a list somebody approved.
One container per tool
Each MCP server runs in its own container, with its own filesystem and its own secrets.
Persistent volumes
NewDisks that outlive the workload, for working memory and durable state.
Runners
Where workloads run — cluster-wide, or pinned to hardware one team controls.
Serverless agent workloads
A workload starts when there is a message to answer and stops when there is not.
Egress
3Credential injection at the edge
The real token is attached after the request leaves the container — the agent never holds it.
Denials are on the record
A blocked destination becomes a trace event — what, where, when — not a silent timeout.
Egress rules
Allow or deny outbound traffic by domain, path, method, and port — unmatched means denied.
Private networking
3Deny by default
Agent workloads have no direct route to the internet or to your network.
Port exposure
Publish a service running inside a workload to your platform's private network.
Private resources
Map a hostname agents dial to a host inside your network — no VPN, no bastion.
LLM gateway
3Bring your Claude or Codex subscription
NewPoint an environment at a plan you already pay for — no API key, and the token never enters the workload.
Model name mapping
Agents reference a platform model name — repointing a fleet is one edit.
Provider keys never enter the agent
Workloads call a proxy that authenticates them and attaches the real key upstream.
Identity & access
7Audit events
Privileged actions emit structured events, ready for your SIEM.
First agent in two minutes
NewA new organization is walked to a working agent or a running sandbox — in the browser, in one sitting.
Groups, synced from your IdP
Grant access to a group instead of person by person — membership flows in over SCIM.
OIDC single sign-on
Users sign in through your identity provider and exist from first login.
Organizations
The tenancy boundary — users, agents, models, secrets, and runners all live inside one.
Secrets, local or in Vault
Store values encrypted on the platform, or keep them in your existing store and reference them.
Who can talk to an agent
Availability plus per-agent roles — participant, maintainer, owner.
Conversations
8Agents bringing in agents
One agent adds another to the thread, and the platform instantiates it on the spot.
Apps
Independently deployed services that join conversations — like the Slack and Telegram bridges.
Charts, diagrams, and media in the reply
Agents answer with rendered charts and diagrams, not walls of numbers.
Conversations
Persistent threads holding any mix of people and agents — any participant can post.
File attachments
Attach a file and the agents in the thread can read it — nothing else can.
Live agent status
Running, pending, finished — visible in the thread list, like presence.
Reminders
An agent schedules its own follow-up — and actually does it.
Slack and Telegram bridges
Mention your agent in Slack or message it on Telegram — the answer lands where you asked.
Tracing & cost
4Recorded by default
Every run records itself — no SDK, no collector, nothing to instrument.
The exact context of every model call
NewRead the prompt that produced the answer — "why did it say that", answered by reading.
Usage, attributed
Tokens, compute, and storage — rolled up per agent, per team, per model.
Watch live, terminate if needed
Runs stream while the agent works — and a misbehaving one stops at a button.
Sandboxes
4Sandboxes
NewClaude Code or Codex in a real terminal, on your infrastructure — zero local setup.
Sessions that survive you
NewAttach from the browser or your own terminal — close the laptop, reattach tomorrow.
Share a sandbox
NewHand a colleague shell access to one sandbox — to look at the failing build, or take over the long job.
Two-way filesystem sync
NewYour editor, their filesystem — a local directory and the sandbox, kept reconciled.
CLI & Terraform
5One API under everything
Console, Chat, the CLI, Terraform — all the same gateway. Anything they do, you can do.
Terraform provider
Agents, environments, egress, networks, groups, images — declared, reviewed, applied.
The agyn CLI
Threads, files, sandboxes, egress, networks, and groups from your shell.
The CLI inside every workload
Agents call the platform with the same binary you use — authenticated by the pod, not a token.
The whole platform on your laptop
Newagyn local boots a complete platform from one prebuilt image — about thirty seconds from start to working.
See it on your own cluster.
Thirty minutes, your infrastructure, your stack. Or skip the call — it is one Helm release onto a cluster you already run.