{
    "success": true,
    "actions": [
        {
            "key": "discover_city",
            "label": "Find what is moving",
            "intent": "browse_city_activity",
            "auth_required": false,
            "url": "https://itssoso.com/discover/",
            "owner": "ITSSOSO Suites / Discovery"
        },
        {
            "key": "create_business_signal",
            "label": "Post a fresh business signal",
            "intent": "create_offer_or_update",
            "auth_required": true,
            "url": "https://itssoso.com/dashboard?tab=signals&open_signal=1",
            "owner": "ITSSOSO Dashboard Signals"
        },
        {
            "key": "create_public_event",
            "label": "Submit a public event",
            "intent": "create_public_event",
            "auth_required": true,
            "url": "https://itssoso.com/dashboard?tab=events&event_mode=public",
            "owner": "ITSSOSO Dashboard Events"
        },
        {
            "key": "create_private_room",
            "label": "Create a private event room",
            "intent": "create_private_event_room",
            "auth_required": true,
            "url": "https://itssoso.com/dashboard?tab=events&event_mode=private",
            "owner": "ITSSOSO Dashboard Events / Studio Rooms"
        },
        {
            "key": "create_marketplace_listing",
            "label": "Create a marketplace listing",
            "intent": "sell_local_item_or_service",
            "auth_required": true,
            "url": "https://itssoso.com/dashboard?tab=marketplace&seller=personal",
            "owner": "ITSSOSO Dashboard Marketplace / Studio"
        },
        {
            "key": "sell_car",
            "label": "Sell your car locally",
            "intent": "sell_vehicle",
            "auth_required": true,
            "url": "https://itssoso.com/dashboard?tab=marketplace&seller=personal",
            "owner": "ITSSOSO Dashboard Marketplace / Studio"
        },
        {
            "key": "list_products",
            "label": "List products locally",
            "intent": "sell_products",
            "auth_required": true,
            "url": "https://itssoso.com/dashboard?tab=marketplace&seller=local_maker",
            "owner": "ITSSOSO Dashboard Marketplace / Studio"
        },
        {
            "key": "post_vendor_drop",
            "label": "Post a vendor drop",
            "intent": "promote_vendor_drop",
            "auth_required": true,
            "url": "https://itssoso.com/dashboard?tab=marketplace&seller=market_vendor",
            "owner": "ITSSOSO Dashboard Marketplace / Studio"
        },
        {
            "key": "boost_signal",
            "label": "Boost a signal",
            "intent": "increase_visibility",
            "auth_required": true,
            "url": "https://itssoso.com/dashboard?tab=boost",
            "owner": "ITSSOSO Dashboard Boost"
        },
        {
            "key": "view_pricing",
            "label": "View plans and billing",
            "intent": "pricing_or_upgrade",
            "auth_required": true,
            "url": "https://itssoso.com/dashboard?tab=billing",
            "owner": "ITSSOSO Dashboard / Subscriptions"
        }
    ],
    "note": "Current public agent access exposes safe action-start URLs only. Authenticated write operations should require explicit user login and consent.",
    "generated_at": "2026-08-13 20:14:49"
}