RestGPT
by Community
An LLM-based autonomous agent controlling real-world applications via RESTful APIs
OSS
RestGPT
Added 1 June 2026
Overview
RestGPT is an open-source Python framework that uses an LLM to autonomously interact with real-world applications through RESTful APIs. It interprets natural language requests, plans API calls, and executes them to complete tasks without human intervention.
Best for
Best for
Developers prototyping LLM-based automation over REST APIs
Use cases
- Automating multi-step API workflows
- Building autonomous agents that interact with web services
- Prototyping LLM-driven integrations without manual coding
Notes
RestGPT is an open-source Python framework that uses an LLM to autonomously interact with real-world applications through RESTful APIs. It interprets natural language requests, plans API calls, and executes them to complete tasks without human intervention.
1,398 stars on GitHub. Last updated 2024-06-07. Licensed MIT.
Use cases
- Automating multi-step API workflows
- Building autonomous agents that interact with web services
- Prototyping LLM-driven integrations without manual coding
Pros
- Open-source with an active community
- Flexible and extensible for custom APIs
- Reduces manual effort for API orchestration
Cons
- Depends on accurate API documentation for task planning
- May produce errors or incomplete executions in complex scenarios
- Not designed for production-critical systems without robust error handling
Indexed from awesome-langchain and enriched against its public facts.
Pros
- Open-source with an active community
- Flexible and extensible for custom APIs
- Reduces manual effort for API orchestration
Cons
- Depends on accurate API documentation for task planning
- May produce errors or incomplete executions in complex scenarios
- Not designed for production-critical systems without robust error handling
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.