Node.js client for the unofficial ChatGPT API.
 
 
 
Go to file
Travis Fischer 26fd34e83f 🙂 2025-07-07 16:36:13 -07:00
.cursor/rules feat: improve claude.md 2025-06-13 22:54:36 +07:00
.github feat: move most stdlib tool packages back to legacy due to eslint OOM issue 2025-06-29 02:13:21 -05:00
.vscode feat: wip gateway mcp work 2025-06-10 03:25:25 +07:00
apps feat: update toolConfigs.examples.name to be optional 2025-07-07 16:06:47 -07:00
docs feat: update default pricing for example project 2025-07-07 16:34:36 -07:00
examples feat: update default pricing for example project 2025-07-07 16:34:36 -07:00
fixtures feat: fix all the file storage logic 2025-07-02 08:55:41 -05:00
legacy 🏫 2025-07-02 15:32:25 -05:00
packages feat: update toolConfigs.examples.name to be optional 2025-07-07 16:06:47 -07:00
stdlib chore: release v8.4.2 2025-07-03 06:20:43 -05:00
.editorconfig feat: init skeleton 2025-04-04 17:53:50 +07:00
.gitignore 🚻 2025-06-14 12:13:11 +07:00
.npmrc feat: init skeleton 2025-04-04 17:53:50 +07:00
.prettierignore fix: ci ignore legacy packages for now 2025-06-28 10:12:32 -05:00
CLAUDE.md 🔹 2025-06-30 07:05:09 -05:00
contributing.md 🔹 2025-06-30 07:05:09 -05:00
eslint.config.js 2025-06-30 06:25:19 -05:00
license feat: refactor stdlib packages to their own folder with MIT license 2025-06-29 00:17:55 -05:00
package.json fix: gateway dev and e2e dev http fixtures 2025-07-01 04:30:43 -05:00
pnpm-lock.yaml feat: more work on public project pricing plans 2025-07-07 16:02:28 -07:00
pnpm-workspace.yaml feat(web): improving stuff and things 2025-07-04 21:31:41 -05:00
readme.md 🌫 2025-07-01 07:14:22 -05:00
todo.md 🙂 2025-07-07 16:36:13 -07:00
tsconfig.json feat: transpile public packages using tsup 2025-06-24 22:23:49 -05:00
tsup.config.ts feat: transpile public packages using tsup 2025-06-24 22:23:49 -05:00
turbo.json feat: improve docs running 2025-06-28 01:43:42 -05:00

readme.md

Agentic

Build Status Prettier Code Formatting

Agentic

You can think of Agentic as RapidAPI for LLM tools.

All tools listed on Agentic's marketplace have been carefully hand curated and are regularly tested with a comprehensive set of integration tests and evals. Agentic aims for quality, not quantity.

On the flip side, Agentic makes it easy to publish your own MCP servers & OpenAPI services to Agentic's MCP Gateway and instantly start charging for agentic tool use.

Key features

  • Highly Curated Tools: All publicly listed Agentic tools are manually vetted 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.
  • First-Class MCP Support: On both the publishing and consumption sides, Agentic supports MCP as a truly first-class primitive – not an afterthought.
  • World-Class TypeScript DX: Agentic is written in TS and strives for a Vercel-like DX, including one-line integrations with every major TS LLM SDK.
  • 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

TypeScript LLM SDKs

Agentic has first-class support for every major TS LLM SDK, including:

Publish your own MCP products

Agentic

Anyone can publish their own live MCP products with Agentic, but you'll need to submit your MCP to us before it can be listed on the main Agentic marketplace.

Join the community

Contributing

Agentic is proudly 100% open source.

Interested in contributing or building Agentic from scratch? See contributing.md.