chatgpt-api/docs/marketplace/index.mdx

75 wiersze
1.7 KiB
Plaintext
Czysty Zwykły widok Historia

2025-06-27 16:10:25 +00:00
---
title: Quick Start
2025-06-29 13:31:37 +00:00
description: A quick start on how to use tools from Agentic's marketplace.
2025-06-27 16:10:25 +00:00
---
2025-06-29 13:31:37 +00:00
## TypeScript AI SDKs
2025-06-28 15:00:27 +00:00
2025-06-29 13:31:37 +00:00
<Columns cols={2}>
<Card
title='Vercel AI SDK'
href='/marketplace/ts-sdks/ai-sdk'
2025-06-29 18:07:06 +00:00
icon='/media/sdks/vercel.png'
2025-06-29 13:31:37 +00:00
>
How to use Agentic tools with the Vercel AI SDK.
</Card>
<Card
title='LangChain'
href='/marketplace/ts-sdks/langchain'
2025-06-29 18:07:06 +00:00
icon='/media/sdks/langchain.png'
2025-06-29 13:31:37 +00:00
>
How to use Agentic tools with LangChain's TS SDK.
</Card>
<Card
title='OpenAI Chat Completions'
href='/marketplace/ts-sdks/openai-chat'
2025-06-29 18:07:06 +00:00
icon='/media/sdks/openai.png'
2025-06-29 13:31:37 +00:00
>
How to use Agentic tools with the OpenAI Chat Completions API.
</Card>
<Card
title='OpenAI Responses'
href='/marketplace/ts-sdks/openai-responses'
2025-06-29 18:07:06 +00:00
icon='/media/sdks/openai.png'
2025-06-29 13:31:37 +00:00
>
How to use Agentic tools with the OpenAI Responses API.
</Card>
<Card
title='Llamaindex'
href='/marketplace/ts-sdks/llamaindex'
2025-06-29 18:07:06 +00:00
icon='/media/sdks/llamaindex.png'
2025-06-29 13:31:37 +00:00
>
How to use Agentic tools with Llamaindex's TS SDK.
</Card>
2025-06-29 18:07:06 +00:00
<Card title='Firebase Genkit' href='/marketplace/ts-sdks/genkit' icon=''>
2025-06-29 13:31:37 +00:00
How to use Agentic tools with the Firebase Genkit SDK.
</Card>
<Card
title='Mastra'
href='/marketplace/ts-sdks/mastra'
2025-06-29 18:07:06 +00:00
icon='/media/sdks/mastra.png'
2025-06-29 13:31:37 +00:00
>
How to use Agentic tools with the Mastra SDK.
</Card>
</Columns>
## MCP Clients
_MCP client docs are coming soon..._
2025-06-29 13:31:37 +00:00
## Python AI SDKs
_Python docs are coming soon..._
## Want to publish your own MCP tools?
Agentic makes it extremely easy to publish and monetize your own MCP tools. Regardless of whether you're starting from scratch or already have an existing API, you'll be up and running with a production-ready MCP product in minutes.
Visit the [publishing docs](/publishing) to get started.