Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic Technology Ltd. All rights reserved.
Switch to light modeSwitch to dark mode
APIs / CRM / Taxrates / Taxrates.io API
Taxrates.io API logo

Taxrates.io API

Browse all Taxrates APIs
Community OpenAPI document · agent-readyCRMCustomer Supportnone3 EndpointsREST

Know of an official OpenAPI document? Contribute it →

For Agents

Programmatically tax rates by country code, tax rates by ip address. Covers 3 operations.

Use for: I need to tax rates by country code, I want to tax rates by ip address, Search for all tax rates, List all records from Taxrates.io API

Not supported: Does not handle payments, communications, or developer tools - use for crm only.

<h3>Introduction</h3> <p>Taxrates.io is a global tax rate service that automates the management of monitoring tax rates changes in 181 countries. We monitor over 14,000 US sales tax, VAT, GST rates for you and make updates via our API so you always have the most update tax rates.</p> <p>You can use Taxrates.io as a virtual sandbox where we provide you with 30 days free trial.</p> <h3>Countries</h3. The API exposes 3 endpoints.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Taxrates.io API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Taxrates.io API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Ftaxrates.io%2Ftaxratesio-api" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Ftaxrates.io%2Ftaxratesio-api" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Taxrates.io API.

Tax rates by Country Code

All tax rates

Integrate Taxrates.io API into automated workflows

Query and filter Taxrates.io API records by parameters

Monitor Taxrates.io API operational status and events

Use Cases

Patterns agents use Taxrates.io API for, with concrete tasks.

★ CRM Operations

Use the Taxrates.io API to perform crm operations programmatically. The API provides 3 endpoints covering core functionality including tax rates by country code, tax rates by ip address, all tax rates.

Call GET /v1/tax/countrycode to tax rates by country code

Automated v3/tax Management

Automate v3/tax operations by combining multiple Taxrates.io API endpoints. Agents can tax rates by ip address and then all tax rates in a single workflow.

Call GET /v1/tax/ip to tax rates by ip address, then verify the result

AI Agent Integration via Jentic

AI agents discover and call Taxrates.io API endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle none tokens manually.

Search Jentic for 'tax rates by country code', load the operation schema, and execute with Jentic-managed credentials

Key Endpoints

3 endpoints — <h3>introduction</h3> <p>taxrates.

METHOD

PATH

DESCRIPTION

GET

/v1/tax/countrycode

Tax rates by Country Code

GET

/v1/tax/ip

Tax rates by IP address

GET

/v3/tax/rates

All tax rates

GET

/v1/tax/countrycode

Tax rates by Country Code

GET

/v1/tax/ip

Tax rates by IP address

GET

/v3/tax/rates

All tax rates

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

The Taxrates.io API needs no auth credential, but wiring it by hand still means targeting the api.taxrates.io host, tracking its mixed v1 and v3 paths, and building your own retry handling. Through Jentic you install once, import the Taxrates.io API from the API Directory, and your agent calls it.

Permission scoping

Permission scoping

The Taxrates.io API's listed operations are read-only tax-rate lookups where the target travels as query parameters, so limit the agent to the operations it needs, such as getting rates by country code or by IP. You choose what it may call, and these endpoints only read rates, so nothing that changes state is included.

Credential management

Credential isolation

The Taxrates.io API needs no credential, so there is nothing for the agent to hold; any configuration your Jentic One instance stores is kept encrypted and never enters the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent such as 'get tax rates by country code' or 'look up tax by IP', and Jentic returns the matching Taxrates.io API operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

Hubspot

→

Alternative crm API

Choose Hubspot when you need a different approach to crm operations

Alternative

Salesforce

→

Alternative crm API

Choose Salesforce when you need a different approach to crm operations

Complementary

Pipedrive

→

Complementary crm API

Choose Pipedrive when you need a complementary approach to crm operations

Complementary

Zoho

→

Complementary crm API

Choose Zoho when you need a complementary approach to crm operations

FAQs

Specific to using Taxrates.io API through Jentic.

What authentication does the Taxrates.io API use?

The Taxrates.io API uses no authentication. Through Jentic, these credentials are stored encrypted in your Jentic One instance and injected at execution time, so raw secrets never enter the agent context.

Can I tax rates by country code with the Taxrates.io API?

Yes. Use the GET /v1/tax/countrycode endpoint. The API returns structured JSON responses that agents can parse and act on directly.

What are the rate limits for the Taxrates.io API?

Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.

How do I tax rates by country code through Jentic?

Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'tax rates by country code'. Jentic returns the matching Taxrates.io API operation with its input schema. Load the schema and execute the call - credentials are injected automatically.

How many endpoints does the Taxrates.io API have?

The Taxrates.io API exposes 3 endpoints covering v3/tax, v1/tax operations.

Can I limit what my agent is allowed to do with the Taxrates.io API?

Yes. Because you run Jentic One yourself, your own rules decide which Taxrates.io API operations and configuration the agent may use, so you can allow only the lookups it needs, such as GET /v1/tax/countrycode for rates by country code or GET /v1/tax/ip for rates by IP address. Every listed operation is a read-only tax-rate lookup that passes its target as a query parameter, so nothing the agent can call changes state. You can also withhold the broader GET /v3/tax/rates listing if a single-country or single-IP lookup is all the agent should reach.

GET STARTED

Start building with Taxrates.io API

Explore with Jentic One
View OpenAPI Document