Agenty Integration for AI Agents

Securely connect your AI agents and chatbots (Claude, ChatGPT, Cursor, etc) with Agenty MCP or direct API to scrape websites, extract structured data, monitor web changes, and automate browser workflows through natural language.
Agenty Logo
Gradient Top
Gradient Middle
Gradient Bottom
divider

Supported Tools

Tools
Clone Agent by IDTool to clone an existing agent by its id.
Create AgentTool to create a new agent.
Get Agent TemplatesTool to fetch all public agent templates and sample agents.
Delete Agent by IDTool to delete a single agent by its id.
Fetch all agentsTool to fetch all active agents under an account.
Get Agent by IDTool to fetch details of a specific agent by its id.
Update Agent by IDTool to update an agent's configuration and settings by agent id.
Create API KeyTool to create a new api key.
Delete API key by IDTool to delete an api key by its key id.
Download API keysTool to download all api keys under an account in csv format.
Get all API keysTool to retrieve all api keys under an account.
Get API key by IDTool to get an api key by key id.
Reset API key by IDTool to reset an api key by key id.
Update API key by IDTool to update an api key by its id.
Change API key status by IDTool to enable or disable an api key by its id.
Get all connectionsTool to get all connections.
Create API KeyTool to create a new api key.
Get dashboard reports and usageTool to fetch account reports like pages used by agent, date, and product.
Get agent input by IDTool to get agent input by agent id.
Update Input by Agent IDTool to update agent input by agent id.
Download jobsTool to download all jobs in csv format.
Download job file by IDTool to download output files by job id.
Download Job Result by IDTool to download the agent output result by job id.
Fetch all jobsTool to fetch all jobs under an account.
Get Job by IDTool to fetch details of a specific job by its id.
Get Job Logs by IDTool to fetch logs for a given job by its id.
List job files by IDTool to list output files by job id.
Start Agent JobTool to start a new agent job.
Stop Job by IDTool to stop a running job by job id.
Clear List RowsTool to clear all rows in a list by its id.
Create ListTool to create a new list.
Delete List by IDTool to delete a specific list by its id.
Download listsTool to download all lists in csv format.
Get all listsTool to retrieve all lists under an account.
Fetch List Rows by IDTool to fetch all rows in a specified list.
Update List by IDTool to update a list's name or description by list id.
Upload CSV file to ListTool to upload a csv file to a list.
Add Agents to ProjectTool to add agent(s) to a project.
Create ProjectTool to create a new project.
Get all projectsTool to retrieve all projects under an account.

Why Use Composio?

AI Native Agenty Integration

  • Supports both Agenty MCP and direct API based integrations
  • Structured, LLM-friendly schemas for reliable tool execution
  • Rich coverage for reading, writing, and querying your Agenty data

Managed Auth

  • Built-in API key management with auto-scoping
  • Central dashboard to manage and revoke Agenty credentials
  • No hard-coding keys—per user and per environment authentication

Agent Optimized Design

  • Tools tuned for LLMs—reduced errors, improved reliability
  • Comprehensive execution logs for every scrape and automation

Enterprise Grade Security

  • RBAC controls for which agents can access Agenty
  • Scoped, least privilege access to your web data
  • Full audit trail for compliance and review

Connect Agenty MCP Tool with your Agent

Python
TypeScript

Install Composio

python
pip install composio claude-agent-sdk
Install the Composio SDK and Claude Agent SDK

Create Tool Router Session

python
from composio import Composio
from claude_agent_sdk import ClaudeSDKClient, ClaudeAgentOptions

composio = Composio(api_key='your-composio-api-key')
session = composio.create(user_id='your-user-id')
url = session.mcp.url
Initialize the Composio client and create a Tool Router session

Connect to AI Agent

python
import asyncio

options = ClaudeAgentOptions(
    permission_mode='bypassPermissions',
    mcp_servers={
        'tool_router': {
            'type': 'http',
            'url': url,
            'headers': {
                'x-api-key': 'your-composio-api-key'
            }
        }
    },
    system_prompt='You are a helpful assistant with access to Agenty tools.',
    max_turns=10
)

async def main():
    async with ClaudeSDKClient(options=options) as client:
        await client.query('Fetch all agents for my account')
        async for message in client.receive_response():
            if hasattr(message, 'content'):
                for block in message.content:
                    if hasattr(block, 'text'):
                        print(block.text)

asyncio.run(main())
Use the MCP server with your AI agent

Connect Agenty API Tool with your Agent

Python
TypeScript

Install Composio

python
pip install composio_openai
Install the Composio SDK

Initialize Composio and Create Tool Router Session

python
from openai import OpenAI
from composio import Composio
from composio_openai import OpenAIResponsesProvider

composio = Composio(provider=OpenAIResponsesProvider())
openai = OpenAI()
session = composio.create(user_id='your-user-id')
Import and initialize Composio client, then create a Tool Router session

Execute Agenty Tools via Tool Router with Your Agent

python
tools = session.tools
response = openai.responses.create(
  model='gpt-4.1',
  tools=tools,
  input=[{
    'role': 'user',
    'content': 'Extract all product prices from a competitor website.'
  }]
)
result = composio.provider.handle_tool_calls(
  response=response,
  user_id='your-user-id'
)
print(result)
Get tools from Tool Router session and execute Agenty actions with your Agent

Use Agenty with any AI Agent Framework

Choose a Framework you want to connect Agenty with

OpenAI Agents SDK

OpenAI Agents SDK

Use Agenty MCP with OpenAI Agents SDK

Claude Agents SDK

Claude Agents SDK

Use Agenty MCP with Claude Agents SDK

Google ADK

Google ADK

Use Agenty MCP with Google ADK

Langchain

Langchain

Use Agenty MCP with Langchain

AI SDK

AI SDK

Use Agenty MCP with AI SDK

Mastra AI

Mastra AI

Use Agenty MCP with Mastra AI

LlamaIndex

LlamaIndex

Use Agenty MCP with LlamaIndex

CrewAI

CrewAI

Use Agenty MCP with CrewAI

Pydantic AI

Pydantic AI

Use Agenty MCP with Pydantic AI

Autogen

Autogen

Use Agenty MCP with Autogen

Frequently Asked Questions

Do I need my own developer credentials to use Agenty with Composio?

Yes, Agenty requires you to configure your own API key credentials. Once set up, Composio handles secure credential storage and API request handling for you.

Can I use multiple toolkits together?

Yes! Composio's Tool Router enables agents to use multiple toolkits. Learn more.

Is Composio secure?

Composio is SOC 2 and ISO 27001 compliant with all data encrypted in transit and at rest. Learn more.

What if the API changes?

Composio maintains and updates all toolkit integrations automatically, so your agents always work with the latest API versions.

Used by agents from

Context
ASU
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
ASU
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai
Context
ASU
Letta
glean
HubSpot
Agent.ai
Altera
DataStax
Entelligence
Rolai

Never worry about agent reliability

We handle tool reliability, observability, and security so you never have to second-guess an agent action.