For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Postman
PricingEnterprise
Contact SalesSign InSign Up for Free
HomeDocs
HomeDocs
      • Overview
        • Overview
        • Get started
        • Run tasks with AI Skills
          • Overview
          • Get started
        • Agent Mode Enterprise
        • Use Postman AI Recipes
        • Troubleshoot Agent Mode
Postman API Platform

Product

  • Postman Overview
  • Enterprise
  • Spec Hub
  • Flows
  • Agent Mode
  • API Catalog
  • Fern
  • Postman CLI
  • Integrations
  • Workspaces
  • Plans and pricing

API Network

  • App Security
  • Artificial Intelligence
  • Communication
  • Data Analytics
  • Database
  • Developer Productivity
  • DevOps
  • Ecommerce
  • eSignature
  • Financial Services
  • Payments
  • Travel

Resources

  • Postman Docs
  • Academy
  • Community
  • Templates
  • Intergalactic
  • Videos
  • MCP Servers

Legal and Security

  • Legal Terms Hub
  • Terms of Service
  • Postman Product Terms
  • Security
  • Website Terms of Use

Company

  • About
  • Careers and culture
  • Contact us
  • Partner program
  • Customer stories
  • Student programs
  • Press and media
Twitter iconLinkedIn iconGithub iconYouTube iconInstagram iconDiscord icon
Download Postman
Privacy Policy

© 2026 Postman, Inc.

On this page
  • Prerequisites
  • Authorize the Postman integration for Slack
  • Authorize GitHub access
  • Invoke the agent in Slack
Postman AIAgent ModeAgent Mode on Cloud

Get started with the Postman Agent Mode on Cloud

Beta
||View as Markdown|
Was this page helpful?
Previous

About Postman Agent Mode on Cloud

Next

Agent Mode Enterprise features

Built with

This guide explains how to set up and use the Postman Agent Mode on Cloud. It covers engineering tasks such as updating code repositories and running API tests and workflows against your Postman Collections and GitHub repos.

Once you complete the steps in this guide, you can invoke the agent from Slack using @Postman, monitor its activity in the Postman desktop app, and review its output before merging a pull request.

Heads up: AI can make mistakes. Remember to review the code and answers.

Prerequisites

To use the Postman Agent Mode on Cloud, you need the following:

  • Access to a Postman-integrated Slack workspace.
  • A Postman account with access to the relevant workspace.
  • A GitHub account connected to your Postman organization.

Authorize the Postman integration for Slack

To allow the agent to receive task instructions and post updates in Slack, you need to authorize the Postman integration for your Slack workspace.

If you haven’t connected Slack with Postman, the first time you invoke @Postman in Slack, you’ll be prompted to authorize the Postman app to access your Slack workspace.

Otherwise, click Integration icon Integrations on the Postman homepage, select Browse All Integrations, and find Slack, or follow the integration setup instructions.

When redirected to Slack’s OAuth authorization page asking you to allow the Postman app access to Slack, do the following:

  1. Review the permissions that the app will be granted.
  2. Select the workspace from the dropdown.
  3. Click Allow to proceed.

Authorize GitHub access

GitHub access is required for the agent to interact with your code repositories, run tests, and complete workflows in your GitHub repos.

If you haven’t authorized GitHub access, the first time you invoke @Postman in Slack with a --repo flag, you’ll be prompted to authorize the Postman app to connect to your GitHub account.

Otherwise, in Postman click Setting icon Settings in the header, then select App settings > Plugins and click Connect to GitHub.

Follow the sign-in prompts to authorize Postman to access your GitHub organization.

After you authorize access, your GitHub repos become available for the agent to interact with based on the task instructions you provide in Slack.

Invoke the agent in Slack

To start using the agent, do the following:

  1. Go to the target Slack channel.

  2. Mention @Postman in a message to invoke the agent.

  3. Give the bot natural language task instructions. Use the --repo flag to scope the task to a specific GitHub repository. For example, you can ask it the following:

    Ask what the agent can do
    @Postman what can you do?
    Fix the README
    @Postman --repo repo-name fix README
    Run API tests
    @Postman --repo repo-name run API tests
    Update code to match the collection
    @Postman --repo repo-name Update my frontend, backend, and tests to match the collection. Add a check on every pull request that updates code based on collection and API updates.

The agent starts processing and posts a progress status reply in the thread. You can click Watch Live to monitor activity in real time.

In Postman, select Home icon Home > Agent Tasks in the header to view a record of your conversations.