openapi: 3.1.0
info:
title: GetVocal Agent Contact Llms.txt API
version: 1.0.0
description: Machine-readable description of GetVocal's agent-facing resources. GetVocal builds AI voice and chat agents for regulated, high-volume customer operations. In-browser AI agents can also call the site's tools directly via WebMCP (navigator.modelContext); see /llms.txt and /.well-known/mcp.json.
contact:
name: GetVocal
email: contact@getvocal.ai
url: https://www.getvocal.ai
servers:
- url: https://www.getvocal.ai
tags:
- name: Llms.txt
paths:
/llms.txt:
get:
operationId: getLlmsTxt
summary: Get the agent guidance file
description: Returns the llms.txt site map and guidance for AI agents.
responses:
'200':
description: The llms.txt guidance file.
content:
text/plain:
schema:
type: string
tags:
- Llms.txt