awaBerry API Clients Overview -> awaBerry Java API Client

awaBerry Java API Client

This client allows you to interact with the awaBerry Agentic API from Java. See below for prerequisites, compilation instructions, and usage examples.

Prerequisites

Additional Endpoints

Download Client Code from GitHub

To get the latest awaBerry API client implementations, follow these steps:

  1. Open a terminal in a folder of your choice.
  2. Run the following command to clone the repository:
    git clone https://github.com/awaberry/mcp_server_awaberry.git
  3. Change to the apiclients folder:
    cd mcp_server_awaberry/apiclients

This will give you access to all client implementations and tests for Java, Python, TypeScript, and Node.js.

Back to API Clients Overview