Skip to main content

Overview

The agntdata CLI (agnt_) provides quick access to social media data from your terminal. Useful for testing, scripting, and quick lookups without writing code.
The CLI package is currently in development and may not yet be published to npm.

Installation

Install the CLI globally via npm:
Or using pnpm:

Authentication

Interactive Login

The easiest way to authenticate:
This opens your browser for authentication and stores your credentials in ~/.agntdata/config.json.

Check Authentication

Verify your authentication status:

Logout

Clear your saved credentials:

Commands

List Available APIs

Shows all available platforms with their descriptions.
Output as JSON for scripting.

Make API Calls

Use the call command to make API requests:
Options:

Examples

Available Platforms

Configuration

Credentials are stored in ~/.agntdata/config.json after running agnt_ login.

Next Steps

Quickstart

Learn the basics of agntdata.

API Reference

Browse all available endpoints.