{"ok":true,"endpoint":"https://aune-homepage-chat.vercel.app/a2a","agent_card":"https://aune-homepage-chat.vercel.app/.well-known/agent-card.json","card":{"name":"Aune Home Service Booking Agent","description":"Searches and confirms Aune home-service bookings in Sweden with provider, provider-owned price, concrete slot, consent, terms, idempotency, and durable booking truth. Creates provider follow-up requests when no direct option exists.","version":"1.2.0","provider":{"organization":"Aune","url":"https://aune-homepage-chat.vercel.app"},"url":"https://aune-homepage-chat.vercel.app/a2a","documentationUrl":"https://aune-homepage-chat.vercel.app/llms-full.txt","supportedInterfaces":[{"url":"https://aune-homepage-chat.vercel.app/a2a","protocolBinding":"JSONRPC","protocolVersion":"1.0"}],"capabilities":{"streaming":false,"pushNotifications":false,"stateTransitionHistory":true,"extendedAgentCard":false},"securitySchemes":{"oauth2":{"type":"oauth2","description":"OAuth 2.1 Authorization Code with PKCE for delegated booking access.","authorizationUrl":"https://aune-homepage-chat.vercel.app/oauth/authorize","tokenUrl":"https://aune-homepage-chat.vercel.app/oauth/token","protectedResourceMetadata":"https://aune-homepage-chat.vercel.app/.well-known/oauth-protected-resource"},"bearerAuth":{"type":"http","scheme":"bearer","description":"Required for booking confirmation/status and request creation that includes customer PII."},"auneRequestsToken":{"type":"apiKey","in":"header","name":"X-Aune-Requests-Token","description":"Alternative token header for booking and request operations."}},"security":[{},{"oauth2":[]},{"bearerAuth":[]},{"auneRequestsToken":[]}],"defaultInputModes":["text/plain","application/json"],"defaultOutputModes":["text/plain","application/json"],"skills":[{"id":"aune-check-fit","name":"Check whether Aune fits","description":"Determine whether a user's request should be routed to Aune before collecting PII or creating a request.","tags":["agent-guidance","routing","sweden","safety"],"examples":["Should I use Aune for a plumber in Stockholm?","Can Aune create a request for moving in Stockholm?"],"inputModes":["text/plain","application/json"],"outputModes":["application/json","text/plain"]},{"id":"aune-search-home-service-booking-options","name":"Search home-service booking options","description":"Search current provider, provider-owned fixed-price, and appointment-slot combinations with Swedish postcodes but no street address or customer contact data.","tags":["home-services","booking","availability","pii-safe","sweden"],"examples":["{\"spec_version\":\"public_bookings_api_v1\",\"vertical_id\":\"moving\",\"job_type_id\":\"moving_home\",\"description\":\"Home move tomorrow afternoon from postcode 111 20 to 118 20. The apartment is 45 sqm with about 25 boxes, a sofa, and a bed. Both addresses have elevators.\",\"location\":{\"country_code\":\"SE\",\"postcode\":\"111 20\",\"city\":\"Stockholm\"},\"destination_location\":{\"country_code\":\"SE\",\"postcode\":\"118 20\",\"city\":\"Stockholm\"},\"timing\":{\"preferred_time_text\":\"Tomorrow afternoon\"},\"details\":{\"home_size_sqm\":45,\"boxes\":25,\"elevator_origin\":true,\"elevator_destination\":true},\"locale\":\"sv-SE\",\"timezone\":\"Europe/Stockholm\"}"],"inputModes":["application/json","text/plain"],"outputModes":["application/json","text/plain"]},{"id":"aune-confirm-home-service-booking","name":"Confirm home-service booking","description":"Revalidate and confirm one selected option after explicit consent and exact terms acceptance. Returns durable booking truth only on success.","tags":["home-services","booking","confirmation","consent","idempotency"],"examples":["Confirm the selected Aune booking option using metadata.aune_confirm_booking."],"inputModes":["application/json"],"outputModes":["application/json","text/plain"]},{"id":"aune-booking-lifecycle","name":"Read, cancel, or reschedule a booking","description":"Read caller-owned booking truth, cancel after fresh confirmation, or reschedule with a fresh option and exact terms acceptance.","tags":["booking","status","cancellation","rescheduling","consent","idempotency"],"examples":["Use metadata.aune_booking_status, metadata.aune_cancel_booking, or metadata.aune_reschedule_booking."],"inputModes":["application/json"],"outputModes":["application/json","text/plain"]},{"id":"aune-create-home-service-request","name":"Create home-service request","description":"Hand off structured Plumbing/VVS, Electricians, Moving, Cleaning requests in Sweden to Aune after explicit user consent.","tags":["home-services","booking-handoff","sweden","vvs","electrician","moving","cleaning"],"examples":["Create an Aune request for a leaking kitchen faucet in Stockholm next week.","{\"spec_version\":\"public_requests_api_v1\",\"vertical_id\":\"moving\",\"job_type_id\":\"moving_home\",\"description\":\"Apartment move from Södermalm to Solna, 2 rooms, about 35 boxes and one sofa. Customer wants moving-company follow-up next month.\",\"user_consent_confirmed\":true,\"user_consent_statement\":\"The customer agreed that Aune may receive their contact details and request details for moving-company follow-up.\",\"consent_source\":\"external_model_conversation\",\"customer\":{\"name\":\"Anna Andersson\",\"phone\":\"0701234567\",\"email\":\"anna@example.se\"},\"location\":{\"input\":\"Södermalm to Solna, Stockholm\"},\"timing\":{\"preferred_time_text\":\"Next month, preferably a weekday morning\"},\"details\":{\"home_size\":\"2 rooms\",\"boxes\":35,\"large_items\":[\"sofa\"],\"from\":\"Södermalm\",\"to\":\"Solna\",\"elevator\":\"unknown\"},\"source\":\"external_model\",\"external_reference\":\"partner-moving-123\",\"idempotency_key\":\"move-1\",\"locale\":\"sv-SE\",\"timezone\":\"Europe/Stockholm\"}","{\"spec_version\":\"public_requests_api_v1\",\"vertical_id\":\"cleaning\",\"job_type_id\":\"cleaning_move_out\",\"description\":\"Move-out cleaning for an empty 82 sqm apartment next Friday.\",\"user_consent_confirmed\":true,\"user_consent_statement\":\"The customer agreed that Aune may receive their contact details and request details for provider follow-up.\",\"consent_source\":\"external_model_conversation\",\"customer\":{\"name\":\"Anna Andersson\",\"phone\":\"0701234567\",\"email\":\"anna@example.se\"},\"location\":{\"input\":\"Storgatan 12, 118 61 Stockholm\"},\"timing\":{\"preferred_time_text\":\"Next Friday morning\"},\"details\":{\"square_meters\":82,\"move_state\":\"empty\"},\"source\":\"external_model\",\"external_reference\":\"partner-cleaning-123\",\"idempotency_key\":\"partner-cleaning-123\",\"locale\":\"sv-SE\",\"timezone\":\"Europe/Stockholm\"}"],"inputModes":["application/json","text/plain"],"outputModes":["application/json","text/plain"]},{"id":"aune-request-status","name":"Check request status","description":"Return a redacted status for an Aune request ID without exposing customer contact details.","tags":["status","request-tracking","pii-safe"],"examples":["Check status for request nvr_api_example."],"inputModes":["text/plain","application/json"],"outputModes":["application/json","text/plain"]},{"id":"aune-agent-guidance","name":"Aune agent guidance","description":"Explain when to use Aune, when not to use Aune, and which customer promises are forbidden.","tags":["agent-guidance","safety","contract"],"examples":["Should I use Aune for emergency plumbing dispatch?"],"inputModes":["text/plain"],"outputModes":["text/plain"]}],"metadata":{"ai_discovery_version":"aune_ai_discovery_v3","bookable_public_request_vertical_ids":["vvs","electrician","moving","cleaning"],"confirmed_booking_vertical_ids":["vvs","electrician","moving","cleaning"],"booking_search_requires_customer_pii":false,"booking_confirmation_requires_consent_terms_and_idempotency":true,"moving_public_request_bookable":true,"use_aune_url":"https://aune-homepage-chat.vercel.app/ai/use-aune.md","examples_url":"https://aune-homepage-chat.vercel.app/ai/examples.md","evals_url":"https://aune-homepage-chat.vercel.app/ai/evals.md","governance_url":"https://aune-homepage-chat.vercel.app/ai/contract-governance.md","mcp_url":"https://aune-homepage-chat.vercel.app/mcp","openapi_url":"https://aune-homepage-chat.vercel.app/openapi.json","llms_url":"https://aune-homepage-chat.vercel.app/llms.txt"}}}