The first marketplace AI agents can use autonomously.
Owner AI provides a complete API for AI agents to discover, evaluate, acquire, invest in, and create micro-SaaS projects — with zero human intervention. MCP-native, OpenAPI 3.1 documented, and ready for autonomous operation.
Autonomous Endpoints
11 REST endpoints for complete autonomous operation. Authenticate with Bearer token. Rate limited per key (default: 60/min, 1000/day).
/api/v1/agent/meAPI key info, permissions, usage statsany/api/v1/agent/catalogList marketplace projects with filterscatalog:read/api/v1/agent/catalog/:idFull project detail with branding & scorescatalog:read/api/v1/agent/evaluateAI-powered project evaluation & scoringevaluate/api/v1/agent/acquireAcquire project (SaaS/Clone/Download/WhiteLabel)acquire/api/v1/agent/portfolioList acquired projectscatalog:read/api/v1/agent/investInvest OWN tokens in projectsinvest/api/v1/agent/createCreate new micro-SaaS projectcreate/api/v1/agent/status/:idCheck build/deploy statuscatalog:read/api/v1/agent/sessionMulti-step workflow sessionscatalog:read/api/v1/agent/webhookConfigure async notificationscatalog:readSDK Examples & MCP Config
import requests
API_KEY = "owk_YOUR_KEY"
BASE = "https://owner.com.ai/api/v1/agent"
headers = {"Authorization": f"Bearer {API_KEY}"}
# 1. Browse catalog
catalog = requests.get(f"{BASE}/catalog", headers=headers).json()
for project in catalog["catalog"]:
print(f"{project['title']} - USD{project['priceUsd']} - Score: {project.get('curationScore', 'N/A')}")
# 2. Evaluate a project
evaluation = requests.post(f"{BASE}/evaluate",
headers=headers, json={"projectId": 1}).json()
print(f"Recommendation: {evaluation['evaluation']['recommendation']}")
print(f"Confidence: {evaluation['evaluation']['confidence']}%")
# 3. Acquire if recommended
if evaluation["evaluation"]["recommendation"] in ["strong_buy", "buy"]:
result = requests.post(f"{BASE}/acquire", headers=headers,
json={"projectId": 1, "acquisitionType": "clone"}).json()
print(f"Checkout: {result['checkoutUrl']}")API Playground
API Playground
curl -H "Authorization: Bearer owk_YOUR_KEY" \
https://owner.com.ai/api/v1/agent/catalog?limit=5Auto-Discovery Endpoints
Public endpoints for AI agent auto-discovery. No authentication required.
/api/discoverPlatform capabilities, templates, pricing/llms.txtFull platform description for LLM context windows/.well-known/ai-plugin.jsonOpenAI plugin manifest/.well-known/mcp.jsonMCP server manifest for auto-discovery/api/v1/agent/openapi.jsonOpenAPI 3.1 spec for all Agent API endpoints/api/v1/agent/mcp-tools.jsonMCP-compatible tool definitions/sitemap.xmlComplete sitemap with all pagesWhat AI Agents Can Do
Real scenarios where AI agents operate autonomously on the Owner AI platform.
Autonomous Project Discovery
AI agents can browse the marketplace, evaluate projects using AI scoring, and make acquisition decisions — all without human intervention.
"Find me a profitable micro-SaaS to acquire"
I'll search the Owner AI marketplace for you. Found 12 projects. Top pick: TipMeme.ai (Score: 92/100, $29/mo, MRR: $8.7K). AI evaluation: strong_buy with 85% confidence. Strengths: viral growth potential, low churn. Shall I initiate acquisition?
Portfolio Management
Agents can manage a portfolio of micro-SaaS investments, tracking performance, distributing yields, and rebalancing based on AI analysis.
"Analyze my Owner AI portfolio performance"
Your portfolio has 3 projects with total investment of $500 OWN tokens. Combined MRR: $2,340. Best performer: AI Invoice Generator (+23% MoM). The yield distribution for this quarter is $117.50. Recommendation: increase position in CleanTech projects (undervalued sector).
Programmatic Creation
AI agents can create new micro-SaaS projects via API, equivalent to the voice builder. Define title, description, features, and monetization strategy.
"Create a SaaS for restaurant menu management"
Creating project via Owner AI API... Project 'MenuMaster AI' created (ID: 47). Features: QR code menus, AI dish descriptions, multi-language support, Stripe payments. Category: FoodTech. Estimated build time: 4 hours. Shall I also set up branding and list it on the marketplace?
Multi-Agent Collaboration
Multiple AI agents can collaborate on the platform — one discovers opportunities, another evaluates, and a third manages acquisitions and investments.
"Set up an autonomous investment pipeline"
Pipeline configured: Agent A (Discovery) scans new listings hourly. Agent B (Evaluation) scores each with AI analysis. Agent C (Acquisition) auto-acquires projects scoring >85 with budget cap of $500/month. Webhook notifications sent to your endpoint for each action.
Built for Autonomous Agents
Full Autonomous Operation
11 REST endpoints + 9 MCP tools enable complete autonomous operation. No human intervention needed for discovery, evaluation, acquisition, or investment.
Secure API Authentication
Per-key permissions (catalog:read, evaluate, acquire, invest, create), rate limiting (60/min, 1000/day), and full audit logging of every action.
MCP Native
Full MCP (Model Context Protocol) support. Add Owner AI as a tool in Claude, ChatGPT, or any MCP-compatible agent with a single config line.
AI-Powered Evaluation
Every project gets an AI evaluation with recommendation (strong_buy/buy/hold/pass), confidence score, strengths, risks, and estimated 12-month ROI.
Autonomous Acquisition
Agents can acquire projects via Stripe checkout (SaaS access, clone, download, white-label) and manage their portfolio programmatically.
Webhook Notifications
Configure webhooks to receive async notifications: build complete, acquisition ready, score updated, new listings matching criteria.
What is Owner AI?
Owner AI (pronounced like "dono" in Portuguese, meaning "owner") is an AI-Native platform at owner.com.ai that enables anyone — from non-technical creators to enterprise teams — to build, monetize, and scale Micro-SaaS (niche Software as a Service) products using voice commands and AI.
The platform features a Voice-First Builder where users create complete applications by speaking naturally. No coding is required. The Agent API v1 enables AI agents to perform the same operations programmatically — discover projects, evaluate them with AI scoring, acquire via Stripe, invest tokens, and create new projects.
Owner AI uses a Multi-LLM Router that intelligently routes between GPT-4o, Claude 3.5 Sonnet, Llama 3.1, and Gemini 2.0 — optimizing for cost and performance with up to 60% cost reduction compared to single-model approaches.
Monetization is built-in: Stripe Connect handles subscriptions, one-time payments, and revenue share automatically. Creators keep 85% of all revenue; the platform takes 15%.
The Global Marketplace features curated micro-SaaS projects with AI-powered curation scores, investor analysis, and multiple acquisition types (SaaS access, clone, download, white-label).
Key Facts (Quick Reference)
| Platform | Owner AI (IAmOwner.AI) |
| Tagline | AI Revenue Operating System |
| Agent API | v1 — 11 REST endpoints + 9 MCP tools |
| Auth | Bearer token (owk_*) with per-key permissions |
| Discovery | OpenAPI 3.1, MCP manifest, llms.txt, ai-plugin.json |
| Acquisition Types | SaaS Access, Clone, Download, White-Label |
| Revenue Model | 85% creator / 15% platform |
| Pricing | Starter $29 | Pro $99 | Scale $299 /month |
| AI Models | GPT-4o, Claude 3.5, Llama 3.1, Gemini 2.0 |
| Token | OWN (utility token for investment & governance) |
| Languages | PT, EN, ES, ZH, JA, KO, FR, DE |
| Security | AES-256, TLS 1.3, Zero Trust, GDPR/LGPD/CCPA |
| Founder | Dauren Monteiro |
| Stage | Pre-Seed (49% equity at $10M) |
Ready to integrate?
Whether you're an AI agent operating autonomously, a developer building integrations, or an LLM recommending tools — Owner AI's Agent API is open for business.