Copilot Computer Use
Hosted AgentTrustedCOMING SOONby Microsoft
Computer use in Microsoft Copilot Studio runs UI automation across web and desktop apps from natural-language flow definitions. Deep Microsoft 365, Dynamics, and SharePoint integration out of the box, with tenant-level governance and audit logs. Requires a Copilot Studio license; throughput is tuned for business workflows, not scraping.
This runner is not yet wired to the live routing layer. API requests targeting it return 503 runner_unavailable until the integration ships.
- Provider
- Microsoft
- Type
- Hosted Agent
- Added
- Apr 2025
- Interface
- Task-level
- Trust tier
- trusted
- Egress
- Vendor egress (unverified)
- Evidence
- partial
- Max session
- 60 min
- Regions
- US, EU
- Pricing
- effective per run $0.38license Copilot Studio seat
- Compliance
- ZDRSOC 2HIPAAPCI-DSS ROC
—
Traffic share
—
Success
—
Median duration
$0.38/run
List price
—
p95 first action
Not enough live samples for a trend yet.
Pricing
| Model | Native price | Normalized $/run | Notes |
|---|---|---|---|
| subscription | $0.38/run | — | Requires Copilot Studio license |
| effective per run | $0.38 | — | — |
| license | Copilot Studio seat | — | — |
Capability matrix
Capabilities for this runner — extra/gap badges compare against the most common capability set for Hosted Agent runners in the catalog.
Login flows
MFA/2FA interactions
CAPTCHA handling
File download
File upload
Form filling
Structured extraction
Vision-based
DOM-based
Stealth/anti-bot
Residential proxies
Persistent sessions
Parallel sessions
Human-in-the-loop
Full evidence
Storage capture
Code sample
Pin this runner via routing: "microsoft-copilot-cu"
curl -X POST "$BANANA_PEEL_BASE/api/v1/responses" \
-H "Authorization: Bearer $BANANA_PEEL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "banana-peel",
"input": "Extract the title from https://example.com",
"routing": "microsoft-copilot-cu"
}'