OpenAPI Spec (preview)
{
"openapi": "3.0.0",
"info": {
"title": "Web3GPT Skill API",
"description": "Simple agent-first chat API for Web3GPT. Start a chat with no params, then continue with the returned chatId.",
"version": "2.0.0"
},
"servers": [
{
"url": "/api",
"description": "Web3GPT API"
}
],
"components": {
"schemas": {
"SkillRequest": {
"type": "object",
"properties": {
"agentId": {
"type": "string",
"descrip