# TerraCart Agent-readable ceramics catalog Small-batch ceramics with a product catalog prepared for human shoppers and agent buyers. Profile: https://aiso.to/p/terracart JSON: https://aiso.to/p/terracart/profile.json Offers: https://aiso.to/p/terracart/offers.json Catalog: https://aiso.to/p/terracart/api/catalog OpenAPI: https://aiso.to/p/terracart/openapi.json Chat API: https://aiso.to/api/public/profiles/terracart/ask (ready) MCP: https://aiso.to/p/terracart/.well-known/mcp.json MCP endpoint: https://aiso.to/api/mcp/terracart (streamable-http) Agents: https://aiso.to/p/terracart/.well-known/agents.json x402: https://aiso.to/p/terracart/.well-known/x402.json ACP: https://aiso.to/p/terracart/.well-known/acp.json MPP: https://aiso.to/p/terracart/.well-known/mpp.json UCP: https://aiso.to/p/terracart/.well-known/ucp.json Agent skill: https://aiso.to/.well-known/skills/aiso-profiles ## Approved content ### HERO (position 0) ```json { "persona": "SHOP", "headline": "Agent-readable ceramics catalog", "displayName": "TerraCart" } ``` ### BIO (position 1) ```json { "summary": "Small-batch ceramics with a product catalog prepared for human shoppers and agent buyers.", "audience": "Teams preparing for agent discovery" } ``` ### EXPERTISE (position 2) ```json { "tags": [ "AI search", "Profile readiness", "Agent discovery", "Structured data", "Trust signals", "Public files" ] } ``` ### SOCIALS (position 3) ```json { "actions": [ "Book a call", "Contact", "Follow" ] } ``` ### FEATURED_VIDEO (position 4) ```json { "url": "", "title": "TerraCart introduction", "duration": "04:30" } ``` ### CATALOG (position 5) ```json { "price": "$990", "title": "Agent-readable catalog", "description": "A focused offer shaped for both human buyers and AI assistants." } ``` ### PROOF (position 6) ```json { "items": [ "Verified public profile", "Machine-readable files live", "Demo seed content" ] } ``` ### ARTICLES (position 7) ```json { "items": [ "How to become visible to AI agents", "Why profile.json matters", "AISO readiness checklist" ] } ``` ### FAQ (position 8) ```json { "items": [ "What should agents know?", "How do buyers contact you?", "Which files are public?" ] } ``` ### AI_FILES (position 9) ```json { "files": [ "profile.json", "llms.txt", "openapi.json", ".well-known/agents.json", ".well-known/mcp.json", ".well-known/x402.json" ] } ```