chatgpt-api/readme.md

67 wiersze
3.7 KiB
Markdown
Czysty Zwykły widok Historia

2025-06-30 11:16:36 +00:00
<p align="center">
<a href="https://agentic.so">
2025-06-30 11:28:27 +00:00
<img alt="Agentic" src="/apps/web/public/agentic-social-image-light.jpg" width="640">
2025-06-30 11:16:36 +00:00
</a>
</p>
2025-04-04 10:53:50 +00:00
<p>
2025-06-28 14:52:23 +00:00
<a href="https://github.com/transitive-bullshit/agentic/actions/workflows/main.yml"><img alt="Build Status" src="https://github.com/transitive-bullshit/agentic/actions/workflows/main.yml/badge.svg" /></a>
2025-04-04 10:53:50 +00:00
<a href="https://prettier.io"><img alt="Prettier Code Formatting" src="https://img.shields.io/badge/code_style-prettier-brightgreen.svg" /></a>
</p>
# Agentic <!-- omit from toc -->
2025-06-30 12:05:09 +00:00
Agentic is an open source, marketplace of curated LLM tools that work with every major LLM SDK and MCP client.
Developers can deploy their own APIs to Agentic's MCP Gateway and offer world-class MCP products in minutes.
You can think of Agentic as **RapidAPI for MCP servers**.
2025-06-28 14:52:23 +00:00
- [website](https://agentic.so)
- [docs](https://docs.agentic.so)
2025-06-30 12:05:09 +00:00
## Key features
- **Highly Curated Tools**: All Agentic tools have been manually chosen to keep an extremely high quality bar.
- **Agentic UX**: All Agentic tools have been hand-crafted specifically for LLM tool use. We call this Agentic UX, and it's at the heart of why Agentic tools work better for LLM & MCP use cases than legacy APIs.
- **Production-Ready MCPs**: Forget random GitHub repos and gluing local MCP servers together. Agentic tools are all battle-tested in production and come with real SLAs.
- **World-Class TypeScript DX**: Agentic is written in TypeScript and strives for a Vercel-like DX, including one-line tool integrations all of the popular TS LLM SDKs: [**Vercel AI SDK**](https://docs.agentic.so/marketplace/ts-sdks/ai-sdk), [**OpenAI** Chat](https://docs.agentic.so/marketplace/ts-sdks/openai-chat) and [Responses](https://docs.agentic.so/marketplace/ts-sdks/openai-responses), [**LangChain**](https://docs.agentic.so/marketplace/ts-sdks/langchain), etc.
- **Stripe Billing**: Agentic uses Stripe for billing, and most tools are \_usage-based, so you'll only pay for what you (and your agents) actually use.
- **Blazing Fast MCP Gateway**: Agentic's MCP gateway is powered by _Cloudflare's global edge network_. Tools come with customizable caching and rate-limits, so you can REST assured that your agents will always have a fast and reliable experience.
- **Semver**: All Agentic tools are versioned using semver, so you can choose how to handle breaking changes.
## Getting started
- [MCP Marketplace](https://docs.agentic.so/marketplace)
- [MCP Publishing](https://docs.agentic.so/publishing/quickstart)
### TypeScript AI SDKs
- [Vercel AI SDK](https://docs.agentic.so/marketplace/ts-sdks/ai-sdk)
- [OpenAI](https://docs.agentic.so/marketplace/ts-sdks/openai-chat)
- [LangChain](https://docs.agentic.so/marketplace/ts-sdks/langchain)
- [LlamaIndex](https://docs.agentic.so/marketplace/ts-sdks/llamaindex)
- [Firebase Genkit](https://docs.agentic.so/marketplace/ts-sdks/genkit)
- [Mastra](https://docs.agentic.so/marketplace/ts-sdks/mastra)
## Publish your own MCP products
<p align="center">
<a href="https://agentic.so/publishing">
<img alt="Agentic" src="/apps/web/public/agentic-publishing-social-image-light.jpg" width="640">
</a>
</p>
- [Learn more about publishing your own MCP products](https://agentic.so/publishing)
- [Publish an existing MCP server to Agentic](https://docs.agentic.so/publishing/guides/existing-mcp-server)
- [Publish an existing OpenAPI service to Agentic](https://docs.agentic.so/publishing/guides/existing-openapi-service)
## Join the community
- Follow us on [Twitter](https://x.com/transitive_bs)
- Read more in our [docs](https://docs.agentic.so)
## Contributing
2025-04-04 10:53:50 +00:00
2025-06-30 12:05:09 +00:00
Interested in contributing or building agentic from scratch? See [contributing.md](./contributing.md).