Agentic

Build Status NPM Prettier Code Formatting

# @agentic/platform-api-client > TypeScript API client for the Agentic platform. - [Website](https://agentic.so/publishing) - [Docs](https://docs.agentic.so) > [!TIP] > You likely don't need this package directly. See [@agentic/cli](https://github.com/transitive-bullshit/agentic/tree/main/packages/cli), [@agentic/platform](https://github.com/transitive-bullshit/agentic/tree/main/packages/platform), and [@agentic/platform-tool-client](https://github.com/transitive-bullshit/agentic/tree/main/packages/platform-tool-client) for more public-facing packages. ## Install ```bash npm i @agentic/platform-api-client ``` ## Usage ```ts 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](https://choosealicense.com/licenses/agpl-3.0/)