Tool tree
Stream data changes to your warehouse with sub-minute latency and exactly-once delivery. No Kafka build, no DMS compromises.
page: Every page
artie.navigateAction
Navigate to an Artie product, pricing, connector, customer-story, blog, or documentation page.
View tool JSON
{
"name": "artie.navigate",
"kind": "act",
"impl": "imperative",
"description": "Navigate to an Artie product, pricing, connector, customer-story, blog, or documentation page.",
"inputSchema": {
"type": "object",
"additionalProperties": false,
"properties": {
"destination": {
"type": "string",
"enum": [
"blog",
"connectors",
"customers",
"docs",
"pricing",
"product"
],
"description": "The Artie site destination to open."
}
},
"required": [
"destination"
]
},
"page": "/"
}artie.start_free_trialAction
Open Artie's signup flow to start a 14-day free trial. This does not create an account or submit information.
View tool JSON
{
"name": "artie.start_free_trial",
"kind": "act",
"impl": "imperative",
"description": "Open Artie's signup flow to start a 14-day free trial. This does not create an account or submit information.",
"inputSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
},
"page": "/"
}artie.book_demoSensitive Action
Open the Artie demo page, where the user can choose whether to submit the contact form or book a time.
View tool JSON
{
"name": "artie.book_demo",
"kind": "transact",
"impl": "imperative",
"description": "Open the Artie demo page, where the user can choose whether to submit the contact form or book a time.",
"inputSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
},
"page": "/"
}