live · AI Agents & Fintech · JSON · API for agents
/Opens Catalog's Calendly scheduling page so the user can book a 15-minute discovery call or product demo. Use this when a user asks to schedule a demo, talk to the team, request a free audit, or get a live walkthrough of Catalog's product. Appears site-wide as 'Book a demo', 'Run the free audit', 'See it on your products', and 'Book a 15-minute audit' — all resolve to the same destination.
{
"name": "book_demo",
"kind": "action",
"impl": "imperative",
"description": "Opens Catalog's Calendly scheduling page so the user can book a 15-minute discovery call or product demo. Use this when a user asks to schedule a demo, talk to the team, request a free audit, or get a live walkthrough of Catalog's product. Appears site-wide as 'Book a demo', 'Run the free audit', 'See it on your products', and 'Book a 15-minute audit' — all resolve to the same destination.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}Opens the About Us page covering Catalog's mission as a product data infrastructure company for agentic commerce, team background, notable customers (Afterpay, Block, Square), and investors (Acrew Capital, WNDR, Hustle Fund). Use this when a user wants to learn who is behind Catalog, understand the company's background, or evaluate the team and backers.
{
"name": "view_about_us",
"kind": "action",
"impl": "imperative",
"description": "Opens the About Us page covering Catalog's mission as a product data infrastructure company for agentic commerce, team background, notable customers (Afterpay, Block, Square), and investors (Acrew Capital, WNDR, Hustle Fund). Use this when a user wants to learn who is behind Catalog, understand the company's background, or evaluate the team and backers.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}Takes the user to Catalog's API page, which covers the product data extraction and crawl API, AI enrichment capabilities (Reddit insights, image analysis, similar products, dynamic FAQs, deep research), and links to documentation. Use this when a developer or technical user asks about integrating Catalog, accessing product data programmatically, or understanding what the API offers.
{
"name": "view_api_page",
"kind": "action",
"impl": "imperative",
"description": "Takes the user to Catalog's API page, which covers the product data extraction and crawl API, AI enrichment capabilities (Reddit insights, image analysis, similar products, dynamic FAQs, deep research), and links to documentation. Use this when a developer or technical user asks about integrating Catalog, accessing product data programmatically, or understanding what the API offers.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}Sends the user to Catalog's blog, which publishes field notes on agentic commerce, AI search visibility for e-commerce, product data infrastructure, PIM comparisons, and related topics. Use this when a user wants to read articles, learn about AI commerce trends, or explore educational content published by Catalog.
{
"name": "view_blog",
"kind": "action",
"impl": "imperative",
"description": "Sends the user to Catalog's blog, which publishes field notes on agentic commerce, AI search visibility for e-commerce, product data infrastructure, PIM comparisons, and related topics. Use this when a user wants to read articles, learn about AI commerce trends, or explore educational content published by Catalog.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}/apiNavigates to the official Catalog API documentation site (docs.getcatalog.ai), where developers can find integration guides, endpoint references, request/response schemas, and setup instructions. Use this when a developer asks how to integrate the API, wants to read technical reference material, or needs to understand request formats and available fields.
{
"name": "read_api_docs",
"kind": "action",
"impl": "imperative",
"description": "Navigates to the official Catalog API documentation site (docs.getcatalog.ai), where developers can find integration guides, endpoint references, request/response schemas, and setup instructions. Use this when a developer asks how to integrate the API, wants to read technical reference material, or needs to understand request formats and available fields.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/api"
}/about-usOpens Catalog's job board on Ashby, listing current open roles at the company. Use this when a user asks about career opportunities, wants to apply for a position, or is curious whether Catalog is hiring.
{
"name": "view_careers",
"kind": "action",
"impl": "imperative",
"description": "Opens Catalog's job board on Ashby, listing current open roles at the company. Use this when a user asks about career opportunities, wants to apply for a position, or is curious whether Catalog is hiring.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/about-us"
}