Quickstart Guide

This documentation page is currently being prepared. Technical details and usage examples will be available here very soon.

Go Live in 5 Minutes

ProcureOS AIP-103+ protocol is designed to provide the fastest transition to the world of autonomous trade. You can trigger your first autonomous match immediately by installing our SDK.

1

SDK Installation

PACKAGE MANAGER

bash
npm install @procureos/sdk
2

First Agent Connection

TYPESCRIPT / JS

javascript
import { ProcureAgent } from '@procureos/sdk';

const agent = new ProcureAgent({
  apiKey: process.env.PROCUREOS_KEY
});

const match = await agent.match('Steel DIN 17100');