Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions product/agent-gateway/advanced-code-snippets-and-examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: Advanced code snippets and examples
description: Advanced code snippets and examples for the Agent Gateway
---

<Info>
Modify the API key permissions and turn on the **Agent Gateway** toggle for your API key. See the [Quickstart](/product/agent-gateway/quickstart) for where to configure this in the app. Make sure the `agents.invoke` scope is enabled.
</Info>

## Introduction

The [Quickstart](/product/agent-gateway/quickstart) guide provides a basic example of how to use the Agent Gateway.
Expand Down
4 changes: 4 additions & 0 deletions product/agent-gateway/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: Quickstart
description: Get started with Agent Gateway
---

<Info>
Modify the API key permissions and turn on the toggle for **Agent Gateway** to enable Agent Gateway for your API key. Create or edit a key on the [API Keys](https://app.portkey.ai/api-keys) page, and enable the `agents.invoke` scope when you will invoke agents with that key. For how Portkey API keys and scopes work, see [API keys, authentication, and authorization](/product/enterprise-offering/org-management/api-keys-authn-and-authz).
Comment thread
harshitkumar454 marked this conversation as resolved.
</Info>

All you need to get started is an agent server.

For this quickstart, we will be using an [A2A agent](https://a2a-protocol.org/latest/topics/what-is-a2a/#understanding-the-agent-stack-a2a-mcp-agent-frameworks-and-models).
Expand Down