Service API
Services and pricing
Read available services, public prices, delivery windows, and required fields.
/api/agent/services
Agent Access
Let your agent or business platform read REALJOIN services, public pricing, and delivery details directly, prepare quotes, order intents, and payable checkout links, and route requests that need confirmation to Telegram. Markdown, JSON APIs, OpenAPI, Skill, and CLI resources are available for fast integration.
Service API
Services and pricing
Read available services, public prices, delivery windows, and required fields.
/api/agent/services
Quote API
Quotes and negotiation
Use a user API key to prepare quotes, budget notes, and Telegram handoff text.
/api/agent/quote
Intent API
Order intents
Create trackable order intents for channel platforms or user-owned agents.
/api/agent/order-intents
Checkout API
Payable checkout
Create a payable order with a user API key and return a payment URL.
/api/agent/checkout
OpenAPI
API schema
Connect GPT Actions, automation workflows, and external agent tools.
/api/agent/openapi.json
CLI
Command line tool
Download a zero-dependency Node CLI for local or server-side REALJOIN calls.
/realjoin-agent.mjs
CLI Quick Start
The CLI works in terminals, server scripts, automation jobs, and agent toolchains. Public catalog reads are open; quote creation, order intents, checkout creation, and Telegram handoff require an API key from the account center.
Step 1
Install CLI
curl -L https://www.realjoin.io/realjoin-agent.mjs -o realjoin-agent.mjsStep 2
Read the catalog
node realjoin-agent.mjs servicesStep 3
Set API key
export REALJOIN_API_KEY="<your_api_key>"Step 4
Create checkout
node realjoin-agent.mjs checkout x-follow --target https://x.com/example --contact @telegram --openSkill
The Skill tells external agents how to read the catalog, choose services, prepare quotes, create order intents, create payable checkout links, and route human confirmation to Telegram.
npx -y skills add https://www.realjoin.io/agent/skill.md -g -yMachine-readable catalog
Complete data is available through Markdown, JSON, and OpenAPI. External agents can read every service, package price, delivery window, required field, and use case.
Services
33
Every listed service is discoverable by agents.
Packages
108
Every package, price, and delivery detail is returned in service details.
Markdown
/agent/services.md
Readable by agents for direct planning and summarization.
OpenAPI
/api/agent/openapi.json
Built for GPT Actions, automation tools, and external platforms.