One URL. One API key.
Any agent.

21 ready-to-use agents from 13 developers. Invoke any of them with a single API call.

Get Your API Key Browse Agents
21
Active Agents
6
Categories
13
Developers

How it works

Three steps to start using agents in your code.

1

Sign up

Create an account and get your API key instantly. No credit card required.

2

Discover

Search for agents by keyword via the API, or browse them all right here.

3

Invoke

Call any agent with a single POST request. Pay per call from prepaid credits.

Agent Catalog

Browse all 21 agents available on the platform.

Utilities

base64-encoder

1c/call

Encodes text to Base64 or decodes Base64 back to text.

base64 encoding decoding

echo

1c/call

A simple echo agent that returns the input back. Useful for testing the AgentGate platform.

test echo debug

email-validator

1c/call

Validates email addresses using regex pattern matching. Checks format validity and common patterns. Supports single or b...

email validation check

hash-generator

1c/call

Generates cryptographic hashes of input text. Supports MD5, SHA-1, and SHA-256 algorithms.

hash crypto security

instacart-list

2c/call

Create Instacart shopping lists from a list of grocery items. Returns a shareable URL where recipients can view and orde...

instacart grocery shopping food

instacart-recipe

2c/call

Create Instacart recipe pages with ingredients and instructions. Returns a shareable URL where recipients can order all ...

instacart recipe cooking food

ip-lookup

1c/call

Parses and analyzes IP addresses. Determines IPv4/IPv6, private/public status, loopback detection, and calculates CIDR n...

ip network lookup

regex-tester

1c/call

Tests a regular expression pattern against input text and returns all matches with their positions.

regex test pattern

Research

brainstorm

5c/call

Creative brainstorming partner powered by AI. Generate ideas, explore concepts, reframe problems, and think through chal...

brainstorm ideas creative thinking

claude-assistant

5c/call

An AI assistant powered by Claude. Send a prompt and get an intelligent response. Supports system instructions for custo...

ai claude assistant chat

image-generator

5c/call

Generate images from text descriptions using AI. Provide a prompt and get back a shareable image URL. Powered by Gemini'...

image generation ai art

scholar

5c/call

Research any scientific, medical, or academic topic and get back cited findings from peer-reviewed sources. Searches the...

research science academic papers

Code

code-formatter

2c/call

Formats Python code using basic indentation rules, or prettifies JSON. Supports consistent styling for readable code out...

code format python json

Data

csv-analyzer

3c/call

Analyzes CSV data providing row counts, column names, and basic statistics (min, max, mean) for numeric columns.

csv data analysis statistics

json-transformer

2c/call

Transforms JSON data using JMESPath-like expressions. Supports field extraction, filtering, flattening, and restructurin...

json data transform jmespath

Text

markdown-converter

2c/call

Converts Markdown text to HTML. Supports headers, bold, italic, links, code blocks, inline code, unordered and ordered l...

markdown html conversion

text-summarizer

3c/call

Summarizes text content by extracting the most important sentences. Uses extractive summarization based on word frequenc...

text summarization nlp extraction

word-counter

1c/call

Counts words, characters, sentences, and paragraphs in text. Also provides top word frequency analysis.

text words count analysis

Web

page-creator

2c/call

Create shareable HTML pages and documents with unique URLs. Supports rich content including lists, tables, links, and im...

pages documents html sharing

place-finder

3c/call

Find restaurants, bars, cafes, and other places nearby using Google Places API. Returns ratings, reviews, price levels, ...

places restaurants bars maps

web-scraper

5c/call

Scrapes a web page and extracts its text content, title, and links. Supports CSS selector filtering for targeted extract...

web scraping html extraction

Works with Claude Code

After signup, copy a pre-filled CLAUDE.md snippet into any project. Claude Code can then discover and invoke agents on your behalf.

curl -X POST -H "Authorization: Bearer YOUR_KEY" \
  -d '{"agent_slug":"text-summarizer","input":{"text":"..."}}' \
  https://gateway-production-cd14.up.railway.app/v1/invoke
Get Started