kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/715/head
rodzic
35aaba6019
commit
9ab49de54d
|
@ -22,8 +22,9 @@
|
||||||
"navbar": {
|
"navbar": {
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
"label": "Support",
|
"label": "Contact",
|
||||||
"href": "mailto:support@agentic.so"
|
"href": "https://docs.agentic.so/contact",
|
||||||
|
"icon": "envelope"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"primary": {
|
"primary": {
|
||||||
|
@ -101,9 +102,9 @@
|
||||||
"icon": "store"
|
"icon": "store"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"anchor": "Docs",
|
"anchor": "Contact",
|
||||||
"href": "https://docs.agentic.so",
|
"href": "https://docs.agentic.so/contact",
|
||||||
"icon": "book-open-cover"
|
"icon": "envelope"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"anchor": "GitHub",
|
"anchor": "GitHub",
|
||||||
|
|
|
@ -1,16 +1,17 @@
|
||||||
---
|
---
|
||||||
title: Home
|
title: Agentic Docs
|
||||||
description: Agentic is the App Store for LLM Tools.
|
description: Agentic is the App Store for LLM Tools.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## Choose your adventure
|
||||||
|
|
||||||
<Columns cols={2}>
|
<Columns cols={2}>
|
||||||
<Card title='MCP Marketplace' href='/marketplace' icon='store'>
|
<Card title='MCP Marketplace Docs' href='/marketplace' icon='store'>
|
||||||
Agentic's marketplace is a curated collection of high quality LLM tools
|
For developers interested in consuming Agentic tools.
|
||||||
– all of which are exposed as both MCP servers and simple HTTP APIs.
|
|
||||||
</Card>
|
</Card>
|
||||||
<Card title='Publishing MCPs' href='/publishing' icon='upload'>
|
<Card title='Publishing MCP Docs' href='/publishing' icon='upload'>
|
||||||
Publish any MCP server or OpenAPI service to Agentic's MCP Marketplace and
|
For developers interested in publishing their own MCP server or OpenAPI
|
||||||
offer your LLM tools as products to an audience of over 20k AI engineers.
|
service to Agentic.
|
||||||
</Card>
|
</Card>
|
||||||
</Columns>
|
</Columns>
|
||||||
|
|
||||||
|
|
|
@ -1,23 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Quick Start
|
title: Quick Start
|
||||||
description: A quick start guide to using MCP tools on the Agentic marketplace.
|
description: A quick start on using tools from Agentic's MCP marketplace.
|
||||||
---
|
---
|
||||||
|
|
||||||
<Columns cols={2}>
|
|
||||||
<Card
|
|
||||||
title='Quick Start'
|
|
||||||
href='/marketplace/quick-start'
|
|
||||||
icon='rocket-launch'
|
|
||||||
>
|
|
||||||
TODO
|
|
||||||
</Card>
|
|
||||||
<Card
|
|
||||||
title='View MCP Marketplace'
|
|
||||||
href='https://agentic.so/marketplace'
|
|
||||||
icon='arrow-up-right-from-square'
|
|
||||||
>
|
|
||||||
TODO
|
|
||||||
</Card>
|
|
||||||
</Columns>
|
|
||||||
|
|
||||||
**TODO**
|
**TODO**
|
||||||
|
|
|
@ -16,7 +16,7 @@ Your project's users will sign into Agentic, subscribe to your project using Str
|
||||||
|
|
||||||
Agentic's MCP gateway will then track all usage of your project based on API keys.
|
Agentic's MCP gateway will then track all usage of your project based on API keys.
|
||||||
|
|
||||||
See [Origin Metadata](/publishing/origin-metadata) for details on how Agentic's MCP gateway passes customer auth and subscription information to your origin server.
|
See [Origin Metadata](/publishing/origin/metadata) for details on how Agentic's MCP gateway passes customer auth and subscription information to your origin server.
|
||||||
|
|
||||||
## Alpha Features
|
## Alpha Features
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ Every Agentic project needs a config file (`agentic.config.ts`, `agentic.config.
|
||||||
<Note>
|
<Note>
|
||||||
Configuring your project can feel a little overwhelming. Feel free to [reach
|
Configuring your project can feel a little overwhelming. Feel free to [reach
|
||||||
out to us](/contact) if you're considering using Agentic's MCP Gateway, and
|
out to us](/contact) if you're considering using Agentic's MCP Gateway, and
|
||||||
I'd be happy to help walk you through getting your product set up for success.
|
I'd be happy to help walk you through setting your product up for success.
|
||||||
</Note>
|
</Note>
|
||||||
|
|
||||||
## Config Fields
|
## Config Fields
|
||||||
|
@ -165,5 +165,5 @@ See [Tool Config](/publishing/config/tool-config) for details.
|
||||||
<Note>
|
<Note>
|
||||||
Configuring your project can feel a little overwhelming. Feel free to [reach
|
Configuring your project can feel a little overwhelming. Feel free to [reach
|
||||||
out to us](/contact) if you're considering using Agentic's MCP Gateway, and
|
out to us](/contact) if you're considering using Agentic's MCP Gateway, and
|
||||||
I'd be happy to help walk you through getting your product set up for success.
|
I'd be happy to help walk you through setting your product up for success.
|
||||||
</Note>
|
</Note>
|
||||||
|
|
|
@ -148,5 +148,5 @@ See [Rate Limits](/publishing/config/rate-limits) for details.
|
||||||
Configuring your project can feel a little overwhelming with the amount of
|
Configuring your project can feel a little overwhelming with the amount of
|
||||||
options available. Feel free to [reach out to us](/contact) if you're
|
options available. Feel free to [reach out to us](/contact) if you're
|
||||||
considering using Agentic's MCP Gateway, and I'd be happy to help walk you
|
considering using Agentic's MCP Gateway, and I'd be happy to help walk you
|
||||||
through getting your product set up for success.
|
through setting your product up for success.
|
||||||
</Note>
|
</Note>
|
||||||
|
|
|
@ -106,4 +106,4 @@ We recommend deploying your server to a cloud provider like [Cloudflare Workers]
|
||||||
|
|
||||||
## 4. Deploy your origin OpenAPI service to Agentic
|
## 4. Deploy your origin OpenAPI service to Agentic
|
||||||
|
|
||||||
Now that you have a publicly available MCP server, you can follow the [existing OpenAPI server guide](/publishing/guides/existing-openapi-server) to deploy it to Agentic.
|
Now that you have a publicly available MCP server, you can follow the [existing OpenAPI server guide](/publishing/guides/existing-openapi-service) to deploy it to Agentic.
|
||||||
|
|
Ładowanie…
Reference in New Issue