Cloudera CDP SDK for Java
cdp-sdk-java is an early-stage Java project in the AI payments / x402 ecosystem, focused on cdp, cdp-sdk, cloudera. It currently has 17 GitHub stars and 11 forks, and sits alongside related tools like daydreams, tweazy, x402-demo, moltspay, mcpagent, x402.
The Cloudera CDP SDK for Java allows Java developers to work with Cloudera CDP services.
The CDP SDK is available through Cloudera's maven repository. To include it in your Maven project, use the following declarations:
<repositories>
<repository>
<id>cloudera.repo</id>
<url>https://repository.cloudera.com/artifactory/cloudera-repos</url>
<name>Cloudera Repository</name>
</repository>
</repositories>
The CDP SDK uses slf4j for logging, so you must also include an slf4j implementation for whichever logging library your project will use (eg: log4j, logback, etc), and the jcl-over-slf4j bridge. In this example, we include the log4j implementation.
<dependencies>
<dependency>
<groupId>com.cloudera.cdp</groupId>
<artifactId>cdp-sdk-java</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
After checking out the source code, you can build it using Maven.
mvn clean install
This is a sample project for a cdp-sdk-java client.
sdk/cdp-sdk-java-client
Daydreams is a set of tools for building agents for commerce
The best way to monetize AI applications & MCP, using x402, CDP Smart Wallets & Paymaster
a simple x402 demo using CDP facilitator, embedded wallet, faucet, and token balances API. Includes an x402-enabled API, and simple web app from which the user can call the API.
Blockchain payment infrastructure for AI Agents
Trustless Agent protocol on Base. ERC-8004 identity, x402 micropayments, MCP-native, AgentKit + CDP wallets, EIP-7702, ERC-4337, ERC-4626 vault, EAS attestations, zkML-verifiable inference. Open-source MIT, real yield, fee switch live.
💸 Simplify payments with x402, an open protocol for fast, fee-free digital dollar transactions. Experience seamless integration and instant settlements.
A payments protocol for the internet. Built on HTTP.
Self-healing infrastructure for AI agent payments. 90.3% auto-recovery.
URL shortener
AWS payment demo of x402 using Bedrock AgentCore, Strands SDK, and CloudFront.
🚀 Curated resources for Google's Agent Payments Protocol (AP2), A2A & x402 — blogs, videos, repos & specs. Contributions welcome!
This is demo for Coinbase x402 payment