Pay as you grow
Trust your APIs, and only pay for what you use as you grow.
14 days free trial included with all plans
Hobby
$20/mo
250K Reqs / mo included
$1 per extra 10,000 reqs
2 weeks free trial
3 Team Member
Last *7 days Data Retained
API test pipelines
Custom API request validations
Startup
*$50/mo
1M Reqs / mo included
$1 per extra 10,000 reqs
2 weeks free trial
5 Team Members
Last *14 days Data Retained
Popular option
API test pipelines
Custom API request validations
Growth
$250/mo
10M Reqs / mo included
$1 per extra 12,000 reqs
2 weeks free trial
10 Team members
Last *14 days Data Retained
API test pipelines
Custom API request validations
Enterprise
High Volume Discounts
On-prem or on your own infra
Custom Data Retention
Frequently asked Questions
Some questions others have asked
What programming languages are supported?
Some services like the API testing does not need any SDK integration. But we have SDKs for multiple languages: Golang, PHP, C#, Java, etc. If we don't support your language or framework, please drop a message. We can create one on demand quite quickly.
Do my requests have to leave my server to APIToolkit Servers?
Only if you want to benefit from the API metrics and the logs explorer. You can also enjoy all the other functionality which don't depend on your API traffic.
Can I prevent sending sensitive Data to APIToolkit?
Yes. All our SDKs support redacting data. Simply specify the json path to the fields which you don't want the SDKs to forward to APIToolkit, and those fields will be stripped out/redacted before the data even leaves your servers. So we would never see them.
I really love what you're doing. How do I show support?
Give a shout out on twitter or discord. We would also appreciate honest feedback about what we're building. And suggestions for what functionality you would love to see next.
Will the SDKs slow down my backend?
It depends. Most SDKs stream data asynchronously via google pubsub streaming, so your requests will see almost zero change in performance. Except if you use PHP. Because PHP doesn't support async workflows by default. But if you have the GRPC extension installed in your PHP environment, the GRPC extension is used by pubsub to stream data asynchronously like in other languages. Otherwise, you pay a very tiny performance hit to send data to google pubsub. But this performance hit is rarely noticable and usually under 5ms added to every request.
See all questions