up vote 19 down vote favorite
15
share [g+] share [fb]

I'm looking into releasing a public REST API, which I'd like to keep protected via API keys. Services like Mashery offer API management services; per their spec sheet, they offer:

  • API registration, access and self-service provisioning
  • Key issuance and credential management
  • Usage throttling and limiting tied to key, user, method or group
  • Intelligent caching of frequently used calls
  • Business rules configuration based on filters, parameters, and methods

Are there free (either as in beer, or as in freedom) tools/services out there that offer any of these features? Articles that describe best practices?

I happen to be working in a Perl/Unix environment, but am interested in other solutions as well. I can't afford Mashery, and reinventing the wheel is a pain. Thanks.

link|improve this question

can you explain what a difference between Mashery and simple Subversion? – Avram Feb 11 '09 at 13:50
7  
Subversion is a source control system. Mashery is a hosted API management platform. They're not really comparable, any more than say Photoshop and Gmail. – Anirvan Feb 14 '09 at 23:46
feedback

8 Answers

up vote 4 down vote accepted

Great question :) - Actually there is a free (as in beer) API management solutions - using 3scale you can list your API, set usage limits for different types of plans and manage sign-ups. The service is free unless you charge for API access, in which case there's a commission.

The service appears listed in the 3scale marketplace right now, but there'll be a white label solution out soon which wont be free but at a very accessible price point. We'd be happy to set anybody interested up with an early account (just mail me at steve@3scale.net).

Steven Willmott, Tech lead / 3scale

link|improve this answer
feedback

Yes. Apigee provides self-service, freemium API management, specifically analytics and rate limiting. It's free for use under 10,000 requests per hour.

It's in private preview but anybody can sign up for an invite. Once you get the invite it sets up immediately - you create a proxy and use that new proxy URL (or map to your own domain).

You can also use it for analytics on APIs you are consuming.

Its from Sonoa Systems and we built it on our API router we use for our 50 enterprise customers (banks, media companies, etc.) So it's basically a freemium, simplified web version of our enterprise product.

cheers, Scott Regan, Apigee team (scott@apigee.com)

link|improve this answer
feedback

I suspect that this sort of thing is almost always too application specific to make a completely general software component for it. (I don't know how well Mashery's service works, but I'm sure a good deal of care and attention goes into it).

In any case, the hard part is exposing your internal systems as useful externals APIs. Keeping track of API keys etc isn't that hard.

link|improve this answer
feedback

WebServius ( http://www.webservius.com ) does just that (API key management and more, free for free APIs within reasonable limits).

link|improve this answer
feedback

apigee has a free version.. try searching apigee togo, and you have access to free tools

link|improve this answer
feedback

We use CloudGate from Managed Methods. It does have a free version that includes these types of features around authentication, authorization, throttling, key management, routing and monitoring, response caching etc...

Brian

link|improve this answer
feedback

Have a peek at http://apiaxle.com, it offers most, but not all of the features you're looking for. I would recommend Mashery of the three big players when you get some cash, though.

link|improve this answer
feedback

Hmmm, Mashery for free - I do wish we could afford to provide that. But then I wish for a lot of things :)

Mashery actually got started when I was at a startup that needed exactly what you're talking about. Over the past few years as we've started serving a lot of larger customers with more substantial needs, the breadth of our solution has certainly grown, along with the value that represents.

But that doesn't mean that there isn't a demand from a lot of startups for a more affordable "basic" API management solution that incorporates all or most of the features you mention. We're actively working on a solution for startups that is exactly that. Stay tuned for an announcement soon.

Cheers -

Oren Michels CEO Mashery

link|improve this answer
2  
Mashery for startups is $499/month. mashery.com/solution/springboard – z8000 Apr 27 '09 at 21:40
@z8000 link is dead – Ryan Jun 16 '11 at 17:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.