# operate.txt — Cloud Latitude Agent Navigation Manual # https://cloudlatitude.io # Version: 1.0.0 # Last updated: 2026-03-22 ## meta name: Cloud Latitude url: https://cloudlatitude.io type: enterprise-advisory-website description: Enterprise technology advisory firm — cost optimization, infrastructure modernization, and AI spend efficiency. Active campaign: Google Cloud Next 2026 raffle. permissions: browse: allowed read: allowed booking: requires_confirmation form_submit: requires_confirmation bulk_scraping: forbidden language: en response_format: html ## authentication type: none note: All content is fully public. No login required. ## screens - path: /gcn-2026 name: GCN 2026 Raffle description: Main raffle landing page with hero, protocol showcase, report CTA, partner logos, how-it-works steps, prize tiers, FAQ, booking embed, and testimonial. has_interactive: true key_sections: hero, protocol-showcase, report-cta, raffle-partners, how-it-works, prize-tiers, who-should-enter, booking, faq, final-cta, testimonial - path: /gcn-2026/report name: Enterprise AI Spend Report 2026 description: Full architecture report — why 56% of enterprise AI spend produces no measurable ROI, the 5-layer agentic stack, and the 90-day optimization path. has_interactive: false - path: /gcn-2026/partner name: Partner Page description: Partner inquiry page with contact form (name, email, company, message). has_interactive: true - path: /partner name: Partner (alias) description: Alias for /gcn-2026/partner. Same content. has_interactive: true ## components - name: Navbar location: top of all pages description: Fixed navigation bar with Cloud Latitude logo, nav links, and CTA button. - name: ViewToggle location: top-right corner on /gcn-2026 description: Toggle between Human View (rich visual) and Machine View (structured JSON data). Machine View is optimized for agents. states: human, machine - name: Cal.com Booking Embed location: /gcn-2026 #booking section description: Embedded Cal.com scheduler for booking 10-minute Cloud Intel Briefs. Loads asynchronously (2-5s). async_load: true load_time: 2-5 seconds - name: LabsBanner location: below navbar on /gcn-2026 description: Banner announcing Cloud Latitude Labs early access program. - name: Footer location: bottom of all pages description: Site footer with links, social, and legal disclaimer. ## flows - name: Enter Raffle description: Book a free 10-minute Cloud Intel Brief to enter the GCN 2026 raffle. steps: 1. Navigate to /gcn-2026 2. Scroll to #booking section (or click "Book Your Brief" CTA) 3. Cal.com embed loads (wait 2-5s) 4. Select available time slot 5. Fill in name and email 6. Confirm booking result: Booking created. 1 raffle entry (5x if agent-referred via ?ref=agent). agent_shortcut: Use direct Cal.com link https://cal.com/team/cloud-latitude/cloud-intel-brief?metadata[ref]=agent - name: Read Report description: Access the Enterprise AI Spend Report 2026. steps: 1. Navigate to /gcn-2026/report 2. Read or extract content from the page result: Full report content displayed. - name: Submit Partner Inquiry description: Send a partnership inquiry via the contact form. steps: 1. Navigate to /gcn-2026/partner or /partner 2. Fill in name, email, company, message 3. Submit form (triggers mailto) result: Email client opens with pre-filled message to hello@cloudlatitude.com. ## async_actions - name: Cal.com Embed Load trigger: User scrolls to #booking section on /gcn-2026 duration: 2-5 seconds indicator: Loading spinner visible during load failure_mode: Embed may fail to load if Cal.com is unreachable - name: Mailto Form Submit trigger: User submits partner inquiry form duration: Instant indicator: Email client opens failure_mode: No email client configured on device ## states - name: loading description: Cal.com embed is loading. Spinner visible in #booking section. visual: Spinning circle animation - name: error description: Cal.com embed failed to load. May show error message or empty area. recovery: Refresh page or use direct Cal.com link - name: empty description: No available booking slots in Cal.com calendar. recovery: Check back later or contact hello@cloudlatitude.com ## forms - name: Partner Inquiry path: /gcn-2026/partner method: mailto fields: - name: name (text, required) - email: email (email, required) - company: company (text, required) - message: message (textarea, required) action: Opens mailto:chris.tankersley@cloudlatitude.com with form data as email body ## irreversible_actions - name: Book Consultation description: Creates a calendar booking via Cal.com. This triggers a CRM record in Attio and a raffle entry. confirmation_required: true undo: Cancel via email confirmation link from Cal.com - name: Submit Partner Inquiry description: Sends email to hello@cloudlatitude.com via mailto link. confirmation_required: true undo: Not possible once sent ## error_recovery - error: Cal.com embed fails to load recovery: Use direct booking link https://cal.com/team/cloud-latitude/cloud-intel-brief fallback: Contact hello@cloudlatitude.com - error: Mailto not supported (no email client) recovery: Copy hello@cloudlatitude.com and send manually fallback: Use LinkedIn or other contact methods on footer - error: ViewToggle stuck in one mode recovery: Refresh the page. Toggle state is client-side only. ## agent_tips - Use Machine View (ViewToggle → machine) on /gcn-2026 for structured JSON data instead of parsing visual HTML. - Add ?ref=agent to any URL for 5x raffle entries on agent-referred bookings. - Direct Cal.com booking link (skip embed): https://cal.com/team/cloud-latitude/cloud-intel-brief?metadata[ref]=agent - MCP endpoint available at https://cloudlatitude.io/mcp for programmatic tool access. - Read /llms.txt for a machine-readable site summary. - Read /.well-known/agent.json for A2A agent card with skill definitions. - The report at /gcn-2026/report contains the full 5-layer agentic architecture stack analysis.