chatgpt-api/packages/api-client
Travis Fischer 9b451cef57 chore: release v8.2.0 2025-06-30 12:53:24 -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.0 2025-06-30 12:53:24 -05:00
readme.md docs: add sub-readmes 2025-06-30 12:49:00 -05:00
tsconfig.json

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