{"id":1043,"date":"2026-05-29T10:04:59","date_gmt":"2026-05-29T10:04:59","guid":{"rendered":"https:\/\/www.phitech.io\/?page_id=1043"},"modified":"2026-05-29T11:13:49","modified_gmt":"2026-05-29T11:13:49","slug":"phivm-agent-virtual-machines","status":"publish","type":"page","link":"https:\/\/www.phitech.io\/de\/phivm-agent-virtual-machines\/","title":{"rendered":"PhiVM \u2013 Agent Virtual Machines"},"content":{"rendered":"\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<!--\nPhi Technologies \u2013 PhiVM \/ Agent Virtual Machines\nWordPress-ready page block.\nRecommended WordPress title: PhiVM \u2013 Agent Virtual Machines\nRecommended slug: \/phivm-agent-virtual-machines\/\nPaste the content between START and END into a WordPress Custom HTML block.\nIf your WordPress role strips <style>, move the CSS into Appearance \u2192 Customize \u2192 Additional CSS.\n-->\n\n<!-- START: PhiVM WordPress Page -->\n<style>\n  .phi-avm-page {\n    --phi-bg: #ffffff;\n    --phi-soft: #f5f8fc;\n    --phi-soft-2: #eef4ff;\n    --phi-ink: #122033;\n    --phi-muted: #5d6c7c;\n    --phi-line: #dde6f0;\n    --phi-blue: #122f7a;\n    --phi-blue-2: #234aa8;\n    --phi-gold: #f2b844;\n    --phi-green: #34a853;\n    --phi-radius: 24px;\n    color: var(--phi-ink);\n    font-family: inherit;\n    line-height: 1.62;\n  }\n\n  .phi-avm-page * {\n    box-sizing: border-box;\n  }\n\n  .phi-avm-page a {\n    color: var(--phi-blue-2);\n    text-decoration: none;\n  }\n\n  .phi-avm-container {\n    max-width: 1120px;\n    margin: 0 auto;\n    padding: 0 24px;\n  }\n\n  .phi-avm-section {\n    padding: clamp(42px, 6vw, 76px) 0;\n  }\n\n  .phi-avm-hero {\n    padding: clamp(36px, 6vw, 86px) 0 clamp(44px, 7vw, 92px);\n    background:\n      radial-gradient(circle at 15% 10%, rgba(242, 184, 68, 0.16), transparent 28%),\n      radial-gradient(circle at 86% 8%, rgba(35, 74, 168, 0.14), transparent 30%),\n      linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%);\n    border-bottom: 1px solid var(--phi-line);\n  }\n\n  .phi-avm-hero-grid {\n    display: grid;\n    grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);\n    gap: clamp(34px, 5vw, 58px);\n    align-items: center;\n  }\n\n  .phi-avm-kicker {\n    display: inline-flex;\n    gap: 10px;\n    align-items: center;\n    margin: 0 0 18px;\n    padding: 8px 13px;\n    border: 1px solid rgba(18, 47, 122, 0.18);\n    border-radius: 999px;\n    background: rgba(255, 255, 255, 0.78);\n    color: var(--phi-blue);\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n\n  .phi-avm-kicker::before {\n    content: \"\";\n    width: 9px;\n    height: 9px;\n    border-radius: 999px;\n    background: var(--phi-gold);\n    box-shadow: 0 0 0 5px rgba(242, 184, 68, 0.16);\n  }\n\n  .phi-avm-page h1,\n  .phi-avm-page h2,\n  .phi-avm-page h3 {\n    color: var(--phi-ink);\n    line-height: 1.16;\n    margin: 0 0 18px;\n    font-weight: 760;\n  }\n\n  .phi-avm-page h1 {\n    font-size: clamp(38px, 5.6vw, 66px);\n    letter-spacing: -0.045em;\n    max-width: 850px;\n  }\n\n  .phi-avm-page h2 {\n    font-size: clamp(28px, 3.4vw, 42px);\n    letter-spacing: -0.03em;\n  }\n\n  .phi-avm-page h3 {\n    font-size: 20px;\n    letter-spacing: -0.015em;\n  }\n\n  .phi-avm-lead {\n    margin: 0 0 28px;\n    color: var(--phi-muted);\n    font-size: clamp(18px, 2vw, 22px);\n    max-width: 760px;\n  }\n\n  .phi-avm-copy {\n    margin: 0 0 20px;\n    color: var(--phi-muted);\n    font-size: 17px;\n  }\n\n  .phi-avm-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 14px;\n    align-items: center;\n    margin-top: 30px;\n  }\n\n  .phi-avm-button,\n  .phi-avm-button-secondary {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 48px;\n    padding: 13px 20px;\n    border-radius: 999px;\n    font-weight: 700;\n    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;\n  }\n\n  .phi-avm-button {\n    background: var(--phi-blue);\n    color: #ffffff !important;\n    box-shadow: 0 14px 32px rgba(18, 47, 122, 0.18);\n  }\n\n  .phi-avm-button-secondary {\n    color: var(--phi-blue) !important;\n    background: #ffffff;\n    border: 1px solid var(--phi-line);\n  }\n\n  .phi-avm-button:hover,\n  .phi-avm-button-secondary:hover {\n    transform: translateY(-2px);\n  }\n\n  .phi-avm-visual {\n    position: relative;\n    padding: 24px;\n    border: 1px solid var(--phi-line);\n    border-radius: 30px;\n    background: rgba(255, 255, 255, 0.78);\n    box-shadow: 0 24px 70px rgba(18, 32, 51, 0.10);\n    overflow: hidden;\n  }\n\n  .phi-avm-visual::before {\n    content: \"\";\n    position: absolute;\n    inset: -110px -80px auto auto;\n    width: 240px;\n    height: 240px;\n    background: rgba(242, 184, 68, 0.20);\n    border-radius: 999px;\n  }\n\n  .phi-avm-window {\n    position: relative;\n    border: 1px solid #d5deea;\n    border-radius: 22px;\n    background: #0f172a;\n    color: #dce6ff;\n    overflow: hidden;\n  }\n\n  .phi-avm-window-bar {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    padding: 13px 16px;\n    background: #111c33;\n    border-bottom: 1px solid rgba(255,255,255,0.08);\n  }\n\n  .phi-avm-dot {\n    width: 10px;\n    height: 10px;\n    border-radius: 50%;\n    background: #f87171;\n  }\n\n  .phi-avm-dot:nth-child(2) { background: #fbbf24; }\n  .phi-avm-dot:nth-child(3) { background: #34d399; }\n\n  .phi-avm-window-title {\n    margin-left: 8px;\n    color: #a9b8d3;\n    font-size: 13px;\n  }\n\n  .phi-avm-terminal {\n    padding: 20px;\n    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n    font-size: 14px;\n    line-height: 1.72;\n  }\n\n  .phi-avm-terminal span {\n    display: block;\n    color: #91b7ff;\n  }\n\n  .phi-avm-terminal strong {\n    color: #f7d47d;\n    font-weight: 700;\n  }\n\n  .phi-avm-badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 18px;\n  }\n\n  .phi-avm-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 8px 12px;\n    border-radius: 999px;\n    background: #ffffff;\n    border: 1px solid var(--phi-line);\n    color: var(--phi-muted);\n    font-size: 13px;\n    font-weight: 650;\n  }\n\n  .phi-avm-badge::before {\n    content: \"\";\n    width: 7px;\n    height: 7px;\n    border-radius: 999px;\n    background: var(--phi-green);\n  }\n\n  .phi-avm-intro-grid,\n  .phi-avm-split {\n    display: grid;\n    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);\n    gap: clamp(28px, 4vw, 54px);\n    align-items: start;\n  }\n\n  .phi-avm-note {\n    padding: 24px;\n    border-radius: var(--phi-radius);\n    background: var(--phi-soft);\n    border: 1px solid var(--phi-line);\n  }\n\n  .phi-avm-note p {\n    margin: 0;\n    color: var(--phi-muted);\n  }\n\n  .phi-avm-cards {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 28px;\n  }\n\n  .phi-avm-card {\n    min-height: 100%;\n    padding: 24px;\n    border: 1px solid var(--phi-line);\n    border-radius: var(--phi-radius);\n    background: #ffffff;\n    box-shadow: 0 16px 38px rgba(18, 32, 51, 0.05);\n  }\n\n  .phi-avm-card-number {\n    display: inline-flex;\n    justify-content: center;\n    align-items: center;\n    min-width: 34px;\n    width: auto;\n    height: 34px;\n    padding: 0 10px;\n    margin-bottom: 16px;\n    border-radius: 12px;\n    color: var(--phi-blue);\n    background: var(--phi-soft-2);\n    font-weight: 800;\n  }\n\n  .phi-avm-card p,\n  .phi-avm-card li {\n    color: var(--phi-muted);\n  }\n\n  .phi-avm-card ul {\n    margin: 14px 0 0;\n    padding-left: 19px;\n  }\n\n  .phi-avm-soft {\n    background: var(--phi-soft);\n    border-top: 1px solid var(--phi-line);\n    border-bottom: 1px solid var(--phi-line);\n  }\n\n  .phi-avm-feature-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 14px;\n    margin: 26px 0 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .phi-avm-feature-list li {\n    position: relative;\n    padding: 16px 18px 16px 44px;\n    border: 1px solid var(--phi-line);\n    border-radius: 18px;\n    background: #ffffff;\n    color: var(--phi-muted);\n  }\n\n  .phi-avm-feature-list li::before {\n    content: \"\u2713\";\n    position: absolute;\n    left: 17px;\n    top: 15px;\n    color: var(--phi-green);\n    font-weight: 900;\n  }\n\n  .phi-avm-stack {\n    display: grid;\n    gap: 14px;\n    margin-top: 22px;\n  }\n\n  .phi-avm-stack-row {\n    display: grid;\n    grid-template-columns: 148px minmax(0, 1fr);\n    gap: 16px;\n    align-items: start;\n    padding: 18px;\n    border: 1px solid var(--phi-line);\n    border-radius: 18px;\n    background: #ffffff;\n  }\n\n  .phi-avm-stack-row strong {\n    color: var(--phi-blue);\n  }\n\n  .phi-avm-stack-row span {\n    color: var(--phi-muted);\n  }\n\n  .phi-avm-flow {\n    display: grid;\n    grid-template-columns: repeat(5, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 30px;\n  }\n\n  .phi-avm-flow-step {\n    padding: 18px 14px;\n    border-radius: 18px;\n    background: #ffffff;\n    border: 1px solid var(--phi-line);\n    text-align: center;\n    min-height: 126px;\n  }\n\n  .phi-avm-flow-step strong {\n    display: block;\n    color: var(--phi-blue);\n    margin-bottom: 8px;\n  }\n\n  .phi-avm-flow-step span {\n    display: block;\n    color: var(--phi-muted);\n    font-size: 14px;\n  }\n\n  .phi-avm-usecases {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 28px;\n  }\n\n  .phi-avm-usecase {\n    padding: 22px;\n    border-radius: 22px;\n    background: linear-gradient(180deg, #ffffff 0%, #f9fbfe 100%);\n    border: 1px solid var(--phi-line);\n  }\n\n  .phi-avm-usecase p {\n    margin-bottom: 0;\n    color: var(--phi-muted);\n  }\n\n  .phi-avm-cta {\n    padding: clamp(36px, 5vw, 56px);\n    border-radius: 32px;\n    background:\n      radial-gradient(circle at 92% 20%, rgba(242, 184, 68, 0.28), transparent 24%),\n      linear-gradient(135deg, #122f7a 0%, #0f1f4b 100%);\n    color: #ffffff;\n    overflow: hidden;\n  }\n\n  .phi-avm-cta h2,\n  .phi-avm-cta p {\n    color: #ffffff;\n  }\n\n  .phi-avm-cta p {\n    max-width: 760px;\n    opacity: 0.86;\n  }\n\n  .phi-avm-cta .phi-avm-button {\n    background: #ffffff;\n    color: var(--phi-blue) !important;\n    box-shadow: none;\n  }\n\n  .phi-avm-other-projects {\n    margin-top: 34px;\n    padding-top: 24px;\n    border-top: 1px solid var(--phi-line);\n  }\n\n  .phi-avm-other-projects h3 {\n    margin-bottom: 12px;\n  }\n\n  .phi-avm-project-links {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n  }\n\n  .phi-avm-project-links a {\n    padding: 9px 12px;\n    border-radius: 999px;\n    background: var(--phi-soft);\n    border: 1px solid var(--phi-line);\n    color: var(--phi-blue);\n    font-weight: 650;\n    font-size: 14px;\n  }\n\n  @media (max-width: 900px) {\n    .phi-avm-hero-grid,\n    .phi-avm-intro-grid,\n    .phi-avm-split {\n      grid-template-columns: 1fr;\n    }\n    .phi-avm-cards,\n    .phi-avm-usecases {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n    .phi-avm-flow {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 640px) {\n    .phi-avm-container {\n      padding: 0 18px;\n    }\n    .phi-avm-cards,\n    .phi-avm-usecases,\n    .phi-avm-feature-list,\n    .phi-avm-flow {\n      grid-template-columns: 1fr;\n    }\n    .phi-avm-stack-row {\n      grid-template-columns: 1fr;\n    }\n  }\n<\/style>\n\n<div class=\"phi-avm-page\" id=\"phivm-agent-virtual-machines\">\n  <section class=\"phi-avm-hero\">\n    <div class=\"phi-avm-container phi-avm-hero-grid\">\n      <div>\n        <p class=\"phi-avm-kicker\">PhiVM \u00b7 Agent Virtual Machines<\/p>\n        <h1>A secure execution workspace where AI agents can code, calculate, and act.<\/h1>\n        <p class=\"phi-avm-lead\">PhiVM gives AI agents an isolated, on-demand machine where they can generate code for external APIs, run autonomous tasks with an internal LLM, execute complex calculations, inspect files, and deliver verified results \u2014 without touching the user\u2019s local environment.<\/p>\n        <p class=\"phi-avm-copy\">It combines the control of a sandboxed virtual workspace with the speed of an AI-native development environment. Every agent receives its own reproducible runtime, task-specific context, file access, shell execution, package tooling, approved API access, and governed tool access from idea to execution.<\/p>\n        <div class=\"phi-avm-actions\">\n          <a class=\"phi-avm-button\" href=\"mailto:info@phitech.io?subject=PhiVM%20demo%20request\">Request a demo<\/a>\n          <a class=\"phi-avm-button-secondary\" href=\"#phivm-agent-capabilities\">Core capabilities<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"phi-avm-visual\" aria-label=\"PhiVM terminal preview\">\n        <div class=\"phi-avm-window\">\n          <div class=\"phi-avm-window-bar\">\n            <span class=\"phi-avm-dot\"><\/span>\n            <span class=\"phi-avm-dot\"><\/span>\n            <span class=\"phi-avm-dot\"><\/span>\n            <span class=\"phi-avm-window-title\">agent-runtime.phivm<\/span>\n          <\/div>\n          <div class=\"phi-avm-terminal\">\n            <span>> create <strong>isolated workspace<\/strong><\/span>\n            <span>> generate API connector code<\/span>\n            <span>> run autonomous task loop with internal LLM<\/span>\n            <span>> execute calculations, scripts and tools<\/span>\n            <span>> validate outputs and return artifacts<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"phi-avm-badges\">\n          <span class=\"phi-avm-badge\">API code generation<\/span>\n          <span class=\"phi-avm-badge\">Autonomous task runs<\/span>\n          <span class=\"phi-avm-badge\">Complex calculations<\/span>\n          <span class=\"phi-avm-badge\">Internal LLM ready<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"phi-avm-section\">\n    <div class=\"phi-avm-container phi-avm-intro-grid\">\n      <div>\n        <h2>From AI reasoning to AI execution<\/h2>\n      <\/div>\n      <div>\n        <p class=\"phi-avm-copy\">Many AI assistants can answer questions. Real business workflows require more: agents need to inspect project files, create scripts, connect to external APIs, transform data, run tests, calculate results, generate artifacts, call tools, and verify their own work. PhiVM provides the controlled execution layer for that.<\/p>\n        <p class=\"phi-avm-copy\">Instead of giving an agent direct access to a developer\u2019s laptop, server, or production environment, PhiVM creates a separate runtime for each task. The agent works inside this controlled space, can operate with an internal or private LLM where required, produces outputs, and leaves a clear execution trail.<\/p>\n        <div class=\"phi-avm-note\">\n          <p><strong>Simple explanation:<\/strong> PhiVM is a secure machine for AI agents. The agent can think, create API access code, run autonomous task loops, execute calculations, inspect files, and complete real tasks inside its own workspace \u2014 while your local environment stays protected.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"phi-avm-section phi-avm-soft\" id=\"phivm-agent-capabilities\">\n    <div class=\"phi-avm-container\">\n      <h2>Three capabilities that make agents operational<\/h2>\n      <p class=\"phi-avm-copy\">PhiVM is designed for situations where an AI agent must not only reason, but also execute controlled technical work. The machine can create code, run it, inspect results, and continue until the task is complete.<\/p>\n      <div class=\"phi-avm-cards\">\n        <article class=\"phi-avm-card\">\n          <span class=\"phi-avm-card-number\">API<\/span>\n          <h3>Automatic code for external APIs<\/h3>\n          <p>Agents can generate and run task-specific connector code for approved external APIs, including request logic, authentication handling, data mapping, validation, retries, and response processing.<\/p>\n        <\/article>\n        <article class=\"phi-avm-card\">\n          <span class=\"phi-avm-card-number\">LLM<\/span>\n          <h3>Autonomous task running with an internal LLM<\/h3>\n          <p>PhiVM can run agent workflows with an internal or private LLM, allowing agents to plan steps, execute commands, inspect intermediate outputs, adapt, and continue without exposing work to a local environment.<\/p>\n        <\/article>\n        <article class=\"phi-avm-card\">\n          <span class=\"phi-avm-card-number\">CALC<\/span>\n          <h3>Complex calculations and data work<\/h3>\n          <p>Agents can execute numerical scripts, data transformations, simulations, statistical checks, document calculations, optimization routines, and other compute-heavy tasks in a reproducible workspace.<\/p>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"phi-avm-section\" id=\"phivm-how-it-works\">\n    <div class=\"phi-avm-container\">\n      <h2>How PhiVM works<\/h2>\n      <p class=\"phi-avm-copy\">Each Agent Virtual Machine is created for a task, supplied with the right context, tools, model configuration, API permissions, and calculation environment, and used as a reproducible execution workspace.<\/p>\n      <div class=\"phi-avm-cards\">\n        <article class=\"phi-avm-card\">\n          <span class=\"phi-avm-card-number\">1<\/span>\n          <h3>Create the workspace<\/h3>\n          <p>An agent receives a dedicated runtime with task context, selected files, environment settings, internal or external LLM configuration, permissions, and tool access.<\/p>\n        <\/article>\n        <article class=\"phi-avm-card\">\n          <span class=\"phi-avm-card-number\">2<\/span>\n          <h3>Generate and execute code<\/h3>\n          <p>The agent can create scripts, API connectors, calculation routines, file processors, and validation tools, then run them inside the isolated machine.<\/p>\n        <\/article>\n        <article class=\"phi-avm-card\">\n          <span class=\"phi-avm-card-number\">3<\/span>\n          <h3>Run autonomous task loops<\/h3>\n          <p>With an internal or selected LLM, the agent can plan, execute, inspect intermediate results, adapt the next step, and continue until the task reaches the defined goal.<\/p>\n        <\/article>\n        <article class=\"phi-avm-card\">\n          <span class=\"phi-avm-card-number\">4<\/span>\n          <h3>Verify the result<\/h3>\n          <p>The agent can run tests, compare API responses, check calculations, inspect logs, validate generated files, and iterate before returning a final answer or artifact.<\/p>\n        <\/article>\n        <article class=\"phi-avm-card\">\n          <span class=\"phi-avm-card-number\">5<\/span>\n          <h3>Return artifacts<\/h3>\n          <p>Outputs can be returned to PhiStudio, PhiFlow, a user interface, an API endpoint, or another workflow step together with execution metadata.<\/p>\n        <\/article>\n        <article class=\"phi-avm-card\">\n          <span class=\"phi-avm-card-number\">6<\/span>\n          <h3>Scale and clean up<\/h3>\n          <p>Different agents can receive separate machines, making API jobs, calculations, and autonomous task runs easier to parallelize, audit, archive, or discard.<\/p>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"phi-avm-section\">\n    <div class=\"phi-avm-container phi-avm-split\">\n      <div>\n        <h2>Key capabilities<\/h2>\n        <p class=\"phi-avm-copy\">PhiVM is built for agentic work where a language model needs more than a chat window. It gives agents the runtime needed to connect, calculate, act, test, and produce useful outputs.<\/p>\n      <\/div>\n      <div>\n        <ul class=\"phi-avm-feature-list\">\n          <li><strong>Isolated runtime per agent<\/strong><br>Separate execution space for each task, agent, project, or customer workflow.<\/li>\n          <li><strong>Automatic API code generation<\/strong><br>Create task-specific code to access approved external APIs, transform responses, and integrate external data.<\/li>\n          <li><strong>Autonomous internal-LLM execution<\/strong><br>Run agent tasks with an internal or private LLM for controlled, on-premise, or customer-specific automation.<\/li>\n          <li><strong>Complex calculations<\/strong><br>Execute numerical scripts, data transformations, simulations, statistics, comparisons, and validation routines.<\/li>\n          <li><strong>Filesystem access<\/strong><br>Agents can inspect, edit, create, and package files in a controlled workspace.<\/li>\n          <li><strong>Shell execution<\/strong><br>Run scripts, tests, commands, conversion jobs, and automated checks.<\/li>\n          <li><strong>Package tooling<\/strong><br>Install and use task-specific libraries without polluting the host environment.<\/li>\n          <li><strong>Task-specific context<\/strong><br>Mount only the files, prompts, Skills, tools, API credentials, and instructions the agent needs.<\/li>\n          <li><strong>Reproducible execution<\/strong><br>Make agent work easier to repeat, debug, review, and scale.<\/li>\n          <li><strong>Skills and LLM flexibility<\/strong><br>Use PhiSkills and different LLMs to match each task to the right model and capability.<\/li>\n          <li><strong>Governed tool access<\/strong><br>Connect to approved PhiBox, PhiStudio, PhiFlow, API, or MCP-style tools under clear rules.<\/li>\n          <li><strong>Execution trace<\/strong><br>Keep a clearer trail of generated code, commands, intermediate outputs, calculations, and final artifacts.<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"phi-avm-section phi-avm-soft\">\n    <div class=\"phi-avm-container\">\n      <h2>The execution layer in the Phi architecture<\/h2>\n      <p class=\"phi-avm-copy\">PhiVM complements the existing Phi product family by giving agents a place to perform controlled work.<\/p>\n      <div class=\"phi-avm-flow\" aria-label=\"Phi product architecture flow\">\n        <div class=\"phi-avm-flow-step\"><strong>PhiBox<\/strong><span>Private knowledge, document search, RAG and citations<\/span><\/div>\n        <div class=\"phi-avm-flow-step\"><strong>PhiStudio<\/strong><span>Agent configuration, prompts, tools and governance<\/span><\/div>\n        <div class=\"phi-avm-flow-step\"><strong>PhiSkills<\/strong><span>Reusable task logic and structured AI capabilities<\/span><\/div>\n        <div class=\"phi-avm-flow-step\"><strong>PhiVM<\/strong><span>Secure execution for code, APIs, calculations and agent actions<\/span><\/div>\n        <div class=\"phi-avm-flow-step\"><strong>PhiFlow<\/strong><span>Workflow orchestration, approvals and business processes<\/span><\/div>\n      <\/div>\n      <div class=\"phi-avm-stack\">\n        <div class=\"phi-avm-stack-row\">\n          <strong>For product managers<\/strong>\n          <span>Define what an agent should do, connect the right Skills, sources, APIs, and model configuration, and let the agent execute in a controlled workspace.<\/span>\n        <\/div>\n        <div class=\"phi-avm-stack-row\">\n          <strong>For developers<\/strong>\n          <span>Give agents a clean runtime to inspect repositories, generate API connector code, run tests, execute calculations, prepare artifacts, and automate repeatable engineering tasks.<\/span>\n        <\/div>\n        <div class=\"phi-avm-stack-row\">\n          <strong>For enterprise teams<\/strong>\n          <span>Keep API access, calculations, files, and autonomous task runs separated by task, customer, project, or environment while maintaining governance, reviewability, and deployment flexibility.<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"phi-avm-section\">\n    <div class=\"phi-avm-container\">\n      <h2>Typical use cases<\/h2>\n      <div class=\"phi-avm-usecases\">\n        <article class=\"phi-avm-usecase\">\n          <h3>External API automation<\/h3>\n          <p>Let agents generate API access code, call approved services, combine external data with PhiBox knowledge, validate responses, and return structured results.<\/p>\n        <\/article>\n        <article class=\"phi-avm-usecase\">\n          <h3>Autonomous internal-LLM workers<\/h3>\n          <p>Run controlled task loops with an internal LLM for customer-specific automation, private deployments, recurring jobs, and workflow steps that need local governance.<\/p>\n        <\/article>\n        <article class=\"phi-avm-usecase\">\n          <h3>Complex calculations<\/h3>\n          <p>Execute Python scripts, data transformations, statistics, simulations, scoring models, document calculations, and validation checks in a reproducible runtime.<\/p>\n        <\/article>\n        <article class=\"phi-avm-usecase\">\n          <h3>Code analysis and test execution<\/h3>\n          <p>Let agents inspect a repository, identify problems, modify files, run tests, and return a verified patch or recommendation.<\/p>\n        <\/article>\n        <article class=\"phi-avm-usecase\">\n          <h3>AI workflow automation<\/h3>\n          <p>Combine PhiSkills, Tool Calls, project context, API connectors, and calculation scripts so agents can execute repeatable business tasks without manual handover.<\/p>\n        <\/article>\n        <article class=\"phi-avm-usecase\">\n          <h3>Controlled customer workspaces<\/h3>\n          <p>Give each customer, project, or workflow a separate agent machine so data, tools, API access, calculations, and results stay clearly separated.<\/p>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"phi-avm-section phi-avm-soft\">\n    <div class=\"phi-avm-container phi-avm-split\">\n      <div>\n        <h2>Why PhiVM matters<\/h2>\n      <\/div>\n      <div>\n        <p class=\"phi-avm-copy\">Agentic AI becomes much more useful when agents can safely act on files, APIs, calculations, tools, and workflows. PhiVM turns an AI agent from an advisor into an executable worker \u2014 while keeping that work separated, reviewable, and reproducible.<\/p>\n        <ul class=\"phi-avm-feature-list\">\n          <li><strong>Safer execution<\/strong><br>Agents work in a controlled environment instead of the user\u2019s local machine.<\/li>\n          <li><strong>Faster delivery<\/strong><br>Agents can complete practical tasks without waiting for manual API scripting, file handling, calculation setup, or developer handover.<\/li>\n          <li><strong>Better reproducibility<\/strong><br>Task environments can be repeated, reviewed, and debugged more reliably.<\/li>\n          <li><strong>More flexible AI systems<\/strong><br>Use different LLMs, Skills, and tool configurations depending on the task.<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"phi-avm-section\">\n    <div class=\"phi-avm-container\">\n      <div class=\"phi-avm-cta\">\n        <h2>Let AI agents code, calculate, and complete real work \u2014 safely.<\/h2>\n        <p>PhiVM gives every agent its own secure workspace to generate API code, run autonomous internal-LLM tasks, execute complex calculations, validate results, and deliver. It is the practical runtime layer for agentic AI products, enterprise workflows, and developer automation.<\/p>\n        <div class=\"phi-avm-actions\">\n          <a class=\"phi-avm-button\" href=\"mailto:info@phitech.io?subject=PhiVM%20demo%20request\">Request a demo<\/a>\n        <\/div>\n      <\/div>\n\n      <div class=\"phi-avm-other-projects\">\n        <h3>Our other projects<\/h3>\n        <div class=\"phi-avm-project-links\">\n          <a href=\"\/phistudio-ai\/\">PhiStudio<\/a>\n          <a href=\"\/phibox-ai\/\">PhiBox<\/a>\n          <a href=\"\/phiflow-ai\/\">PhiFlow<\/a>\n          <a href=\"\/phimap\/\">PhiMap<\/a>\n          <a href=\"\/phiskills-reusable-ai-skills-for-phistudio\/\">PhiSkills<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n<\/div>\n<!-- END: PhiVM WordPress Page -->\n\n\n<!-- START: Optional homepage sixth category card -->\n<!--\nUse this shorter card on the existing homepage product grid. If your theme already controls product-card styling, keep only the title, text, image and link fields and apply the existing card classes.\n-->\n<style>\n  .phi-avm-home-card {\n    display: block;\n    height: 100%;\n    padding: 26px;\n    border: 1px solid #dde6f0;\n    border-radius: 24px;\n    background: #ffffff;\n    box-shadow: 0 16px 38px rgba(18, 32, 51, 0.06);\n    color: #122033;\n  }\n  .phi-avm-home-card h3 {\n    margin: 0 0 12px;\n    font-size: 24px;\n    line-height: 1.18;\n    letter-spacing: -0.02em;\n  }\n  .phi-avm-home-card p {\n    margin: 0 0 18px;\n    color: #5d6c7c;\n    line-height: 1.6;\n  }\n  .phi-avm-home-card .phi-avm-card-link {\n    color: #234aa8;\n    font-weight: 700;\n  }\n<\/style>\n\n<article class=\"phi-avm-home-card\">\n  <h3>PhiVM \u2013 Agent Virtual Machines<\/h3>\n  <p>Give every AI agent its own isolated workspace to generate API code, run autonomous internal-LLM tasks, execute complex calculations, inspect files, and complete real work safely.<\/p>\n  <a class=\"phi-avm-card-link\" href=\"\/phivm-agent-virtual-machines\/\">Learn more<\/a>\n<\/article>\n<!-- END: Optional homepage sixth category card -->\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>PhiVM \u2013 Agent Virtual Machines Give every AI agent its own isolated workspace to generate API code, run autonomous internal-LLM tasks, execute complex calculations, inspect files, and complete real work safely. Learn more<\/p>\n","protected":false},"author":5,"featured_media":1054,"parent":0,"menu_order":4,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"class_list":["post-1043","page","type-page","status-publish","has-post-thumbnail","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.phitech.io\/de\/wp-json\/wp\/v2\/pages\/1043","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.phitech.io\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.phitech.io\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.phitech.io\/de\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.phitech.io\/de\/wp-json\/wp\/v2\/comments?post=1043"}],"version-history":[{"count":6,"href":"https:\/\/www.phitech.io\/de\/wp-json\/wp\/v2\/pages\/1043\/revisions"}],"predecessor-version":[{"id":1055,"href":"https:\/\/www.phitech.io\/de\/wp-json\/wp\/v2\/pages\/1043\/revisions\/1055"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.phitech.io\/de\/wp-json\/wp\/v2\/media\/1054"}],"wp:attachment":[{"href":"https:\/\/www.phitech.io\/de\/wp-json\/wp\/v2\/media?parent=1043"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}