aid: aaaai-me name: AAA AI description: >- AAA AI (Autonomous Agents Automations; product spelling AAAAI) is a Montenegro-based multi-agent AI platform operated by Kirill Pokidov: a workspace at web.aaaai.me that routes questions through a panel of expert models with debate and verification modes, runs visual workflows with human-approval nodes across a catalog of integrations, pairs desktop "agents" on a user's own machines, and adds Meet — voice and video calls with live AI notes. Sold as a $20/month Pro cloud plan (card, crypto or SBP) or self-hosted. The API is a 102-operation Swagger 2.0 contract on web.aaaai.me (chat, streaming queries, an OpenAI-compatible /v1/chat/completions, approvals, cron jobs, goal jobs, experts, settings) authenticated by an X-User-Login header, plus a documented crypto checkout API that lets an agent buy the subscription autonomously. The static site aaaai.me publishes an unusually complete agent-discovery layer — RFC 9727 api-catalog, OAuth/OIDC/RFC 9728 metadata, ai-plugin.json, an MCP server card, an agentskills.io index, agent-payments.json, llms.txt and the full ai-visibility.org.uk file set — several of whose targets (the named OpenAPI URL, the MCP endpoint, the JWKS) do not exist. url: https://raw.githubusercontent.com/api-evangelist/aaaai-me/refs/heads/main/apis.yml image: https://aaaai.me/og-image.png x-type: company x-source: harvest:a2a-registry x-tier: profiled x-tier-reason: enrichment pass 2026-09-19 (local-v3; was a2a-registry harvest stub) specificationVersion: '0.20' created: '2026-09-19' modified: '2026-09-19' tags: - Artificial Intelligence - Agents - Multi-Agent - LLM Orchestration - Meetings - Voice - Video - Workflows - MCP - Agentic Commerce - OpenAI-Compatible - Self-Hosted - agent-native - Montenegro tags_raw: - AI - Agents - Multi-agent - LLM orchestration - Meetings - Voice - Video - Workflows - MCP - Agent commerce - OpenAI compatible - Self-hosted - Agent-native - Montenegro - Agent Commerce - OpenAI Compatible apis: - aid: aaaai-me:aaaai-platform-api name: AAAAI Platform API description: >- REST API of the AAA AI workspace, published as Swagger 2.0 "AAAAI API" 1.1.0 (host web.aaaai.me, 79 paths, 102 operations, no operationIds, empty definitions) at https://web.aaaai.me/api/spec.json — the document the Flasgger UI at /apidocs loads; every provider discovery file instead names /apispec_1.json, which is a 404. Covers health, auth (login, register, Sign in with Apple, delete account), the current user, chats with messages and attachments, one-shot and SSE-streamed queries, OpenAI-compatible /v1/models and /v1/chat/completions, code-only generation, audio transcription and speech, expert-pool and dynamic-expert management, cognitive scaling, exec approvals (X-Agent-Token), cron jobs, background goal jobs, the Deep Agent, single-tool invocation on paired device agents, dev-preview sessions, connected nodes, video sessions, memories and per-user settings including MCP platform profiles. Auth is an X-User-Login header or session cookie; /api/health answers anonymously. humanURL: https://web.aaaai.me/apidocs baseURL: https://web.aaaai.me tags: - Artificial Intelligence - Agents - Multi-Agent - OpenAI-Compatible - Workflows tags_raw: - AI - Agents - Multi-Agent - OpenAI Compatible - Workflows properties: - type: OpenAPI url: openapi/aaaai-me-openapi.json - type: OpenAPI name: AAAAI API Swagger 2.0 (provider-hosted) url: https://web.aaaai.me/api/spec.json - type: APIReference url: https://web.aaaai.me/apidocs - type: Documentation url: https://aaaai.me/docs.html - type: Overlay url: overlays/aaaai-me-openapi-overlay.yaml - type: DataModel url: data-model/aaaai-me-data-model.yml - type: ErrorCatalog url: errors/aaaai-me-problem-types.yml - aid: aaaai-me:aaaai-agent-checkout-api name: AAA AI Agent Checkout (Billing) API description: >- The provider-documented purchase surface for autonomous agents, described in https://aaaai.me/pay.md and machine-readably in https://aaaai.me/.well-known/agent-payments.json but absent from the Swagger contract: GET /api/billing/crypto/config (anonymous; probed 200 — USDT 20.0, ETH 0.006, BTC 0.0003), POST /api/billing/crypto/create {email, currency} returning address, amount, currency and status_token, and GET /api/billing/crypto/status/{address}?status_token= polled until confirmed, at which point the $20/month Pro licence is applied to that email. Sibling Paddle card checkout (browser-assisted) and YooKassa SBP endpoints (config reports enabled: false) are documented alongside. The provider's policy states AI agents may purchase Pro when a user needs paid access; refunds are discretionary under the Terms. humanURL: https://aaaai.me/pay.md baseURL: https://web.aaaai.me/api/billing tags: - Agentic Commerce - Payments - Crypto - Subscription tags_raw: - Agent Commerce - Payments - Crypto - Subscriptions properties: - type: Documentation url: https://aaaai.me/pay.md - type: Pricing url: https://aaaai.me/pay/ - type: AgentSkill url: skills/aaaai-me-buy-pro-as-agent.md maintainers: - FN: Kin Lane email: kin@apievangelist.com - FN: APIs.json email: info@apis.io common: - type: AgenticAccess url: agentic-access/aaaai-me-agentic-access.yml - type: Website url: https://aaaai.me/ - type: DeveloperPortal url: https://web.aaaai.me/ - type: Documentation url: https://aaaai.me/docs.html - type: APIReference url: https://web.aaaai.me/apidocs - type: GettingStarted name: Agent authentication and entry guide (auth.md) url: https://aaaai.me/auth.md - type: Login url: https://web.aaaai.me/ - type: SignUp url: https://aaaai.me/register.html - type: Pricing url: https://aaaai.me/pay/ - type: TermsOfService url: https://aaaai.me/terms-and-conditions.html - type: PrivacyPolicy url: https://aaaai.me/privacy.html - type: Support url: mailto:support@aaaai.me - type: Blog url: https://aaaai.me/blog.html - type: BlogRSS url: https://aaaai.me/blog/feed.xml - type: Newsroom url: https://aaaai.me/news.html - type: Downloads url: https://aaaai.me/downloads.html - type: LLMsTxt url: llms/aaaai-me-llms.txt - type: LLMsTxt name: llms.txt (provider-hosted) url: https://aaaai.me/llms.txt - type: WellKnown url: well-known/aaaai-me-well-known.yml - type: APICatalog name: RFC 9727 API catalog (provider-hosted) url: https://aaaai.me/.well-known/api-catalog - type: Authentication url: authentication/aaaai-me-authentication.yml - type: OAuthScopes url: scopes/aaaai-me-scopes.yml - type: Conventions url: conventions/aaaai-me-conventions.yml - type: ErrorCatalog url: errors/aaaai-me-problem-types.yml - type: Lifecycle url: lifecycle/aaaai-me-lifecycle.yml - type: ChangeLog url: changelog/aaaai-me-changelog.yml - type: ChangeLog name: Product news feed (provider-hosted) url: https://aaaai.me/news/feed.xml - type: Conformance url: conformance/aaaai-me-conformance.yml - type: Plans url: plans/aaaai-me-plans-pricing.yml - type: RateLimits url: rate-limits/aaaai-me-rate-limits.yml - type: Packages url: packages/aaaai-me-packages.yml - type: CLI url: cli/aaaai-me-cli.yml - type: DataModel url: data-model/aaaai-me-data-model.yml - type: AgentSkill url: skills/_index.yml - type: DomainSecurity url: security/aaaai-me-domain-security.yml - type: DataSubjectRequest url: https://aaaai.me/privacy.html - type: AITransparency url: https://web.aaaai.me/meet - type: ExitAssistance url: https://aaaai.me/docs.html - type: RegulatoryPosture url: regulatory/aaaai-me-regulatory-posture.yml x-enrichment: date: '2026-09-19' status: enriched artifacts_added: 35 pass: local-v3