chatgpt-api/packages/api-client
Travis Fischer 222c7c0d81 chore: release v8.2.2 2025-06-30 13:07:14 -05:00
..
src feat: remove openauth oauth utils from api-client 2025-06-24 22:25:12 -05:00
package.json chore: release v8.2.2 2025-06-30 13:07:14 -05:00
readme.md fix: make readme images fully qualified urls so npm readmes don't 404 on them 2025-06-30 12:59:49 -05:00
tsconfig.json feat: WIP add api-client 2025-05-20 23:28:31 +07:00

readme.md

Agentic

Build Status NPM Prettier Code Formatting

@agentic/platform-api-client

TypeScript API client for the Agentic platform.

[!TIP] You likely don't need this package directly. See @agentic/cli, @agentic/platform, and @agentic/platform-tool-client for more public-facing packages.

Install

npm i @agentic/platform-api-client

Usage

import { AgenticApiClient } from '@agentic/platform-api-client'

// Takes an optional `apiKey`
const agenticApiClient = new AgenticApiClient()

const searchProject = await agenticApiClient.getPublicProjectByIdentifier({
  projectIdentifier: '@agentic/search'
})
console.log(searchProject)

License

GNU AGPL 3.0