Agent & Developer Portal
Create browser-safe Builder integrations, bind allowed origins, and verify ownership before production checkout traffic.
POST /api/builder/v1/integrations
Authorization: Bearer PROBLEE_SERVER_API_KEY
{
"name": "Partner app",
"environment": "production",
"allowedOrigins": ["https://partner.example"],
"allowedChains": [480],
"allowedCollaterals": ["PRB", "WLD", "USDC"],
"capabilities": ["embed:read", "checkout:session", "checkout:popup", "metrics:read"]
}