live · Productivity & Work · JSON · API for agents
/View Attio's pricing plans and compare features across tiers including Free, Plus, Pro, and Enterprise.
{
"name": "view_pricing",
"kind": "read",
"impl": "imperative",
"description": "View Attio's pricing plans and compare features across tiers including Free, Plus, Pro, and Enterprise.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}Subscribe to Attio product updates and newsletters with a work email address
{
"name": "subscribe_newsletter",
"kind": "action",
"impl": "declarative",
"description": "Subscribe to Attio product updates and newsletters with a work email address",
"inputSchema": {
"type": "object",
"properties": {
"email": {
"type": "string",
"description": "Your email address"
}
}
},
"page": "/"
}/startupsApply to the Attio for Startups program by submitting company details including funding stage, team size, and use case
{
"name": "apply_startups_program",
"kind": "action",
"impl": "declarative",
"description": "Apply to the Attio for Startups program by submitting company details including funding stage, team size, and use case",
"inputSchema": {
"type": "object",
"properties": {
"firstName": {
"type": "string",
"description": "e.g. Julia"
},
"lastName": {
"type": "string",
"description": "e.g. Arowa"
},
"companyEmail": {
"type": "string",
"description": "e.g. [email protected]"
},
"yearFounded": {
"type": "string",
"enum": [
"2017",
"2018",
"2019",
"2020",
"2021",
"2022",
"2023",
"2024",
"2025",
"2026"
]
},
"latestFundingRound": {
"type": "string",
"enum": [
"Pre-seed",
"Seed",
"Series A",
"Series B"
]
},
"totalAmountRaised": {
"type": "string",
"enum": [
"$0 to $500k",
"$500k to $1M",
"$1M to $2.5M",
"$2.5M to $5M",
"$5M to $7.5M",
"$7.5M+"
]
},
"teamSize": {
"type": "string",
"enum": [
"1 to 5",
"6 to 10",
"11 to 20",
"21 to 50",
"51 to 100",
"101+"
]
},
"useCase": {
"type": "string",
"description": "What will you use Attio for?"
}
}
},
"page": "/startups"
}