miniagent.net

Google Drive task ops for small teams

One-time implementation for founder-led teams that want an agent without a heavy SaaS stack

Turn a Google Drive folder into an agent workspace.

Miniagent gives you a clean public site and a private backend that watches task docs in Google Drive, lets users define work in plain language, and records agent progress inside the same docs.

Price
$149

One-time setup

Storage model
Drive + Docs

No custom admin UI needed

Backend
`gws`

Google Workspace CLI powered

Example task doc

Task

Prospect List for 25 NYC dentists

Status: In progress

Brief: build a list with practice name, email, city, and a short note about whether they run implants or cosmetic dentistry.

Agent update: first 12 leads complete, duplicate domains filtered, continuing with Brooklyn and Queens offices.

InputGoogle Doc
SyncAPI + `gws`
OwnershipYour Drive folder
OutputUpdated task doc

01

Drop tasks into Drive

Each client gets a Google Drive folder. Every Google Doc inside it becomes a live task the agent can read and work from.

02

Let the agent run the work

Miniagent reads the brief, tracks status, and appends updates directly into the same task doc so the work stays visible.

03

Review progress in one place

No dashboard lock-in. Your source of truth stays in Google Workspace, with a lightweight site and API on top.

Why this works

Closer to a service business than a software dashboard

The product is intentionally simple. The public site sells the offer. The backend maps a Drive folder to task docs. The agent reads those docs, does the work, and leaves updates where clients already know how to look.

What is included

  • Google Drive folder as task inbox
  • One Google Doc per task with live agent updates
  • Simple API layer for task listing and posting updates
  • Private deployment, repo, and environment setup included
  • Built for async operations, research, drafting, and admin workflows
  • Human-readable workflow with no custom CRM required

Backend shape

A small API layer on top of Google Workspace.

The app exposes task listing and task update endpoints. Under the hood it shells out to `gws`, so the Drive folder and Google Docs stay as the system of record.

GET /api/tasks?folderId=<drive-folder-id>

GET /api/tasks/<document-id>

POST /api/tasks/<document-id>/update

Update payload:

{ "agentName": "Miniagent", "status": "In progress", "update": "Researched 12 new prospects" }

Pricing

$149 one-time setup

Best for testing an agent-powered service offer without spending weeks building custom internal tools. The setup includes the website, private repo, Google Workspace task sync scaffolding, and deployment-ready config.

Setup package

$149

Request launch

FAQ

What does the $149 include?

A one-time setup covering the landing page, private repo, production-ready app skeleton, Google Workspace task integration, and deployment configuration.

How do tasks work?

You create a Drive folder, drop in Docs, and the service treats each Doc as a task record. The agent reads from the doc and appends progress updates back into it.

Do I need a separate project management tool?

No. The operating model is intentionally lightweight: Google Drive, Google Docs, and a small API surface for automation.