> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://learning.postman.com/llms.txt. For full content including API reference and SDK examples, see https://learning.postman.com/llms-full.txt.

# About Postman Agent Mode on Cloud

This feature is available to users who consent to using AI.

The Postman Agent Mode on Cloud is an AI-powered agent that handles coding tasks so engineers can focus on reviewing and shipping rather than setting up and verifying.

It can connect to your codebase, including repositories, workspaces, APIs, the frontend, and the backend, to perform complex, long-running workflows autonomously.

You can run more than one workflow simultaneously.

The agent writes, tests, and verifies changes. You review and approve before shipping.

## Invoke the agent

After you [set up the agent](/docs/postman-ai/agent-mode/agent-mode-cloud/get-started/), you can start an agent run from several entry points:

* **Slack** — Invoke `@Postman` from any channel to trigger a run and receive results where your team already works. This is the primary entry point for ad-hoc requests and on-call workflows.
* **Postman app** — Long-running background agents are surfaced directly in the Postman UI, where you can monitor progress, stream results, and intervene mid-run.

## Run securely in isolation

Every agent run operates in a fully isolated cloud sandbox. The agent can only reach APIs explicitly registered in your [Postman API Catalog](/docs/api-catalog/overview/). Internet access is off by default, and production credentials are never issued to a sandbox.

Background agents run over extended periods without requiring you to watch them. Use them for any task where reviewing the output asynchronously is sufficient.

## Discover APIs

The agent uses Postman's search capability to find APIs across your public and private API catalogs without relying on guesswork. Search combines deterministic graph queries with semantic search so the agent always operates against verified, registered APIs as its source of truth.

## Next steps

To start using Postman Agent Mode on Cloud, explore the following resources:

* Learn how to [get started with the Postman Agent Mode on Cloud](/docs/postman-ai/agent-mode/agent-mode-cloud/get-started/).
* Learn more about [Postman's Agent Mode](/docs/agent-mode/overview/).