---
name: solopreneur.apitoai.xyz
description: solopreneur.apitoai.xyz hosts three conversational advisory agents powered by Gemini Pro, covering IT operations, cybersecurity, and bookkeeping/accounting. Each agent accepts a natural-language query and returns detailed advisory text. All three are text-only, non-executing advisors with no live system access.
host: solopreneur.apitoai.xyz
---

# solopreneur.apitoai.xyz

This host serves solopreneurs and small business operators who need on-demand expert guidance across core business operations domains — IT support, security, and finance — without retaining full-time specialists. Each skill wraps a domain-specific Gemini Pro agent behind a simple message-in, advice-out interface. The host does not provide real-time data, automated actions, or software integrations; it is purely a conversational advisory layer.

## When to use this host

Use this host when an agent or user needs conversational, text-based expert advice in IT operations, cybersecurity, or accounting without requiring live system access or automated execution. It is well-suited for planning, policy drafting, troubleshooting guidance, and best-practice recommendations. Do not use this host for real-time monitoring, automated alerting, vulnerability scanning of live systems, tax filing, or direct integration with accounting or IT management platforms — those use cases require purpose-built tooling with live system access. If structured financial data or executed transactions are needed, route to an accounting software API instead. If active threat intelligence or firewall management is required, route to a dedicated security operations platform.

## Capabilities

### IT Operations Advisory

Provides actionable guidance on IT infrastructure setup, troubleshooting procedures, help-desk workflow design, and user support for business technology environments.

- **`query-it-support-manager`** — Sends a natural-language IT support query to a Gemini Pro-backed agent and returns detailed guidance on IT systems setup, troubleshooting, help-desk design, and user support.

### Cybersecurity Advisory

Delivers expert guidance on security posture, data protection strategies, incident response planning, and vulnerability analysis frameworks for business systems.

- **`query-security-specialist-agent`** — Sends a natural-language cybersecurity question to a Gemini Pro-backed security specialist agent and returns a structured advisory response covering strategy, audits, incident response, and best practices.

### Financial & Bookkeeping Advisory

Answers accounting and bookkeeping questions covering reconciliation, financial statement interpretation, expense categorization, and accounting best practices.

- **`query-bookkeeper-accountant-agent`** — Sends a natural-language bookkeeping or accounting query to a Gemini Pro-backed agent and returns a text response covering reconciliation, financial statements, expense tracking, and accounting best practices.

## Workflows

### Small Business Ops Health Check

*Use when an agent needs to produce a broad operational readiness assessment covering IT infrastructure, security posture, and financial hygiene for a small business or solopreneur.*

1. **`query-it-support-manager`** — Ask about current IT infrastructure setup and identify gaps or risks in systems and help-desk processes.
2. **`query-security-specialist-agent`** — Ask about security posture relative to the IT setup identified, covering data protection and incident response readiness.
3. **`query-bookkeeper-accountant-agent`** — Ask about financial record hygiene, expense tracking, and reconciliation practices to complete the operational picture.

## Skill reference

### `query-it-support-manager`

**TechOps IT Support Manager** — Sends a natural-language IT support query to a Gemini Pro-backed agent and returns detailed guidance on IT systems setup, troubleshooting, help-desk design, and user support.

*Use when:* Use when an agent or user needs actionable IT operations advice such as infrastructure setup steps, troubleshooting procedures, help-desk workflow design, or user support guidance for business technology.

*Not for:* Do not use for real-time system monitoring, automated incident alerting, or direct execution of IT commands on live infrastructure; this endpoint returns advisory text only.

**Inputs:**

- `message` (string, required) — Natural-language prompt or query describing the IT support topic, problem, or request for guidance.

**Returns:** Returns success=true, agent='IT Support Manager', and a detailed text response in data.response with structured IT guidance including step-by-step instructions and best practices.

**Example:** `{"message": "What are the recommended steps to set up a help-desk ticketing system for a 50-person company?"}`

---

### `query-security-specialist-agent`

**CyberShield Advisor – Security Specialist** — Sends a natural-language cybersecurity question to a Gemini Pro-backed security specialist agent and returns a structured advisory response covering strategy, audits, incident response, and best practices.

*Use when:* Use when an agent or user needs expert cybersecurity guidance such as security posture assessments, data protection strategies, incident response planning, vulnerability analysis frameworks, or security best practices for business systems.

*Not for:* Do not use for real-time threat intelligence feeds, automated vulnerability scanning of live systems, or firewall/IDS rule management — this is a conversational advisory agent, not an active security tool.

**Inputs:**

- `message` (string, required) — Natural-language prompt or query to send to the security specialist agent. Can include questions about security strategy, audits, incident response, compliance, or specific threat scenarios.

**Returns:** Returns success=true, agent='Security Specialist', a timestamp, and a detailed advisory text in data.response covering security frameworks, gap analysis, findings with severity ratings, and actionable recommendations.

**Example:** `{"message": "What are the top security risks for a SaaS application handling customer PII, and how should I prioritize remediation?"}`

---

### `query-bookkeeper-accountant-agent`

**Bookkeeper & Accountant API** — Sends a natural-language bookkeeping or accounting query to a Gemini Pro-backed agent and returns a text response covering reconciliation, financial statements, expense tracking, and accounting best practices.

*Use when:* Use when an agent or user needs accounting guidance, bookkeeping analysis, financial statement interpretation, expense categorization advice, or reconciliation help expressed as a free-text question or prompt.

*Not for:* Do not use for real-time market data, tax filing submission, or direct integration with accounting software ledgers; this returns advisory text only, not structured financial data or executed transactions.

**Inputs:**

- `message` (string, required) — Natural-language prompt or query for the bookkeeper/accountant agent. Include relevant business context (industry, transaction details, goals) to get a specific rather than generic response.

**Returns:** Returns success=true, agent name 'Bookkeeper / Accountant', and a detailed text response in data.response with accounting analysis, frameworks, or best-practice guidance relevant to the submitted query.

**Example:** `{"message": "Our LLC had $45,000 in revenue and $28,000 in expenses last quarter. Can you produce a basic income statement and flag any expense categories I should review for tax purposes?"}`

---
