π Quickstart
Welcome! This guide will walk you through the basic steps to set up an application with an action, using both the AgentR integration for cloud-based OAuth and credential management, and a local setup using API Key integration.AgentR Cloud Setup
Use the AgentR Cloud for seamless OAuth and credential management. Recommended for most users.
Local API Key Setup
Prefer to manage API keys yourself? Use the local setup for direct API key integration.
π’ Using AgentR Cloud
- Sign up at agentr.dev
- Visit the Quickstart Guide
- Enable required applications at agentr.dev/apps
π Local Setup
Tip: This option is suitable if you are working with an API that uses simple API key authentication and you want to manage it locally.
π Prerequisites
- You have an API key for the service you want to integrate with.
βοΈ Steps
-
Choose a Credential Store:
- ποΈ Environment Variable: Store your API key in an environment variable (e.g.,
MY_SERVICE_API_KEY). This is common and secure. - π Keyring: Use the systemβs secure credential storage.
- π§ͺ Memory: For testing/temporary use only (not persistent).
- ποΈ Environment Variable: Store your API key in an environment variable (e.g.,
- Choose an Application class: Use a pre-built application or build your own application class.
-
Configure Integration and Initialize Application (Python):
- Create your MCP Server.
-
Install MCP server: Install MCP server on your favourite client using:
Need more help? Check the full documentation or contact support.