Wayfinder Assistant
Chat to your platform from the UI, the wf CLI or your IDE. Ask anything from "list my workspaces" to "validate this Wayfinder.yaml".
wayfinder-assistant
Six purpose-built AI agents author your platform, validate it in your real cloud against your real policies, and reach your developers through chat, the wf CLI or their IDE. Across AWS, Azure and GCP.
Free forever · No commitment · Upgrade anytime
Six agents that author plans, scaffold stacks, validate against your real policies and answer questions. Each runs as the calling user under scoped MCP tools, every action audited.
Chat to your platform from the UI, the wf CLI or your IDE. Ask anything from "list my workspaces" to "validate this Wayfinder.yaml".
wayfinder-assistant
Reads your repo and generates a Wayfinder.yaml that ships. Turns code into a deployable stack against the catalogue your platform team curates.
stackdefinition-creator
Authors infrastructure plans with you. Cloud-aware - knows the difference between an AWS plan, an Azure plan and a GCP plan.
cloudresourceplan-editor
Runs the plan in your real cloud against your real policies before it publishes. Catches what review can't.
cloudresourceplan-tester
Authors the Helm-backed delivery plans that take a developer's app from definition to running workload.
kuberesourceplan-editor
Finds the right Terraform or OpenTofu module across the registry so plans never start from a blank page.
terraform-module-search
Bring your own system prompt, LLM provider and MCP servers. Custom agents inherit the same identity, tool scoping and audit trail as the built-in six.
systemPrompt and userPromptTemplate, with provider choice between Anthropic Claude and Google Gemini.
wayfinder/NAME - one or many per agent.
all exposes every tool the MCP serves; selected restricts to a named list - same mechanic the built-in agents use.
resultSchema validates and packages results without writing a parser.
YAML in, automation out. Triggers fire on Wayfinder events, schedules, manual runs or webhooks. Tasks call MCPs, HTTP integrations, plans, AI agents or sub-workflows.
StackInstance created)wf workflows run)mcp/<integration>/<action> - Slack, ServiceNow, anything MCP-shapedhttp/<integration>/<action> - reusable HTTP actionsai-agent/<name> - invoke a built-in or BYO agentplan/Apply, plan/Destroy, plan/PlanAndValidateaction/<name> - saved reusable recipeswait, foreach, parallel, branch, store-dataapiVersion: workflows/v3 kind: Workflow metadata: name: deploy-notify spec: on: - name: new-instance resource: StackInstance event: Created tasks: - name: notify action: mcp/slack/post-message inputs: channel: '#deploys' message: 'Deployed {{ .resource.name }}'
apiVersion: workflows/v3 kind: Workflow metadata: name: p1-investigate spec: on: - name: p1-alert action: webhook/my-webhooks/pager-duty when: '{{ eq .severity "P1" }}' tasks: - name: investigate on: [p1-alert] action: ai-agent/p1-investigator inputs: service: '{{ .on.p1-alert.service }}'
Workflows engine ships in the next release; webhook triggers, the catalogue UI and the event broker follow in the two releases after that. See the action surface on Integrations.
Wayfinder ships its own MCP server. One command and your coding agent lists resources, validates manifests and runs wf commands under your RBAC. No extra token to hand out.
$ wf setup mcp # detects Claude Code, Cursor, VS Code, # Windsurf or Antigravity and wires it up
Every call carrying the calling user's identity, with the same RBAC as wf.
Register external MCP servers - AWS Knowledge, GitHub, your own internal services - and Wayfinder routes them through the agent executor with auth handled. See the full coming-soon list on the Integrations page.
Every agent runs as the calling user via wf login. Each is bound to a named MCP tool set, never "every tool the server exposes". No shadow service account. Every action audited.
wf.
all or selected) - never "every tool the MCP exposes".
Free tier. Full platform. Six agents, ready to work.
Free forever · No commitment · Upgrade anytime