For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
LogoLogo
Join DiscordWebsite
DocsGuidesSDKsAI GatewayCLIAPI Reference
DocsGuidesSDKsAI GatewayCLIAPI Reference
  • Overview
    • Overview
  • Agent capabilities
    • Serve a frontend from your agent
    • Store data with SQLite
    • Using knowledge stores
    • Connect to OAuth-protected MCP servers
  • Security and access
    • Manually authorize requests
    • Egress IP allowlisting
  • Operations
    • Troubleshooting stuck deployments
  • Overview
  • Serve a frontend from your agent
  • Store data with SQLite
  • Using knowledge stores
  • Connect to OAuth-protected MCP servers
  • Manually authorize requests
  • Egress IP allowlisting
  • Troubleshooting stuck deployments
Join DiscordWebsite
On this page
  • Agent capabilities
  • Security and access
  • Operations
  • Next steps
Overview

Guides

Task-shaped walkthroughs for things you build on top of a deployed agent

||View as Markdown|

Each guide takes one goal, states what it assumes you already have, and ends with a working result. For what a thing is rather than how to do it, start from The agent lifecycle and follow it into the platform pages.

Agent capabilities

Serve a frontend from your agent

Ship your own web UI instead of the chat sidecar.

Store data with SQLite

Give your agent a place to save data that outlives a restart.

Using knowledge stores

Give your agent a database it can read from and write to.

Connect to OAuth-protected MCP servers

Complete the OAuth flow at deploy time using the agent’s public URL.

Security and access

Manually authorize requests

Reproduce the access checks the messaging sidecar runs for you.

Egress IP allowlisting

Reach a database behind your firewall over the public network.

Operations

Troubleshooting stuck deployments

Why a deploy stalls in the deploying state, and how to recover it.

Next steps

  • The agent lifecycle: where each of these fits in the bigger picture
  • Astropods Spec: the spec keys these guides edit
Was this page helpful?
Next
Serve a frontend from your agent
Built with
Terms of ServicePrivacy Policy

© 2026 Postman. All rights reserved.