← Back to search
60
Partial
Agentic Readiness Score
+25 llms.txt +20 OpenAPI missing +20 ai-plugin
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
developer openapiapillms-txt

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 60/100

            

llms.txt Content

# Zo Computer > Zo is an intelligent cloud computer that lets you turn your ideas into reality fast. You can store your files, connect your tools, and then research or build practically anything with AI. Because your Zo is your own personal server, you can host anything – files, websites, APIs, you name it. You can even text or email your Zo – turning your cloud computer into a personal assistant. ## Docs - [API](https://docs.zocomputer.com/api.md): Access Zo programmatically - [Ask Zo](https://docs.zocomputer.com/api-reference/ai/ask-zo.md): Send a message to your Zo and get a response. Use `stream: true` for Server-Sent Events streaming. - [Get the full model catalog](https://docs.zocomputer.com/api-reference/ai/get-the-full-model-catalog.md): Return the full public model catalog — the picker model list plus the scalar globals (default chat model, featured flags/labels, promo end date, deprecation map). This is the runtime, fleet-fresh equivalent of the baked types/generated/models.ts manifest, built from the same source so the two never… - [List available models](https://docs.zocomputer.com/api-reference/ai/list-available-models.md): List all available models. When authenticated with an API key, includes BYOK configurations. - [List available personas](https://docs.zocomputer.com/api-reference/personas/list-available-personas.md): List all configured personas. When authenticated with an API key, returns personas for the key owner. - [Automations](https://docs.zocomputer.com/automations.md): Let Zo do the work while you're not at the keyboard - [Subscription](https://docs.zocomputer.com/billing.md): Plans, AI credits, and how billing works - [Browser use](https://docs.zocomputer.com/browser.md): The only way for Zo to act on sites that need you signed in - [Bring your own LLM API](https://docs.zocomputer.com/byok.md): Use your own LLM API provider keys - [Claude Code](https://docs.zocomputer.com/claude-code.md): Use your Claude Code subscription with Z

OpenAPI Spec (preview)

{ "openapi": "3.1.0", "info": { "title": "Zo API", "version": "1.0.0" }, "servers": [ { "url": "https://api.zo.computer", "description": "Zo API" } ], "paths": { "/zo/ask": { "post": { "tags": [ "AI" ], "summary": "Ask Zo", "description": "Send a message to your Zo and get a response. Use `stream: true` for Server-Sent Events streaming.", "operationId": "zoAsk", "requestBody": {