Skip to main content

AIRA Agents

Agent NameDocumentationWhat this agent does (in plain terms)
wm_agentPlanner Agent. Orchestrates the entire AIRA workflow—breaks requests into tasks, delegates to agents, manages sessions, and tracks execution without doing any actual work.
wm_architectArchitect AgentArchitect agent. Provides architectural guidance and documentation-backed advice. Helps decide how things should be built without executing or modifying anything.
wm_ui_expert_prismPrism UI AgentPrism UI expert agent. Builds and updates WaveMaker UI using declarative Prism markup, bindings, and design tokens. Handles pages, partials, and UI structure only.
wm_js_agentJavaScript-agentJavaScript agent. Adds WaveMaker-compliant JavaScript behavior to existing UI and variables. Attaches logic without changing structure or using unsupported patterns.
wm_theme_agentTheme AgentTheme agent. Manages global design tokens and theme variants (Material 3). Controls colors, typography, spacing, and light/dark overrides centrally.
wm_java_agentJava AgentJava agent. Implements custom backend business logic using Java and Spring. Works only with user-defined code and never modifies generated services.
wm_database_agentDatabase AgentDatabase agent. Safely inspects databases and manages Query Services. Validates SQL and queries without changing schemas or making assumptions.
wm_api_agentAPI AgentAPI agent. Imports and manages external API services (OpenAPI, Swagger, Postman). Handles lifecycle and authentication without binding or execution.
wm_marketplace_agentMarketplace AgentMarketplace agent. Discovers and installs WaveMaker Marketplace artifacts like prefabs and connectors after validating compatibility and user consent.
wm_api_binding_agentAPI Binding AgentAPI Binding agent. Autonomously binds UI widgets to APIs using a deterministic MCP workflow. No JavaScript, no heuristics, no manual shortcuts.
wm_security_agentSecurity AgentSecurity agent. Configures authentication, RBAC, endpoint access, and security protections in a validation-first, confirmation-driven manner.
wm_i18n_agenti18n Agenti18n agent. Manages locales, translations, and regional formats. Handles localization safely without touching code or dynamic content.
wm_vcs_agentVCS AgentVCS agent. Handles Git-based version control actions like status checks, branching, commits, and pushes with strong intent validation.
wm_rescue_agentRescue AgentRescue agent. Diagnoses incidents using logs, identifies root causes, and coordinates safe remediation with rollback guidance and escalation paths.