Element reference
Every Triform element rendered as a periodic table — each column a category, distinguished by its identity hue. Open any tile for the element page, compare forms in the representation switcher, or browse the grouped catalog below.
Chemistry coverage: Complete 76 · Partial 3 · Stub 1
Representation switcher
Formatom
Browse by category
Actions
Agents
Apps
Boards
Connectivity
Data
Diagrams
Foundation
Frontend
Intelligence
Io
Modifiers
Tools
Actions
C#Execute compiled C#/.NET code in a sandboxed environment
GoExecute compiled Go code in a sandboxed environment
Human in the LoopCollect structured human input via a connected View
JavaScriptExecute JavaScript/Node.js code in a sandboxed environment
PythonExecute Python code in a sandboxed environment
RubyExecute Ruby code in a sandboxed environment
RustExecute compiled Rust code in a sandboxed environment
Agents
Claude CodeAnthropic Claude Code agent — real CLI terminal in a sandboxed VM
CodexOpenAI Codex CLI agent — real CLI terminal in a sandboxed VM
External AgentRepresents a non-Triform A2A peer (Claude Code, MCP server, OpenAI Assistant — anything that speaks A2A Protocol v1.0)
Open CodeOpen-source, provider-agnostic AI coding agent — real CLI terminal in a sandboxed VM
TriformerComposable AI agent with tools from attached elements
Apps
AppDeployable manifest of elements with environment-specific configuration
AutomationOrchestrate multi-step execution as a directed graph
ConditionBranch automation based on conditions (if/else)
LoopIterate over collections or repeat until condition
WaitPause automation execution for a duration or until event
Boards
BoardGeneric kanban board — columns, cards, configurable card schema and actions
Planning BoardKanban-style planning board — cards serve as proto-elements for top-down design
Recruitment BoardKanban-style hiring pipeline — candidates as cards with role, seniority, and interview tracking
Sales BoardPursuit-based sales pipeline — each card is a long-lived sales case from ICP match to won/lost
Connectivity
Data
ContactsPerson-level address book — people, their ways to reach them, and where they live
Cookie JarDurable store for browser cookies, attachable to one browser at a time
Document StoreStore and query semi-structured documents
EntityAnything you maintain a record of and interact with — people, companies, AIs, websites, groups, chatrooms
File StorageStore and retrieve files in a git-backed content-addressable store
Graph DatabaseStore and traverse graph-structured data
OrganizationsCompanies, non-profits, agencies, schools — the orgs your contacts belong to
SchemaReusable JSON Schema definition — referenced by boards, validators, and automations
SQL DatabaseStore structured relational data
Time SeriesStore and query time-indexed data
Vector IndexStore and search vector embeddings
Diagrams
Foundation
Frontend
Intelligence
IO
DiscordConnect flows to Discord for receiving and sending messages
EmailConnect flows to email for sending and receiving messages via SMTP/IMAP
FacebookOne Facebook Page — publish posts, manage comments, read engagement insights
FortnoxOne Fortnox company - read vouchers, invoices, SIE, customers and financial years over OAuth2
GitHubOne GitHub account — read repos, manage issues and pull requests, trigger workflows
HTTPConnect flows to HTTP endpoints for receiving and sending requests
InstagramOne Instagram Business account — publish media, read engagement insights, DM within the 24h window
LinkedInOne LinkedIn account — find leads, connect, message, and post on behalf of the account holder
MatrixConnect flows to Matrix for receiving and sending messages
MattermostConnect to Mattermost — receive messages and send to channels
Phone NumberConnect flows to telephony for sending and receiving SMS and voice calls via carrier APIs
Platform TriggerFire a flow when internal platform events occur
QueueConnect to message queues — consume messages and publish to queues
Rocket.ChatConnect to Rocket.Chat — receive messages and send to channels
ScheduleFire flows on a time-based schedule using cron expressions
SlackConnect flows to Slack for receiving and sending messages
Microsoft TeamsConnect flows to Microsoft Teams for receiving and sending messages, mentions, and Adaptive Cards
X (Twitter)One X/Twitter account — search, read timelines, post tweets, send DMs
WebSocketConnect flows to WebSocket endpoints for real-time bidirectional communication
Modifiers
AlertTrigger notifications when conditions are met
API TokenSecure token for programmatic API access
Auth PolicyDefine authentication requirements and access rules
BrandPer-circle visual identity for chrome, login, and content surfaces
EvaluatorValidate and score actor outputs using custom code
Filter WordsFilter forbidden and anonymize sensitive words in agent tool outputs
ICPIdeal Customer Profile — declarative match rules that filter leads into pursuits
OAuth AccessCollect delegated user grants for provider APIs
OAuth ClientReusable OAuth2 client profile for connector elements
PromptManage AI prompts and system instructions
Rate LimitControl request rates and protect against abuse
ValidationValidate and sanitize input data
VariableDefine typed configuration values with environment overrides
Tools
ChromelessProvides a headless browser session to attached elements via the Triform cloud_browser_worker binary — custom Chromium build with an embedded encoder factory and FrameSinkVideoCapturer
PlatformUnified tool capabilities for agents — workspace, shell, git, web, devtools, delegation, and custom actor tools
RecorderRecords native Chromeless WebRTC browser sessions to durable WebM segments + a finalized event timeline in a `files` store, replayable later.
User Browser (deprecated)Legacy: pre-unification shape of a paired user browser. Superseded by `browser` with backend=user-extension.