Monkeys
Applications

Application Building

Build workflow-centric applications in Monkeys Studio

Application Building

In Monkeys, an application is usually built around a workflow, an agent, or a domain-specific workspace in Studio. The current Studio frontend lives in monkeys-studio and provides routes for workflows, agents, tools, assets, data, design, evaluations, and settings.

Common Building Blocks

  • Workflows: visual orchestration for model calls, tools, branching, loops, and output construction.
  • Agents: model instructions, threads, messages, tool calls, and approval flow backed by monkeys-agent-server.
  • Tools: imported services described by manifest and OpenAPI.
  • Assets and data: media, text data, table data, model assets, and domain resources.
  • Evaluations: model or workflow evaluation surfaces where enabled.

Typical Flow

  1. Create or select a team.
  2. Configure model providers and credentials.
  3. Import required tools.
  4. Build a workflow or agent.
  5. Test in Studio.
  6. Publish or integrate through API.

On this page