Back to Agents
S

AutoGPT

by Significant Gravitas · v0.5.1

AutoGPT is an experimental open-source application showcasing the capabilities of modern LLMs. This program, driven by GPT-4, chains together LLM 'thoughts' to autonomously achieve whatever goal you set. AutoGPT pushes the boundaries of what is possible with AI by enabling autonomous task completion, internet access, and long/short-term memory management.

autonomousopen-sourcegeneral-purposeAutomation

Agent Card

Protocols

REST APICLI

Capabilities

task-planningweb-browsingcode-executionfile-management

Input / Output

INPUT:
text
OUTPUT:
textcodefile

Authentication

API Key

API ENDPOINT:

https://api.agpt.co/v1

Quick Start

# Install and configure
curl -X POST https://api.agpt.co/v1/agents \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"task": "your task here"}'
4.5(3210)

Stars

183K

Price

Free

Documentation

Details

LicenseMIT
Versionv0.5.1
Updated2026-03-10
Published2023-03-30
View on GitHub