chatgpt-api/docs/docs.json

127 wiersze
3.2 KiB
JSON
Czysty Zwykły widok Historia

2025-06-27 09:51:49 +00:00
{
"$schema": "https://mintlify.com/docs.json",
"name": "Agentic",
"theme": "maple",
"logo": {
"dark": "/media/agentic-logo-dark.svg",
"light": "/media/agentic-logo-light.svg"
},
"favicon": "/media/favicon.svg",
"background": {
"image": "/media/bg.png"
},
2025-06-27 16:10:25 +00:00
"appearance": {
"mode": "light",
"strict": true
},
2025-06-27 09:51:49 +00:00
"colors": {
"primary": "#0D969D",
"light": "#13D3DC",
"dark": "#0D969D"
},
"navbar": {
"links": [
{
"label": "Support",
"href": "mailto:support@agentic.so"
}
],
"primary": {
"type": "button",
"label": "Dashboard",
"href": "https://agentic.so/app"
}
},
"banner": {
"content": "The new Agentic MCP Marketplace is now in public beta! 🎉",
"dismissible": true
},
"navigation": {
"tabs": [
{
"tab": "MCP Marketplace",
"groups": [
{
"group": "Getting Started",
2025-06-27 16:10:25 +00:00
"pages": ["index", "marketplace/index"]
2025-06-27 09:51:49 +00:00
}
]
},
{
"tab": "Publishing MCPs",
"groups": [
{
"group": "Getting Started",
2025-06-27 16:49:36 +00:00
"pages": ["publishing/index", "publishing/quickstart"]
2025-06-27 16:10:25 +00:00
},
{
"group": "Publishing Guides",
"pages": [
"publishing/guides/existing-mcp-server",
"publishing/guides/existing-openapi-service",
"publishing/guides/ts-mcp-hono",
"publishing/guides/ts-openapi-hono"
]
},
2025-06-27 16:49:36 +00:00
{
"group": "Origin Servers",
"pages": [
"publishing/origin/index",
"publishing/origin/metadata",
"publishing/origin/security"
]
},
2025-06-27 16:10:25 +00:00
{
"group": "Config",
"pages": [
"publishing/config/index",
"publishing/config/auth",
"publishing/config/pricing",
"publishing/config/rate-limits",
"publishing/config/caching",
2025-06-27 16:49:36 +00:00
"publishing/config/tool-config"
2025-06-27 16:10:25 +00:00
]
2025-06-27 09:51:49 +00:00
}
]
}
],
"global": {
"anchors": [
{
"anchor": "Agentic",
"href": "https://agentic.so",
"icon": "house"
},
{
2025-06-27 16:10:25 +00:00
"anchor": "MCP Marketplace",
2025-06-27 09:51:49 +00:00
"href": "https://agentic.so/marketplace",
"icon": "store"
},
{
"anchor": "Docs",
"href": "https://docs.agentic.so",
"icon": "book-open-cover"
},
{
"anchor": "GitHub",
"href": "https://github.com/transitive-bullshit/agentic",
"icon": "github"
}
]
}
},
"footer": {
"socials": {
"x": "https://x.com/transitive_bs",
"github": "https://github.com/transitive-bullshit/agentic"
}
},
"seo": {
"metatags": {
"keywords": "agentic, agentic tools, MCP, Model Context Protocol, MCP gateway, API gateway, MCP marketplace, MCP API gateway, MCP monetization, production MCPs, deploy MCPs, publish MCPs, ai, AI tools, AI agents, LLM tools, LLM function calling, LLM tool calling, MCP servers, MCP server provider, MCP server deployment, OpenAPI to MCP, OpenAPI to MCP server",
"author": "Travis Fischer"
}
}
}