Create Agent for Any Website
Open Nimble Studio and build a custom agent in seconds — no coding required
Install Plugin
Let Claude Code or Cursor find or create the right agent for you
automatically
Browse Gallery Visually
Explore pre-built agents with previews, examples, and interactive
documentation.
When to Use
Use agent discovery when you need to:- Browse available agents - See what platforms are supported
- Filter by vertical - Find agents for specific industries (e-commerce, search, social)
- Inspect agent details - Understand input parameters and output schema
- Check capabilities - Verify localization and pagination support
Two Ways to Explore
Prefer a visual interface? Browse agents with previews, live demos, and
exportable code snippets at the Agent
Gallery in Nimble Platform.
List Agents API
Browse and search the agent catalog.GET /v1/agents
GET https://sdk.nimbleway.com/v1/agentsParameters
Response Schema
Each agent in the response contains:Usage Examples
Response Example
Get Agent Details API
Get comprehensive information about a specific agent, including input parameters and output schema.GET /v1/agents/{agent_name}
https://sdk.nimbleway.com/v1/agents/{agent_name}
Parameters
Response Schema
Input Properties
Each item ininput_properties contains:
Feature Flags
Usage Examples
Response Example
Available Agents by Vertical
E-commerce
Search Engines
Social Media
LLM Platforms
Common Patterns
Search Agents by Keyword
Use thesearch query parameter to find agents matching a term across display_name, vertical, and domain:
Filter Agents by Vertical
Find all agents for a specific industry:Check Localization Support
Verify an agent supports location-specific data:Get Required Parameters
Find which parameters are required before calling an agent:Validate Parameters Before Calling
Check parameters match the expected schema:Next Steps
Create Agent for Any Website
Open Nimble Studio and describe what you need
Install Plugin
Use Nimble in Claude Code or Cursor
Use Agents
Learn how to call agents in your code
API Reference
Explore endpoints and response schemas for the Agents API