The UCP Standard Generator

Generate the standard protocol for your business in under 3 minutes

1
Basic Info
2
Business Type
3
Capabilities
4
Contact Info
5
Output

Basic Business Information

Enter your business's main information

Enter your site's full address
This description is used in the Agent-Ready file and Schema
Your business logo's public address — helps shopping agents display the correct logo, preserving your brand
The color an agent uses when rendering your brand

Business Type

Choose the type of business you run

Online Store
Selling products with a shopping cart
Local Deals
Discount codes and special offers
Appointment Booking
Service bookings and scheduling
Services
Providing specialized services

Required Capabilities

Choose the capabilities you want in the UCP protocol

Search
The ability to search products or services
Product Details
Get a product's full information
Stock Check
Checking product stock
Shopping Cart
Managing the shopping cart
Payment
The online checkout process
Wallet
An internal credit or wallet system
Appointment Booking
Booking a time slot for services
Discount Code
Validating and applying a discount code

Contact & Location Information

This information is used for Schema and LocalBusiness

Leave this field blank if you don't have a physical store

Your Output Is Ready

Download the following files and place them on your site following the guide

agent-ready.json

                    
JSON-LD Schema (place in the head tag)

                    

To show your customers your store is smart, place this code in your site's footer:

Agent-Ready Badge

                    
This script displays a small, lightweight badge in your site's footer that shows visitors and shopping agents that your business is ready for agentic commerce.

Step-by-Step Implementation Guide

1
Create a .well-known folder
At your domain root, create a folder named .well-known. This folder must be accessible at https://yoursite.com/.well-known/.
2
Upload the agent-ready.json file
Place the agent-ready.json file you downloaded in the .well-known folder. The final address should be https://yoursite.com/.well-known/agent-ready.json.
3
Add the Schema to your pages
Place the generated JSON-LD code in the <head> tag of your site's main pages. This helps search engines and AI better understand your business.
4
Implement the APIs
Implement the endpoints defined in the Agent-Ready file on your backend. These APIs must return a clean, structured JSON response.
5
Test and validate
Use tools like Postman or curl to test your endpoints. Make sure the agent-ready.json file is properly accessible.
6
Install the Agent-Ready badge
To show your customers your store is smart, place this code in your site's footer (full code in the "Agent-Ready Badge" tab above):
<script src="https://core.opencommerce.ir/js/badge.js" defer></script>