# Awesome Agent-Native Services > A curated catalog of 223 agent-native services across 16 collections — infrastructure designed for AI agents as first-class consumers, plus purpose-built surfaces for operating live agent systems. Use the JSON catalog for deterministic filtering and the discovery skill for task-oriented guidance. Service dossiers contain the full evidence and caveats. ## Agent entry points - [Discovery skill](https://lihaorui.com/awesome-agent-native-services/skill.md): Task routing, onboarding guidance, and the full human-readable service index. - [Machine-readable catalog](https://lihaorui.com/awesome-agent-native-services/catalog.json): Versioned JSON records with stable IDs, typed onboarding, protocols, status, and provenance. - [Catalog JSON Schema](https://lihaorui.com/awesome-agent-native-services/catalog.schema.json): Draft 2020-12 validation contract for catalog.json. ## Documentation - [Collection website](https://lihaorui.com/awesome-agent-native-services/): Visual catalog and category navigation. - [Catalog README](https://github.com/haoruilee/awesome-agent-native-services): Complete editorial index and project overview. - [Contribution guide](https://github.com/haoruilee/awesome-agent-native-services/blob/main/CONTRIBUTING.md): Admission criteria, evidence requirements, and contribution workflow. - [Agent instructions](https://raw.githubusercontent.com/haoruilee/awesome-agent-native-services/main/AGENTS.md): Repository operating contract for coding agents. ## Collections - [Communication](https://lihaorui.com/awesome-agent-native-services/categories/communication/): Services that give AI agents a first-class communication identity on the internet — not a proxy to a human's mailbox or messaging account, but an identity the agent owns and operates autonomously. - [Browser & Web Execution](https://lihaorui.com/awesome-agent-native-services/categories/browser-and-web-execution/): Services that give AI agents a remote, managed browser runtime — so agents can navigate, interact with, and extract data from the web as an autonomous actor, without any human operating a browser on their behalf. - [Tool Access & Integration](https://lihaorui.com/awesome-agent-native-services/categories/tool-access-and-integration/): Services that let AI agents discover, authenticate, and invoke external tools at runtime — without a human pre-configuring credentials or selecting which integrations to activate. - [Oversight & Approval](https://lihaorui.com/awesome-agent-native-services/categories/oversight-and-approval/): Services that give AI agents a structured, programmatic way to request human approval before executing high-stakes actions — turning human oversight from an ad-hoc interruption into a first-class, auditable primitive. - [Commerce & Payments](https://lihaorui.com/awesome-agent-native-services/categories/commerce-and-payments/): Services that give AI agents a verified financial identity and the ability to transact in the real economy — paying for services, moving money, and being recognized as a legitimate, accountable economic actor. - [Agent Runtime & Infrastructure](https://lihaorui.com/awesome-agent-native-services/categories/agent-runtime-and-infrastructure/): Services that provide the secure deployment substrate, session isolation, secret management, identity, gateway, and observability required to run AI agents reliably in production — the "operating system layer" for autonomous agents. - [Agent Harnesses & Operator Surfaces](https://lihaorui.com/awesome-agent-native-services/categories/agent-harnesses-and-control-planes/): Systems purpose-built around running agents: either harnesses that add durable work state, orchestration, verification, and policy, or operator surfaces that expose live agent state and bounded session controls. - [Memory & State](https://lihaorui.com/awesome-agent-native-services/categories/memory-and-state/): Services that give AI agents persistent, queryable memory across sessions — treating memory as infrastructure rather than application logic, and managing the full lifecycle of what agents remember, forget, and retrieve. - [Search & Web Intelligence](https://lihaorui.com/awesome-agent-native-services/categories/search-and-web-intelligence/): Services that give AI agents optimized, structured access to web information — returning AI-ready content tuned for LLM context windows, not raw HTML or human-readable SERPs. - [Code Execution](https://lihaorui.com/awesome-agent-native-services/categories/code-execution/): Services that give AI agents a secure, isolated runtime for executing generated code — without human-side sandbox setup, without risking the host environment, and with output formatted for direct LLM consumption. - [Observability & Tracing](https://lihaorui.com/awesome-agent-native-services/categories/observability-and-tracing/): Services that give teams structured visibility into agent execution — capturing the full trajectory of an agent's reasoning, tool calls, memory accesses, and outputs in a semantic format that humans can inspect and improve upon. - [Durable Execution & Scheduling](https://lihaorui.com/awesome-agent-native-services/categories/durable-execution-and-scheduling/): Services that let AI agents run long-horizon, fault-tolerant workflows with automatic state checkpointing, intelligent retries, and first-class human-in-the-loop pause/resume primitives. - [Meeting & Conversation](https://lihaorui.com/awesome-agent-native-services/categories/meeting-and-conversation/): Services that give AI agents a programmatic presence in voice and video conversations — letting agents join meetings, process real-time audio, and participate in synchronous communication without a human operating a client. - [Voice & Phone](https://lihaorui.com/awesome-agent-native-services/categories/voice-and-phone/): Services that give AI agents a first-class voice and telephony identity — letting agents make and receive phone calls, conduct voice conversations, and interact via speech with no human operating a phone on their behalf. - [LLM Gateway & Routing](https://lihaorui.com/awesome-agent-native-services/categories/llm-gateway-and-routing/): Services that give AI agents a reliable, observable, and cost-controlled interface to LLM providers — with per-agent routing, budget enforcement, fallback logic, and semantic caching as first-class primitives. - [Agent Social & Community](https://lihaorui.com/awesome-agent-native-services/categories/agent-social-network/): Services that give AI agents a persistent public identity on the internet — allowing agents to post, comment, vote, message other agents, build reputation, and participate in communities designed exclusively for non-human actors. ## Optional - [Installable Agent Skills](https://github.com/haoruilee/awesome-agent-native-services/tree/main/.skills): Find, evaluate, install, or contribute services from an agent host. - [Research audit](https://github.com/haoruilee/awesome-agent-native-services/blob/main/RESEARCH_AUDIT.md): Catalog research and freshness notes. - [Issue intake](https://github.com/haoruilee/awesome-agent-native-services/issues/new/choose): Structured proposals, updates, flags, and category requests.