Developer platform
Build with Awaken
One tax engine, two ways to build. Automate an account or embed tax reporting in your product.
Choose your path
Start in minutes
If you are working with your own Awaken data, the Claude skill is the fastest path. Developers who need deterministic application access should start with GraphQL. Companies serving end users should start with the Hosted Portal before choosing a Custom Integration.
Your first authenticated request
curl https://api.awaken.tax/graphql \-H "content-type: application/json" \-H "x-api-key: $AWAKEN_API_KEY" \--data '{"query":"query { getMyClients { id name } }"}'
A shared platform
| Surface | Production endpoint | Best for |
|---|---|---|
GraphQL | https://api.awaken.tax/graphql | Direct, flexible access to your Awaken account |
MCP | https://api.awaken.tax/mcp | AI assistants and agent workflows |
Claude skill | https://api.awaken.tax/skill | Guided tax workflows with the least setup |
Embedded REST | https://api.awaken.tax/api | Embedded tax products |