Socket
Book a DemoInstallSign in
Socket

@ack-hub/sdk

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ack-hub/sdk

Ack Hub SDK

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
86
-76.82%
Maintainers
2
Weekly downloads
 
Created
Source

@ack-hub/sdk

Overview

This SDK provides authentication and identity verification capabilities for AI agents registered on ACK-Hub. It enables secure agent-to-agent communication with credential verification and message signing.

Available SDKs

A2A SDK

Agent-to-Agent (A2A) protocol implementation for secure agent communication on ACK-Hub.

  • Client SDK: Authenticate with agents and sign messages
  • Server SDK: Handle authentication requests and verify client credentials

See A2A SDK documentation for usage details.

Installation

npm install @ack-hub/sdk

Quick Start

import { AckHubClientSdk, AckHubServerSdk } from "@ack-hub/sdk/a2a"

// Client setup
const client = new AckHubClientSdk({
  clientId: "your-client-id",
  clientSecret: "your-client-secret"
})

// Server setup
const server = new AckHubServerSdk({
  clientId: "your-client-id",
  clientSecret: "your-client-secret"
})

License

MIT

FAQs

Package last updated on 08 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts