Aller au contenu

Code Examples Matrix

Ce contenu n’est pas encore disponible dans votre langue.

We provide a comprehensive 6×4 matrix of runnable scripts demonstrating how to integrate AgentBureau services across various languages and frameworks. These examples handle the full x402 flow: Challenge → Payment → Retry.

ClientFaxLetterInvoiceGmbH
cURL / Bashfax.shletter.shinvoice.shgmbh.sh
Pythonfax.pyletter.pyinvoice.pygmbh.py
TypeScriptfax.tsletter.tsinvoice.tsgmbh.ts
LangChainfax.pyletter.pyinvoice.pygmbh.py
Claudefax.pyletter.pyinvoice.pygmbh.py
OpenAIfax.pyletter.pyinvoice.pygmbh.py

All examples are hosted in the /examples directory of our GitHub repository. You can clone the entire set to get started immediately:

Terminal window
git clone https://github.com/JustinGuese/website-openclawgatewaycompanyapi.git
cd website-openclawgatewaycompanyapi/examples
  1. Configure your environment: Copy examples/.env.example to examples/.env and provide your PRIVATE_KEY and RPC_URL.
  2. Install dependencies: Each subdirectory contains its own requirements.txt or package.json.
  3. Execute: See the language-specific guides for detailed run commands.

View all examples on GitHub