SlideShare a Scribd company logo
1 of 52
Download to read offline
Is your API naked?
10 roadmap considerations for API product and engineering
managers

UPDATED with: The Best of RAW (Rapid API Workshop)
10 API design and program best practices

www.apigee.com

June 2010
Is your API Naked? 10 API Roadmap Considerations

This whitepaper is a compilation of posts from our API technology best practices blog
series “Is your API Naked? 10 considerations for your API roadmap.”
This series is put together based on our collective experience talking to hundreds of
product and engineering managers on issues around operating an open API.
Why ‘naked’ in the title? A customer of ours once said it best - “...most open APIs start
out as little more than raw, naked, features exposed to developers, and there is a
big gap between a feature and a full-fledged service.”
So this paper is about the capabilities ‘around the API’ that might be needed to
‘productize’, ‘monetize’, or ‘operationalize’ an API-based service - issues around traffic
management, protecting your organization and customers, scaling performance,
monetization, community and more.
If you own an open API roadmap, these short pieces are meant to give you ammunition
and questions to think about for your own roadmap across different areas where your
API might need covering up.
And it goes without saying we’d love to talk to you about how Apigee Enterprise API
management can help. Or try our free Apigee service today.
Cheers,
The Apigee Team
May 2010

UPDATE: Bonus section “The best of RAW (Rapid API Workshops)”
We’d like to thank the hundreds of developers and product managers that have
downloaded this whitepaper in the last six months.
Since then, we’ve been conducting workshops with API teams around the country.
These workshops focus on strategy, technical, and marketing best practices for APIs.
We call our workshop “RAW or ‘Rapid API Workshops”
So as a “V2”of this whitepaper, we’ve written up 10 of the best RAW discussions (which
we posted on our blog) and added them as another section of the whitepaper.
With your continued feedback, we’ll keep documenting all the great best practices,
insights and feedback the from the innovative API teams we meet.

%

!"#$%&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'()$%*+,%&+*+%
Is your API Naked? 10 API Roadmap Considerations

Table of Contents
Part 1: Is your API Naked? 10 API Roadmap considerations
1. Is your API naked? API Visibility .............................................................................. 4
2. Don’t have a meltdown: API Traffic Management ....................................................... 6
3. Do you need API keys? API Identity, Authorization, & Authentication ........................ 7
4. Don’t roll your own: API Security Recommendations ................................................ 12
5. Indecent Exposure: API Data Protection .................................................................. 15
6. One size doesn’t fit all: API Versioning and Mediation ............................................. 18
7. Welcome Aboard: API User Management................................................................ 20
8. If you build it will they come?: API Community and Audience ................................ 22
9. Show me the money: Monetization ......................................................................... 25
10. Turn up the volume: API Scalability........................................................................ 27

Part 2: Best of RAW (Rapid API Workshop): 10 API design & program best
practices
1. Moving the needle: Example API metrics .................................................................. 32
2. Right product at the right time: API Product Management ....................................... 35
3. Considerations for ‘open data’ API programs ............................................................ 38
4. Design your API for adoption with ‘true REST’ .......................................................... 39
5. Don’t try to market to developers. Instead, solve their problems. ............................. 43
6. Working over vendors: A buyers guide for API management ................................... 45
7. How do content and transactional APIs differ? .......................................................... 49
8. Business logic vs. Business policy in cloud services & APIs ..................................... 51

%

!"#$%&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'()$%*+,%-+*+%
Is your API Naked? 10 API Roadmap Considerations

1. Is your API naked? (API Visibility)
We're always surprised how almost every company we talk to will
acknowledge how little they know about their API traffic and usage.
We see most folks sifting through web server logs to understand
usage of the API as a product. As the API becomes more strategic
and you want to make the case for more investment - this gets more
painful.
This happens a lot when an API starts as an experiment. As we once heard a customer
explain – most APIs start out as little more than ‘raw naked features.’ APIs are often
launched by the 'ask for forgiveness, not permission' types (you know who you are :-).
Things like metrics or analytics are back burner until an API either gets off the ground or
doesn't.
But most APIs usually end up getting important more quickly than expected, and as a
product and engineering manager you may start asking:
Who is using the API and how much are they using?
How many clients, apps and developers are out there?
How do they break down by type and region?
How does usage map to existing customer or partner organizations? Or how do
developers map to applications and map to customers? (This can be tough with
only key or IP based tracking.)
What parts of the API and service are they using? You probably use web
analytics- at some point you need this for APIs as well to see where to invest.
How does traffic breakdown between your own products and 3rd party products
when they are using the same API?
What the aggregate and per developer/app/customer transaction and data
volumes?
How fast and 'good' is your service?
What latency are customers experiencing, by developer, customer, region, or
operation?
Where are errors and user-experienced bugs happening and how often?
%

!"#$%&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'()$%*+,%-+*+%
Is your API Naked? 10 API Roadmap Considerations

How is the API delivering vs. any formal SLA agreed to or paid for?
How can you find out if a customer is having a problem (before they call you)?
How is the API usage impacting the rest of the platform or web products that also
use the same API?
Can you quickly trap and debug based on a specific message? Based on what is
in a cache?

How does the API drive the business?
Who are the top priority customers? Developers? Partners? Who should you call
to up sell to a higher service tier or do a deal with?
What do you need to show general management to make product strategy (or
tactical) decisions?
Will you need to create audit trails or metering reports for partners that are
paying for API access?
Do you need to create metrics based on a certain data value in the payload?
(Such as a specific product SKU)
What is the cost of the data that you are serving up? (If you are licensing this
data)
Are you in line with all the compliance standards that IT enforces for the onpremise apps?

These questions become increasingly important when opening a service as an API –
delivery times are critical when customers, contract terms, and compliance regulations
come into play. Knowing these metrics and analytics and how they map to the business
will help you be get ahead of the demands of customers and partners, and are critical
when you need to make the business case for an API to executives.
We’d love to hear what you think, and next up is traffic management.
(and thanks to Esparta and Naked Cowboy for the pic)

%

!"#$%&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'()$%*+,%-+*+%
Is your API Naked? 10 API Roadmap Considerations

2. Don’t have a meltdown: API Traffic
Management
Customers come up with far better sound-bites than we do. One asked
us if we could protect them from “back-end melt down.” They had opened an API for
customers, but it was the same one their Web apps was using, so bursts of traffic from
customer apps had their Web product running hot – and not in a good way.
A back-end melt down will lead to a front-end melt down in a hurry. That's a major risk
to the business.
It's also one reason why traffic management is usually one of the first management
features added to an open API. But usually there are both technical and business
reasons for this.
Technical folks want throttling, or rate-limiting, to regulate traffic flow. Your customer's
developers might inadvertently write some inefficient code. Someone might try to
download all your data through your API. Rarely you might get some malicious use.
Rate limiting or transaction throttling (X transactions per second usually) can be like a
circuit breaker that protects your own apps and keeps your Web and API customers
happy.
Business managers may need to measure consumption against a daily quota. This
might be to find growing customers to upsell, or keep track of customer data usage
(especially if you are paying for that data). Or they may want to create different or
custom 'service tiers.'

Pitfalls to avoid with Rate limits and Quotas
We see a few API providers substitute ‘quotas’ for rate limits – telling developers they
can have X transactions per day. But just measuring against daily quotas can leave
your ‘back-end exposed’ if you get a short burst of traffic. And 'per second ' rate limits
aren't a great way to create tiers of business-level consumption. You might need both.
Or, we see customers that define an SLA only on paper and say “call us if you need
more.” We had a SaaS customer that started this way but then found it was tough to tell
important customers they needed to manage their API usage. They eventually found a
good way to ease into the traffic management discussion - by first providing the
customer with usage reports. (“Look how all your requests come in Monday at 9 am, we
love you but can you help us?”)
And you may not consider all requests equal – you may find that some requests contain
many transactions or big messages, so a simple “X requests per second” rate limit
might not be enough.
%

!"#$%&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'()$%*+,%-+*+%
Is your API Naked? 10 API Roadmap Considerations

So consider these questions for your open API roadmap:
What kinds of rate limiting do you need?
Do you need to rate limit by developer, app, or customer organization?
Can you rate limit a particular client (key and IP address)?
Are all messages the same or do you need to adjust based on message size, or
records per message, or bandwidth?
How do you throttle differently for your own web or internal apps vs. API traffic?
Do you need to buffer or queue requests?

Does your business need quotas on API usage?
Do you need to keep track of daily or monthly usage to measure business
consumption?
Do you need to define different consumption levels for different service tiers?
If someone goes over the quota, what is the best business recourse? Call them
up and upsell them? Or shut them off?
If you are paying for the data are you measuring this for billing and pricing?

How do you monitor and respond to traffic management?
How will you know when someone goes over a rate limit or quota?
Are quota or rate limit overages a trend or a 'one time thing'?
Can you define flexible actions? (I.e. drop requests, do nothing, send an alert?)
Can you provide customers with data so they can help by metering themselves?

What about bad stuff like unauthorized access, Denial-of-Service, or XML specific
attacks?
More on that in the next couple sections – Security and Data protection

3. Do you need API keys? API Identity,
%

!"#$%&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'()$%*+,%-+*+%
Is your API Naked? 10 API Roadmap Considerations

Authorization, & Authentication
We’ve seen very few API providers with a completely open API – almost all employ at
least one of these:
Identity - who is making an API request?
Authentication - are they really are who they say they are?
Authorization - are they allowed to do what they are trying to do?
Do you need them all? Maybe not. Some APIs only need to establish identity and don’t
really need to authenticate or authorize.
Compare the Google Maps and Twitter API – Identity vs. Authentication
Take the Yahoo and Google Maps APIs – they are fairly open. They want to know who
you are but they aren’t concerned what address you are looking up. So they use an
“API key” to establish identity, but don’t authenticate or authorize. So if you use
someone else’s API key, it’s not good but not a serious security breach.
The API key lets them identify (most likely) who is making an API call so they can limit
on the number of requests you can make. Identity is important here to keep service
volume under control.
Then take Twitter’s API - open for looking up public information about a user, but other
operations require authentication. So Twitter supports both username/password
authentication as well as OAuth. Twitter also has authorization checks in its code, so
that you cannot “tweet” on behalf of another user without either their password or an
OAuth key to their account. This is an example of an API that implements both
authentication and authorization.

The “API Key” – do you need one?
API keys originated with the first public web services, like Yahoo and Google APIs. The
developers wanted to have some way to establish identity without having the complexity
of actually authenticating users with a password, so they came up with the “API key,”
which is often a UUID or unique string. If the API key doesn’t grant access to very
sensitive data, it might not be critical to keep secret, so this use of the API key is easy
for the consumers of the API to use however they invoke the API.
An API key gives the API provider a way to (most of the time) know the identity of each
caller to maintain a log and establish quotas by user (see the last section).

%

!"#$%&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'()$%*+,%-+*+%
Is your API Naked? 10 API Roadmap Considerations

Usernames and Passwords – again, see Twitter
With more sensitive data a simple API key is not enough, unless you take measures to
ensure users keep the key secret. An alternative is username/password authentication,
like the authentication scheme supported by the vast majority of secure web sites.
It’s easiest to use “HTTP Basic” authentication that most websites use. The advantage
of using this technology is that nearly all clients and servers support it. There is no
special processing required, as long as the caller takes reasonable precautions to keep
the password secret.
Twitter simplifies things for their users by using usernames and passwords for API
authentication - especially with human users. Every time a user starts a Twitter client, it
either prompts for the username and password to use, or it fetches them from the disk
(where it is somehow scrambled or encrypted where possible). So here it makes a lot of
sense to have the same username / password for the Twitter API that is used for the
web site.
Usernames and passwords also work well for application-to-application
communications. The trick - the password must be stored securely, and if it’s being
used by a server, where do you store it? If you are running an application server that
uses a database, you already have solved this same problem, because the database
usually requires a password too. Better application server platforms include a
“credential mapper” that can be used to store such passwords relatively securely.
Session-based Authentication – Cumbersome with RESTful APIs
Lots of APIs support session-based authentication. In these schemes, the user first has
to call a “login” method which takes the username and password as input and returns a
unique session key. The user must include the session key in each request, and call
“logout” when they are done. This way, authentication is kept to a single pair of API calls
and everything else is based on the session.
This type of authentication maps very naturally to a web site, because users are used to
“logging in” when they start working with a particular site and “logging out” when they
are done.
However, session-based authentication is much more complex when associated with an
API. It requires that the API client keep track of state, and depending on the type of
client that can be anything from painful to impossible. Session-based authentication,
among other things, makes your API less “RESTful” - an API client can’t just make one
HTTP request, but now a minimum of three.

%

!"#$%&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'()$%*+,%-+*+%
Is your API Naked? 10 API Roadmap Considerations

The Role of OAuth
Today, many APIs also support OAuth authentication. OAuth was designed to solve the
application-to-application security problem. The idea of OAuth is that it gives the user of
a service or web site a way to conditionally grant access to another application. OAuth
makes it possible for a human user to individually grant other APIs or sites access to
their account without sharing their actual password. It works by giving a “token” to each
API or site that will access the account, which the user may revoke at any time they
wish.
For instance, if web site FooBar.com wants access to the Twitter API on behalf of John
Smith, then OAuth specifies the protocol that FooBar.com must go through to get an
OAuth token for the Twitter API. Part of this process requires John Smith to log in to his
Twitter account using his normal username and password (which, in the OAuth protocol,
are never seen by FooBar.com) and authorize FooBar to access his account. The result
is that FooBar.com will have an OAuth token that gives it access to John Smith’s
account. If, later on, John Smith decides he no longer trusts FooBar.com, he has the
option to revoke that OAuth token without affecting his regular password or any other
accounts.
This process makes OAuth the ideal for communication from one application to another
– for instance, allowing MySpace to post photos to your Twitter account without
requiring that you enter your Twitter password every time you want to do it – but it can
be used for any kind of API communications as well.

Two-Way SSL, X.509, SAML, WS-Security...
Once we leave the world of “plain HTTP” we encounter many other methods of
authentication, from SAML, X.509 certificates and two-way SSL, which are based on
secure distribution of public keys to individual clients, to the various WS-Security
specifications, which build upon SOAP to provide... well, just about everything.
An API that will primarily be used by “enterprise” customers – that is, big IT
organizations – might consider these other authentication mechanisms such as an
X.509 certificate or SAML for more assurance over the authentication process than a
simple username/password. Also, a large enterprise may have an easier time accessing
an API written to the SOAP standard because those tools can import a WSDL file and
generate an API client in a few minutes.

The idea is to know your audience. If your audience is a fan of SOAP and WSDL,
then consider some of the more SOAP-y authentication mechanisms like SAML and the
various WS-Security specifications. (And if you have no idea what I’m talking about,
%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%&'+%,'&'%
Is your API Naked? 10 API Roadmap Considerations

then your audience probably isn’t in that category!)

Rolling Your Own
In between OAuth, HTTP Basic, and the basic API key are many alternatives. It seems
that there are as many other API authentication schemes as there are APIs. Amazon
Web Services, Facebook, and some Google APIs, for instance, are some big APIs that
combine an API key with both public and secret data, usually through some sort of
encryption code, to generate a secure token for each request.
The issue – every new authentication scheme requires API clients to implement it. On
the other hand, OAuth and HTTP Basic authentication are already supported by many
tools. The big guys may be able to get away with defining their own authentication
standards but it’s tough for every API to do things its own way.

SSL
Most authentication parameters are useless, or even dangerous, without SSL. For
instance, in “HTTP Basic” authentication the API must be able to see the password the
client used, so the password is encoded – but not encrypted – in a format called “base
64.” It’s easy turn this back into the real password. The antidote to this is to use SSL to
encrypt everything sent between client and server. This is usually easy to do and does
not add as much of a performance penalty as people often think. (With Apigee’s
products, we see a 10-15 percent drop in throughput when we add SSL encryption.)
Some security schemes, such as OAuth, are designed to be resistant to eavesdropping.
For instance, OAuth includes a “nonce” on each request, so that even if a client
intercepts an OAuth token on one request, they cannot use it on the next. Still, there is
likely other sensitive information in the request as well.
In general, if your API does not use SSL it also potentially exposes everything that your
API does.

%

!"#$%&&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'()$%&*+%,*&*%
Is your API Naked? 10 API Roadmap Considerations

4. Don’t roll your own: API Security
Recommendations
Based on the previous points, here’s a short summary of recommendations:

Use API Keys for non-sensitive data (only):
If you have an “open” API - one that exposes data you’d make public on the Internet
anyway - consider issuing non-sensitive API keys. These are easy to manipulate and
still give you a way to identify users. Armed with an API key, you have the option of
establishing a quota for your API, or at least monitoring usage by user. Without one, all
you have to go on is an IP address, and those are a lot less reliable than you might
think. (Why don’t web sites issue “web site keys?” Because they have cookies.)
For example, the Yahoo Maps Geocoding API issues API keys so it can track its users
and establish a quota, but the data that it returns is not sensitive so it’s not critical to
keep the key secret.

Use username / password authentication for APIs based on web sites:
First, if your API is based on a web site, support username/password authentication.
That way, users can access your site using the API the same way that they access it
using their web browser. For example, the Twitter API supports username/password
authentication, so when you access it using a Twitter API client like Spaz or TweetDeck
you simply enter the same password you use when you use the twitter.com web site.
However, if you do this, you may want to avoid session-based authentication,
especially if you want people to be able to write API clients in lots of environments. It is
very simple to use “curl,” for instance, to grab some data from the Twitter API because it
uses HTTP Basic authentication. It is a lot more complex if I instead have to call “login,”
and extract a session ID from some cookie or header, and then pass that to the real API
call I want to make...

OAuth for server-to-server APIs that are based on web sites:
If your API is based on a web site (so you already have a username/password for each
account) and the API will also be used by other sites, then support OAuth in addition to
username/password authentication. This gives users a lot of peace of mind, because
they can authorize another site to access their sensitive data without giving that site
their password permanently.

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%&+,%'+&+%
Is your API Naked? 10 API Roadmap Considerations

SSL for everything sensitive:
Unless your API has only open and non-sensitive data, support SSL, and consider even
enforcing it (that is, redirect any API traffic on the non-SSL port to the SSL port). It
makes other authentication schemes more secure, and keeps your user’s private API
data from prying eyes – and it’s not all that hard to do.

Don’t roll your own:
If the above rules don’t apply to you, then keep looking – between OAuth, OpenID,
SAML, HTTP authentication, and WS-Security, there are a lot of authentication
schemes, and each has its pros and cons.

So over the last 3 entries – based on what we’ve seen in the past couple years - here
are some suggested questions you may want to ask when putting together your API
security roadmap:

How valuable is the data exposed by your API?
If it’s not that valuable, or if you plan to make it as open as possible, is an API
enough to uniquely identify users?
If it is valuable, can you reuse username and password scheme for each user?
Are you using SSL? Many authentication schemes are vulnerable without it.

What other schemes and websites will your API and users want to integrate with?
If your API will be called programmatically by other APIs, or if your API is linked
to another web site that requires authentication, have you considered OAuth?
If you have username/password authentication, have you considered OpenID?
Can you make authorization decisions in a central place?

What other expectations might your customers have?
If your customers are enterprise customers, would they feel better about SAML
%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%&+,%-+&+%
Is your API Naked? 10 API Roadmap Considerations

or X.509 certificates?
Can you change or support more than one authentication approach for diverse
enterprise customers?
Do you have an existing internal security infrastructure that you need your API to
interact with?

Up next: API Data Protection

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%&+,%-+&+%
Is your API Naked? 10 API Roadmap Considerations

5. Indecent Exposure: Data Protection
None of us ever want to see accidental customer data exposure through
our APIs. Especially like Paris experienced last year (an API auth issue).
Last time we talked about starting with strong practices in identity,
authentication, and authorization. But another important aspect of API
management is “data protection” - specifically:
Encryption – protecting your API data from eavesdropping
Threat detection – ensuring client API requests won’t cause backend problems
Data masking – preventing inadvertent data exposure in API responses.
First things first - protecting sensitive data requires knowing what and where it is, and
how sensitive it is to you and your customers. Be aware of the various regulations and
best practices for Social Security numbers, credit card numbers, home addresses,
birthdays, and such.
Once you have identified which data is sensitive, you can think about how to best
protect it in your API.
Encryption
Encryption is a basic technology that must be part of any API with sensitive data. Some
relevant technologies include SSL and XML encryption.
For most APIs, the most critical encryption mechanism is SSL. It works on every
platform, and the overhead is minimal (about 5% through our own API gateway product
in benchmark tests.) Using SSL to encrypt any sensitive data is the least your API
should do.
Another alternative is to encrypt either all or part of each message using XML
Encryption. (This is a W3C standard implemented by many SOA products.) However,
this requires you and your clients to manage public/private key pairs, so deploying this
technology can be more complex and it has a larger performance impact. However,
XML Encryption is tremendously useful when it’s important to manage sensitive data
behind the API. For instance, if API data must not only be transmitted securely over the
Internet, but also stored in internal systems in encrypted form on a disk or in a
database. Otherwise, stick with SSL.

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%&+,%-+&+%
Is your API Naked? 10 API Roadmap Considerations

Threat Detection
Any server that receives data over the Internet is subject to attack. Some attacks are
more specific to an API and merit additional consideration.
The first is SQL injection. This attack takes advantage of internal systems that construct
database queries using string concatenation. If there’s a way to take data from the client
and paste it inside a database query, then there may be a way to compromise the
system using SQL injection. The best way to prevent SQL injection is to code the backend systems so that an SQL injection attempt is not possible. But it’s also important to
stop SQL injection attempts before they get to the back end.
The second is an XML attack - taking advantage of the flexibility of XML by constructing
a document that could cause a problem for a back-end system. For example, causing
the XML software to try to allocate more memory than is available. Or, an XML
document that is nested many levels deep, or with extremely large entity names or
comments. A simple check to ensure that XML or JSON is well-formed can save
resources on the back-end that would otherwise be devoted to generating and logging
error messages.
These attacks aren’t always intentional. Ever used an API like StAX to construct an
XML document, but forgotten to add all the “end tags?” An invalid XML document that
appears to be nested very deep can cause problems for the back-end servers, or at
least tie up more CPU and memory resources.
Fortunately, there are many products, including Apigee Enterprise, that contain predefined policies to defend against these types of attacks.
Data Masking
Encryption is critical to keep sensitive data private, but in some cases, it may make
sense to try and re-use internal services and data.
However, you might need to screen - or mask - some private data for the API. This
means using an XML or JSON transformation to either remove or obfuscate certain data
from an API response.
While this technique must be used with care, there may be cases in which only certain
API users are authorized to see certain information. For example, there might be an API
call that returns a “user” record with all the details when the user him or herself calls this
API, but only limited data when a customer service reps access the “user” record using
the API.
In that case, you could implement this by building only one version of the API on a
back-end server and adding a data transformation rule that removes the user’s home

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%&+,%-+&+%
Is your API Naked? 10 API Roadmap Considerations

address if the request is coming from a CSR’s account. If you have many services, you
might consider having a common layer that performs these types of transformations –
especially if you may need to add certain data fields as well as masking fields. (more on
that in the next section on API Mediation).

Possible recommendations for your API roadmap:
Use SSL when the API includes sensitive data, or if the authentication
mechanism in use does not include an encryption component. (HTTP basic
authentication, for instance, allows an eavesdropper to intercept the password
unless SSL is used; OAuth does not.)
Always defend against SQL injection, either in the back-end server, at the edge
of the network, or both.
If your API accepts XML input via HTTP POST or some other way, then defend
against the many types of XML attacks. These include large inputs, payloads or
attachments, ‘header bombs’, replay attacks, message tampering and more.
Consider using data masking in a common transformation layer if your back end
servers may return some data that should not be given out to all users of the API.
(and thanks to carbonnyc for the photo)

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%&+,%-+&+%
Is your API Naked? 10 API Roadmap Considerations

6. One size doesn’t fit all: API Versioning and Mediation
TrueCredit.com tells a story of calculating that they would need
thousands of IP addresses for all the different versions and
flavors of their open API to account for different variations and
versions needed by partners.
Even if you have a ‘one sized fits all’ API for starters, you might
need to be able to transform data, mediate terms or customize
SLAs without coding each change or a creating a new version of
the API. Reasons could include:
Protocol needs - We have a SaaS customer with a REST API that had an
important deal on the table with a bank. The bank insisted on a SOAP API with
WS-Security. Some SOAP shops want to offer a RESTful API because it’s easier
for developers to work with. And we see lots of needs to transform between
different syntaxes of SOAP, REST, or REST/JSON – the list goes on.
Monetization - You might want to sell a premium version of your ‘one size fits all’
free API. For example, a search API provider wanted to do a BD deal with its free
API and needed to insert extra data the partner wanted to pay for.
Standardization - If you have a lot of APIs – built by different teams – one day
you might want to enforce some consistency. A customer of ours grew from one
API to 40, and needed to add some standard fields to each API without needing
to coordinate 10 teams to write code.
Versioning - Ever used an API where you get an email every month asking you to
upgrade to a new version? TrueCredit wanted to provide API upgrades to
customers that needed it while holding the API fixed for everybody else longer to
reduce versioning headaches.
So you may need to figure out how you can provide and manage different flavors or
versions of the same API – or ‘mediate’ (or transform) API content and syntax.
Alternatives might be to (a) support multiple APIs (painful), (b) hold off as long as
possible and push back on customers to snap to a ‘one size fits all’ model (more
painful), or (c) create a ‘mediation’ capability or layer that can transform between
different ‘shapes’ of the API – protocol, data, version, credentials, etc.
(And going back to TrueCredit’s story at the top, this is what led them to think about an
API gateway for mediation, caching, load balancing, and more.)

So ask if and when any of these issues might apply to your roadmap:
%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%&+,%-+&+%
Is your API Naked? 10 API Roadmap Considerations

Will you need to mediate protocols?
Do you anticipate needing to offer more than one protocol or a different protocol
than what you have now? (SOAP for enterprise customers? REST or JSON for
developer adoption? )
Do you anticipate needing to map across different security or credential
schemes? (ex: from simple HTTP auth to WS-Security)
Do you currently write a lot of code to transform between different styles of a
particular protocol (SOAP 1.1 vs. 1.2, etc.)
How important will it be to reduce the number of APIs versions for development
and maintenance?

Version management
How often will you need to release upgrades to the API? What is your process for
asking customers to upgrade and how long will it take to sunset a version?
If you offer more than one API, do you have a need to standardize elements of
the API (header or payload)? Do different teams need to do this or does it make
sense to put this capability at one point?

Message enrichment, clipping
Will you ever need to enrich an API for a particular customer or class of service
with more data or functionality? (such as a big customer that licenses more data.)
Will you need to remove or clip certain fields for certain customers or classes of
service?
How fast will you need to turnaround these requests for the business vs. your
dev or product cycle?
A mediation layer (see more flavors here) can be important to handle complexity so you
can focus development on business specific API capabilities.
(and thanks to collinanderson for the photo)

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%&+,%-+&+%
Is your API Naked? 10 API Roadmap Considerations

7. Welcome Aboard: API User Management
Just like you have processes to add and maintain user accounts with
your website, you'll need the same for developers using your API.
Making it fast and easy for developers to quickly get API account
details squared away is critical to reduce barriers to adoption. And good
user management can pay off by reducing your support costs and increasing customer
satisfaction.
This includes setting developers up with an account and any authentication credentials
they need to work with your API. But you'll also need UI and processes to add, maintain
(such as reset) and revoke or delete these accounts.
You may also need to take into account how to hand out keys or OAuth keys, and even
consider an approval process, if you are going that route. (although you don’t
necessarily need these).
Also, consider whether you can make things simpler by defining rights around standard
user profiles. For example, ‘bronze’ customers have access to certain APIs or requests
vs. ‘gold’ customers.
Finally, consider any other information you can give developers that will make it faster
and easier to work with you - to get their questions answered without calling you. For
example, usage statistics and alerts on versioning upgrades and outages.
Do you need to start from scratch?
Before building or buying this, consider if you might be able to extend some other
existing user management UI and processes to work for developers requesting access
to your API.
(For example, we built our own user management system for Apigee quickly using our
existing salesforce.com account, with just a couple integration points to our account
provisioning functionality.)
Key to this decision is how much integration you need into your existing business
processes. Do you need to create accounts in your CRM system, and make sure you
have enough developer information to map developers to applications and customers?

Consider the following user management questions for your API roadmap:

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+',%&'+'%
Is your API Naked? 10 API Roadmap Considerations

For on-boarding developers
Do you already have a way to manage user accounts that you plan to re-use for
your API? Do you also wish to offer OAuth keys?
If you have no user management at all, what does a user need to do in order to
sign up to use your API?
Can they sign up quickly and easily using a web browser?
Can you simplify things by defining ‘tiers’ of users?
What kind of information do they need to have access to?
For maintaining and managing accounts
Can you re-set their passwords?
What user interface do you want to create for user management?
Can users do it using a web site or is there some other way?
Can you monitor their usage? Can they monitor it themselves?
Can you revoke user accounts?
Do you need to implement an approval or screening process?
Do you need reporting and analytics around users – active developers,
engagement and retention rates?

Integrating your API users into the rest of your business
Does your developer activity need to get mapped into your sales, support, and
ERP systems?
Does your API key structure enable you to map developers to applications, your
customers, and their end users?
Does user data need to be integrated with existing profiles or user data systems?
Can you use existing SSO (single sign-on) systems?
Can you create usage incentives by providing developer access to their own
usage data?

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%'+,%&+'+%
Is your API Naked? 10 API Roadmap Considerations

8. If you build it will they come?: API
Community and Audience
You've built a great API, and have all the operational bases
covered. But it doesn't matter if nobody knows about it. Awareness
and adoption are likely a big reason you might open an API. So if
you think of it like throwing a party - you need to make sure people know it's happening,
guests show up, have a great time, and make it an interesting.
(And while many APIs are private – such as a SaaS API only for your partners – you still
need to do a lot of this.)
Developers, developers, developers
Developers make or break any 'openness' strategy. They are your greatest source of
feedback, your best advocates, your toughest critics. If you keep your eye on making
developers successful you are building on a very strong foundation.
But first you must have a cool product.
I once saw Dave McClure give an super developer programs presentation a while back.
Really agreed with his key point – it all starts with a great product – and we'll write a
separate entry on this.
Developer Community
One of the best ways to make developers successful is to put them in touch with each
other – so that they can share information, tips and tricks, and creativity in working with
your API that you may never figure out on your own. That's why some of the most
successful software companies have the most vibrant developer communities.
So you need to put down the tools that help developers work together and discuss and
share knowledge about your APIs. Blogs, wikis with documentation, newsgroups,
venues for code examples are all important. One of the best tools for your developers
are code samples that they can incorporate in their own apps, so having a place for not
just your own sample apps and widgets but also for developers to share their own is
critical.
Plug into other developer communities!
While building your own community can be important, there are lots of existing, large
developer communities that you should plug into right away. You can sign up for these
for free. They depend on and are all set up to distribute and promote your great content
(your API and samples). These might include:
Vendor communities like Microsoft's MSDN or Google's COMMUNITY works.
These guys might be your partners, but if they are not it might not matter – plug
in anyway. Even if you compete or do not build on those platforms – there will be
%

!"#$%&&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'()$%*+,%&+*+%
Is your API Naked? 10 API Roadmap Considerations

developers that work with those platforms and use your APIs.
Platform communities, such as RubyOnRails, or iPhone.
Independent communities like Stackoverflow. These existing communities have
audience and depend on great content from API providers and developers.
API Directories and communities like ProgrammableWeb. These are where
developers looking for great APIs and information about them come.

Don't forget about “Audience”
Think of launching an API like throwing a party. Sure, you need a great venue, food,
and music. But how do you make sure you get the word out to make sure lot of guests
show up? We see lots of API strategies that focus on the community tools, but tools do
not equal a community. If you can't find an *audience,* it's like a party with great
catering that nobody knows about.
A big part of this is making sure your API is highly ranked in Google searches on
anything related to “API + your business.” There might be 10 other APIs in your vertical
space – you need to be near the top of the list. This is another reason why being on all
those other community sites, directories and discussion boards is so important, as they
give you the links that raise the Google score that gets you found, that gets you used,
that gets you found, etc.
You can't outsource passion
Should you outsource community? Be careful. The best communities have a 'hot core'
of very active members and the ringleader is usually an incredibly passionate evangelist
that knows each of these folks personally, and is obsessed with tracking and
immediately responding to any question or issue, or leaping at any opportunity to talk
about how cool your API is.
Can you outsource that passion? We recommend not – find one dedicated, maniacal
evangelist in your organization to nurture community.
Finally, consider evangelizing your developers – if they are doing great work with your
API or platform, give them props and make them stars.

Your Roadmap: Audience and Community
So if you are opening an API, think about the following for your community roadmap and
don't forget about “Audience.”
%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%&,+,%
Is your API Naked? 10 API Roadmap Considerations

Community tools
Do you have formal documentation? Can you put it on a wiki so that developers
can edit, add, and comment?
Do you have code samples on how to use the API?
Do you have a place for developers to put their own code samples and showcase
their own work and sample apps? (widgets, mobile apps, etc.)
Are code libraries needed for important platforms? Should these be open
source?
Do you have a blog for best practices and a way to get in touch with developers
on important changes, such as API version updates?
Audience and distribution
Can you get awareness and distribution through existing developer communities,
such as those of vendors (MS, Google IBM), platforms (Ruby, iPhone), and
independent directories (ProgrammableWeb)?
What Web marketing or SEO/SEM - Search Engine Optimization or Search
Engine Marketing (Adwords) - can you do to make sure developers find you
when searching for “API” + your type of content or business?
Community management
Should you have a dedicated full-time employee to drive community and
evangelize your product and best developers?
Are there any offline events or meetups you should be at?
How can you recognize and promote your hardcore community members? Do
you have an evanglist that knows these folks personally?

What about adding and managing developers?
Revist User Management

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%&,+,%
Is your API Naked? 10 API Roadmap Considerations

9. Show me the money: Monetization
At some point most API product managers are on the hook to
demonstrate how the API results in downstream revenue.
And even if you never intend to charge for your API, you may be surprised by
unexpected opportunities.
I used to be responsible for a number of ‘free, open, take-it-or-leave-it APIs’ at a large
Web portal. After a few months, the team was surprised to get a ton of calls from big
companies that wanted to pay (a lot) for use of the API within their commercial products.
The catch – they expected that the API could support some of the basic business terms
of any commercial deal. For example – could the API provider:
Meter service and give them a bill every month?
Enforce a special rate limit and give them an “SLA” (service level agreement)?
Insert extra data fields if they were willing to pay for more licensed content?
We also needed some other basics:
SOX compliant audit logs for each deal.
Reporting on the cost of the data served by the API (because we were licensing
it from another company).
The means to enforce similar terms on a ‘package’ of multiple APIs together in
one deal.
Unfortunately, all of these capabilities needed to be coded as they came up and we
couldn’t lock down most of these deals in time.
So even if your API business model is already covered and baked in your API, you may
want at least the option to support a slightly tailored or customized relationship. You
may need to quickly tailor the API’s syntax, protocol, priority, or content to a specific
opportunity.
Once you have partners using an API, your business managers and partners will put
your team under a lot of pressure - each day a policy change goes unmade, dollars are
lost.
So consider if you’ll ever need to abstract these policies – the difference between the
API content and features of the commercial business and the operational terms of each
deal – in a separate policy layer that you can manage quickly and independently of
development cycles. Or to make a single change across multiple APIs.
%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%&,+,%
Is your API Naked? 10 API Roadmap Considerations

Therefore, some questions to ask for your API roadmap might include:
General business and partner model questions:
How is your business and revenue model supported by your API? (are you
looking for distribution and awareness only? Does the API drive a monetized
transaction? Will you ever charge for ‘pay by the API drink’?)
How are your costs reflected in your API? Do you pay for any of the data you are
serving up? If so, how do you keep track of this for the business and partner?
Will large partners or deals surface where your team will need to change the API
content, SLA, protocol or content? Is there a partner that might want to pay
enough and who is large enough to drive your team to move away from “one size
fits all?”
Will you need to create ‘service tiers”?
Enforcing unique business and operational terms:
How will you meter service like a utility, so that you can bill partners and report
data costs?
What regulatory compliance will you need to support? Do you need SOXcompliant audit trails by partner? HIPPA? PCI?
How would you create and enforce a partner-specific SLA, rate limit, or offer
‘priority access’ to a priority partner?
If the partner wants any change in the API protocol or content, do you need to
support a different API code-base? Is there a way to create a transformation
layer to handle and scale this?
Do you need to buffer up or queue incoming requests?

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%&,+,%
Is your API Naked? 10 API Roadmap Considerations

10. Turn up the volume: API Scalability
Our discussion of APIs so far has focused on aspects like security,
visibility, and data protection. We've been leaving out a very important
concept, though - how do you make your API scale?
The term "scale" means different things to different people, so let's narrow it down. The
question is, what are you going to do as your traffic increases? Do you have a plan to
handle 10, 100, or 10,000 times more traffic than your API is receiving today?
The truth is that solving this problem at the truly high end can require fundamental
changes to your architecture and code. The kind of engineering required to run an API
that accepts a few requests per second is very different from what's required to scale to
the size of Facebook or Twitter. However, the chances of any particular API needing to
scale to that level, of course, are pretty slim.
Writing about all the dimensions of scalability and how to achieve them is a subject for a
pretty long book. But here are a few specific things to think about:
Caching
Rate limiting and threat protection
Offloading expensive processing

Caching
Caching is a huge part of any scaling strategy. Whole products and web sites are built
around caching as a fundamental architectural concept. Caching works because even in
an API, usually much of the data that's returned is read. A good caching strategy can
decrease latency by huge percentages, and improves throughput by taking load off
expensive back-end servers and databases.
Typically, caching today is done in a few different places. Caching between the
application server and database using a product like Coherence or memcached helps
by reducing the number of database queries needed to serve an API request. Additional
caching inside the application server code can further decrease throughput by making it
possible to reassemble parts of an API response from pre-cached parts. For instance,
the response to a typical Twitter API call consists of an arrangement of many individual
snippets of XML, each of which may have been cached to reduce the overhead needed
to fetch data from the database and convert it into XML.

HTTP and CDN caching
%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%&,+,%
Is your API Naked? 10 API Roadmap Considerations

Caching at the HTTP level is also very common. The HTTP protocol supports several
headers that enable caching by proxy servers and of course by the web browser itself.
This type of caching works fine for API calls. However, since it's based only on the
HTTP request, it doesn't work for everything. Imagine a SOAP API, for instance, which
includes an HTTP POST body describing the request - HTTP-only proxies cannot cache
the response because they can't look inside the request and see what needs to be
cached.
Similarly, CDNs like Akamai work by caching pieces of content all over the Internet so
that users will receive it from a server near them. Caching strategies like this are great
for big files that don't change often, but by design they are poor at data that changes
more than every day or so.
Caching API responses
With APIs, it's also possible to add caching in between, by caching entire API
responses. For instance, imagine a "getAccount" method on an API. Software like
Apigee Enterprise can look at the parameters to the request and use them as a "key" to
the cache. If a response already exists in the cache, ServiceNet simply returns the
exact response from the back-end server from its in-memory cache. This cuts out all the
latency to make an HTTP request to the application server, process the request, query
the database, assemble the response, and so on - and unlike a cache that works only at
the HTTP level, it can be configured to understand the semantics of the API so that it
caches effectively and correctly. There are also ways to purge cache items
programmatically, so that the "updateAccount" API method ensures that the next call to
"getAccount" won't return stale data.
In other words, adding a intelligent caching layer between the client of an API and the
back-end application server adds more caching options that can increase scaling and
decrease latency even further than some alternatives because this cache is closer to
the API client. Plus, due to the magic of HTTP, XML and/or JSON, it's possible for this
caching to be performed without any changes to the API client or server.
This means that a highly scalable web site could use caching in different tiers, each with
its own contribution to overall API performance:
A cache like Coherence or memcached may be used between the application
server and database to reduce database load.
A similar cache may also be used from within the application server to reduce the
overhead of assembling API responses.
A proxy like Apigee Enterprise can cache complete API responses, reducing load
on the application server tier.
A CDN like Akamai can provide an extra caching layer for large files that do not
change often.

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%&,+,%
Is your API Naked? 10 API Roadmap Considerations

Rate Limiting and Threat Protection
Another aspect of scaling is just keeping unnecessary traffic away from your application
servers and databases. Some of the techniques that we've discussed previously, such
as rate limits and threat protection, apply here as well.
For instance, an API's performance can drop precipitously if a client, on purpose or by
accident, sends too much traffic. A rate limit helps a lot here!
Bad requests can kill API performance too. XML threats, which we discussed in the last
episode, are one example of a way that a bad request from a client can cause
performance problems or even a crash on the server side. It's a lot easier to maintain
scalability if you can stop these kinds of problems before they can hurt your servers.

Offloading
Finally, consider the things that you can offload from your application server tier. The
more you can offload to more efficient platforms, the less load your application servers
have to handle. Plus, the more things you can offload, the simpler those application
servers and their applications become, which means they're easier to manage and
easier to scale.
For example:
SSL. Load balancers and ADCs like F5 and NetScaler products, not to mention
web service proxies like Apigee Enterprise, can process SSL more efficiently
than most application servers.
HTTP Connections. Those same products are highly optimized to handle tens of
thousands of simultaneous connections from HTTP clients, and operate a
smaller pool of connections to the back-end application servers. Offloading
HTTP connection handling to another tier can free up a lot of server resources.
Authentication. If you perform authentication, a proxy like Apigee Enterprise can
handle all your authentication for you, freeing your application servers to worry
only about properly-authenticated requests. And if you're using SOAP, a product
like ServiceNet can process many of the SOAP headers, such as WS-Security
headers for authentication, then remove them so that the application server
doesn't even need to see them.
Validation. If your API depends on XML input, it may run more efficiently if it only
accepts valid XML requests. Turning on XML schema validation can hurt
performance of most application servers - products like ServiceNet can do it
more efficiently.
%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%&,+,%
Is your API Naked? 10 API Roadmap Considerations

Key Questions to ask for your roadmap:
What kind of volume are you expecting?
Are you prepared if you get 10, 100, or 10,000 times that amount of volume with
little warning?
Do you have a way to shut a user off if they consume too much volume?
Do you have a way to control API traffic in case you are unable to handle the
volume (see Traffic Management)?
Are your back-end servers capable of handling tens of thousands of concurrent
connections?
Are your back-end services cacheable? Do you have a cache that you can use to
reduce response times?
Are you monitoring response times and tracking them to gauge customer
satisfaction?

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+',%-'+'%
Is your API Naked? 10 API Roadmap Considerations

Part 2: The Best of RAW
(“Rapid API Workshop”)
10 API design and program best practices

www.apigee.com

June 2010

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%'+,%-+'+%
Is your API Naked? 10 API Roadmap Considerations

1. Moving the needle: Example API metrics
It's an old cliché, but it's been said that you can't move
the needle if you can't *see* the needle. So frequently
we're asked "what are good metrics to measure an
API program?"
While individual metrics are important - it might be as
much about the 'process around metrics.' Or

how metrics are evangelized and used

to drive specific parts of the API product development pipeline. Specifically:
1. Get early buy-in on the 'top 3.' Strong API product managers often focus in on
1-3 top level 'strategic' metrics and get early, wide agreement from all parts of the
extended team - the sponsoring exec, PM, engineering, BD, and operations. If
different stakeholders are measuring success with different metrics (say number
of developer sign-ups vs. API traffic vs. revenue) this can pull resources in
different directions.
2. Track against realistic projections. Set expectations early by modeling
anticipated results and then track actuals against this estimate. For example, pick
a 'comparable' or competitor's API to guess developer portal traffic, then model
the expected developer sign-ups and conversions (for example, 10% of visitors
might ask for a key, 20% of them might built an app, 10% of those apps might
drive ongoing traffic, each of those apps might drive a certain volume of traffic,
and so on.)

3. Publish a weekly dashboard, religiously. Proactively call out how product
updates and community activities do or don't move the needle so you can quickly
adjust tactics and think of new ideas that might move the needle.

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%',+,%
Is your API Naked? 10 API Roadmap Considerations

4. Create a metrics 'pipeline.' How do different metrics diagnose how each stage
of the customer conversion process is working? For example, developer portal
traffic might be a good metric to measure the marketing guys (that is, they might
be responsible for getting developers *to* the portal). But whether or not a
developer converts to ask for a key and then converts into an active API user
might be a measure of how effective the PM process is working to create a
product that developers want to use. User-experienced bugs can measure
development and product QA effectiveness, and so on.
Here is an example of a metrics pipeline that we recently discussed with a customer.

Category

Awareness (measure of
marketing effectiveness)

Signups (measure of portal
messaging effectiveness)

Adoption (measure of
product fit)

Quality (measure of dev

%

Example Metric

-Developer portal traffic: unique
users, page views, and
engagement (PVs/UU)
-Top traffic sources (search,
direct, referrals

-Registrations (developer keys
issued)

-Active developers, partners
-Applications (number, by app
type, geo, partner 'tier')
-App end users (such as mobile
app users)
-Traffic: volume and % API vs.
non-API- Developer retention
(active developers lost)

-User experienced problems

!"#$%&&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'()$%*+,%-+*+%
Is your API Naked? 10 API Roadmap Considerations

process)

Community (measure of
customer sat)

Financial (measure of
business model fit)

(errors returned)
-Bugs reported
-Critical situations (P1 bugs or
blocking bugs)

-Community members
-Community forum activity and
engagement
-Number of very active
members
-Net promoter score

-Revenue
-Cost of data served (if
licensed)
-Profit and margin
-Market share

(Thanks to seenoevil for the photo)

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%.,+,%
Is your API Naked? 10 API Roadmap Considerations

2. Right product at the right time: API Product Management
Recently we were asked by a SaaS company exec "Can't we just
hire someone to come in here and build our API for us?"
Danger, Will Robinson. Just like any other product in your stable,
your API needs to go through your product management practice. Successful APIs
usually have a dedicated API product manager that creates the 'right product at the
right time" by continually focusing helping the team stay on target by driving:
1. What is the vision for the API? How do you go from an idea to great product? Start
by asking what is your vision? If you were sitting around with your top 5 execs, would
they agree? One good PM framework we've seen really focus an effort is explicitly
defining the "VMSO" or "Vision, Mission, Strategy, Objectives" before every major
release. For example:
Vision - what is "the dream" (example: be the most widely used widget catalog on
the planet)
MIssion - what do we do every day to achieve the dream? (example: have the
easiest catalog API to learn and use)
Strategy - what is our unique approach for achieving our mission? (example: have
the smoothest sign up, clearest REST API and best community support)
Objectives - what are our 1-3 key API metrics to determine if the strategy is
working? (example: developer apps, API transactions, API revenue)
2. What is the target customer segment for the API? Mobile developers? Your top
10 partners? Affiliate marketers? Each segment may need different features, policies, or
marketing approaches. Do a customer or developer segmentation analysis and force
rank priority segments. And if you ask your API team who their target segment is and
the answer is 'everybody' - get worried.

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%.,+,%
Is your API Naked? 10 API Roadmap Considerations

3. Develop use cases. Ask how little, not how much, you can launch with your API.
Taking back functionality is difficult once it's out there. Identify and prioritize the
minimum set of use cases (or user scenarios - such as 'browse catalog
information') and consider throwing out anything outside what's needed for each use
case.
4. Iterate quickly. It's rare to find a successful API program where the PM doesn't say
something like "and after we launched our customers took us in a completely different
direction." Consider agile development techniques to help your team iterate quickly.
5. Differentiate your API. How is your API or content different than competing APIs in
your vertical? Why should I drop what I'm doing now and use your API? Using a wellworn PM 'positioning framework' can help the team agree on this beforehand. For
example:

For the (target customer)

(example: Mobile
developers)

Who needs (primary pain
point or need)

(ex: a free and
complete widget catalog
for commerce apps)

Our solution (our API is)

(ex: the most
comprehensive, open
widget catalog that is
incredibly easy to use)

That (key benefit)

(ex: provides
comprehensive and
accurate widget product

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%.,+,%
Is your API Naked? 10 API Roadmap Considerations

data for 3rd party apps)

(ex: 'for pay' catalog
APIs or catalogs with
Unlike (the competition)

low rate limits
inaccurate, incomplete
catalogs or APIs that
are hard to use)

Solution is (greatest
differentiation)

(ex: free and easy to
get started with - with
amazing community
support )

What other PM processes do you recommend?
(and thanks to respres for the great photo.)

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%.,+,%
Is your API Naked? 10 API Roadmap Considerations

3. Considerations for ‘open data’ API programs
In my last post I wrote about how the book digitizing effort is trying to monetize
underutilized books online.
For anyone contemplating exposing data or capabilities via APIs to create new revenue
streams, there are some important implementation lessons that can be learned.
Have control
In Norway’s Bookshelf project, their free online books can only be read online and only
in Norway, and cannot be downloaded or printed out. Similarly, with APIs you need to
have a way to control who can access your data and from where. API Identity, API
authorization and other API security considerations are a must.
Make it (at least something) free
Google must operate under copyright laws, but it has found a way to freely expose
extracts or snippets under ‘fair use.’ Similarly, you cannot expect uptake of your content
or capabilities if some of it cannot be consumed easily and en gratis. Give at least some
of what you offer away for free to spur adoption. Technically, this means being able to
control what can be consumed at a granular level.
Get started!
Google, Bookshelf, and Europeans have ideas about how they’ll monetize books they
put online, but they are still experimenting with the right business models. Executives
shouldn’t wait for an iron-clad business model to present itself

you won’t figure out the

right model unless you are ‘in the game.’

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%.,+,%
Is your API Naked? 10 API Roadmap Considerations

4. Design your API for adoption with ‘true REST’
"The only reason you'd have only a SOAP API is because you hate 80% of your addressable
market." - @sramji

There's usually little argument that a REST API is easier to use than a SOAP API.
But how important is it to be 'truly' or 'strictly' RESTful? That is, adhering to standard HTTP
operations or 'verbs' - GET, PUT, DELETE, POST - on well defined resources, as opposed to
the common practice of embedding 'verbs' or operations as methods in a GET URL.
Typically, security is cited as the big advantage of 'true REST' (with some good
discussions here and here).

However, a truly RESTful API may help you boost developer adoption. For example, imagine
a 'shopping cart' API:

Operation

Operation

URL

Insert new
item into the
cart

POST

http://api.shopping.com/InsertNewItem

Delete item
from the cart

POST

http://api.shopping.com/DeleteItem

List
everything in
the cart

GET

http://api.shopping.com/ListCart?cartId=X

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%.,+,%
Is your API Naked? 10 API Roadmap Considerations

Get an item
in the cart

GET

http://api.shopping.com/ShowItem?cartId=X&itemId=Y

Delete the
whole cart

POST

http://api.shopping.com/DeleteCart

While the above API isn't 'truly RESTful,' it's not that hard to use. But you do have to learn the
individual operations and this can get cumbersome if there are a lot of them or as the API
evolves.

Instead, this 'true REST API' may be easier to learn and predict as you use more features.

Operation

Operation

URL

Insert new item into the
cart

POST *

http://api.shopping.com/carts/X.xml

Delete item from the cart

DELETE

http://api.shopping.com/carts/X/item/Y.xml

List everything in the
cart

GET

http://api.shopping.com/carts/X.xml

Get an item in the cart

GET

http://api.shopping.com/carts/X/item/Y.xml

Delete the whole cart

DELETE

http://api.shopping.com/carts/

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+',%-'+'%
Is your API Naked? 10 API Roadmap Considerations

What if we want to list all the shopping carts in the system at any one time? We would add that
via an HTTP GET to:
http://api.shopping.com/carts.xml
Query parameters can still serve a purpose - making it possible to specify additional options.
For instance, imagine a very large shopping cart, and you want to "paginate" the results. To look
at items 20-29, you might use a URL like:
http://api.shopping.com/carts/X.xml?start=20&;count=10

Bonus: True REST makes analytics easier
It's a lot easier to build reports that segregate and analyze traffic by URL than to build logic that
tries to do this by methods or combination of methods. Good API analytics helps you optimize
features, debug problems, and weed out traffic that can slow down your service.

What if your 'non-strict' REST API is already out there?
It might not be that big a deal if your API is very simple or 'read-only' API with information that
isn't too sensitive (such as a free search API). Or you can map a non-RESTful API into a 'truly
RESTful" API with custom code or API management tools that perform API transformations.

* A note on POST VS. PUT
* One way to insert an item in the shopping cart is to use POST to update the shopping cart by
sending it a new item. In this case, we are using POST to send the server an instruction that
essentially tells it to insert some new content to the existing resource. This is why we use POST
-- it is like an "update" in a database.

Alternately, we could add the item by using PUT to a new URL, such as:
PUT http://api.shopping.com/carts/X/items/Y.xml
But if we do this, then we need to somehow give our item some sort of unique URL by picking a
value for "Y." This is kind of a strange thing to do, so it may be more natural to use POST and
have the response include the URL for the new item, so that we may retrieve it later using GET
or delete it using DELETE. Still, sometimes using PUT like this makes sense.

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%'+,%-+'+%
Is your API Naked? 10 API Roadmap Considerations

This all comes down to the difference between PUT and POST in the HTTP spec. POST
modifies something that already exists, and how that thing is modified is up to the server. PUT
replaces the entire contents of the URL with new data. Plus, like GET, HEAD, and DELETE,
PUT is idempotent, which means that if you call it more than once, it has the same result every
time, whereas POST may keep doing what you ask it to do over and over again.

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%',+,%
Is your API Naked? 10 API Roadmap Considerations

5. Don’t try to market to developers. Instead, solve their
problems.
Not long ago you could count the number of 'developer marketing'
programs on one hand. Now there are hundreds of programs as Web
companies and enterprises open APIs. These companies know that
developer adoption will make their API strategy succeed or fail.
But Developer Marketing is an oxymoron. Developers hate marketing.
You cannot drive adoption by 'marketing to developers.' Sure, you can send offers to
your developers but your mileage may vary.
A better formula - understand what's important to developers and give them what they
need to reach these goals. Developers want to:
build new skills that lead to the best projects and jobs. This is why new or
proprietary tools and programming models are tough to get off the ground - it's a
small market of new projects for the developer.
increase their productivity with good tools and by connecting developers with
decent resources and each other for help. This is why sites
like StackOverflow take off.
be recognized for good work and see their products used. Focus
on showcasing their work, not your product. It's not about you.
get paid. Think App Store model, or affiliate marketing networks.

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%.,+,%
Is your API Naked? 10 API Roadmap Considerations

Talk to the folks that made the big developer networks successful and you'll hear these
points over and over. Some others:
Developers are not buyers, but are very strong influencers. There are
superstars in the developer world - make them fans and that is the best
marketing you'll ever get.
You can't 'own' or 'use' developers because they have an account on your
service. Developers have lots of options and switching costs might be low from
your API.
Act on their feedback. Developers are smart and listening and acting on their
complaints and ideas is critical to your credibility.
Developer communities are fragmented. For example, there is no such thing
as an "API developer,' but instead there are Twitter or Facebook or Salesforce
developers.
Once you have attracted a developer to use your service - they are like gold. So treat
them with respect - don't try to 'use' developers or you might lose them!

%

!"#$%&&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'()$%*+,%-+*+%
Is your API Naked? 10 API Roadmap Considerations

6. Working over vendors: A buyers guide for API
management
The explosion of APIs is driving companies large and small to
launch APIs for their customers and partners. But both public and
private APIs require management features well beyond their
internal functions. How should you approach the 'build vs. buy'
analysis and evaluating API management solutions and vendors?
As a former CTO that has recently gone through this process, here are some lessons
learned on how to scope out requirements, evaluate and select a solution.
Know the problem (and requirements) you are solving for.
Many API product managers are initially tasked to spec out only a small slice of the
problem (such as "get me a developer portal" or "we need developer analytics.") Your
requirements landscape is likely much wider than this. Make sure your PM thinks about
business requirements that have technology implications in areas such as:
1.

Security, Access Control - Authentication methods

2.

Reporting, Analytics - Usage by developer, organization, API, location

3.

Threat Protection - Denial of service attacks

4.

Traffic Management - Routing needs for versioning, operations management

5.

Mediation, translation - Protocol bridge between SOAP, REST, JMS etc.

6.

Performance, Scale - Clustering, caching

7.

Developer support - Access key management, FAQs, wiki

8.

Operational support - Root cause analysis, logging

Get everyone involved, early.
%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%.,+,%
Is your API Naked? 10 API Roadmap Considerations

Because APIs touch partner relationships, they are critical to the business, and there
are multiple stakeholders in your organization. Walk through the lifecycle of an API,
what roles support the release of an API, external access, operational support and
management. These stakeholders should be represented in the overall product
management strategy and accounted for in your requirements for API management.
Considering a vendor? Demand a POC!
The requirements, operational view and deployment strategy will provide an outline of
scope for build vs. buy considerations. All of these functions should be outside of the
core elements of the APIs themselves to ensure consistency without duplicating efforts
for key policy areas that are needed for your APIs.
If you engage an API management technology vendor, these requirements can be
prioritized and used to drive a demo of a solution to ensure the capabilities meet your
needs. Insist on a POC (proof of concept) for a deeper dive and validation of more
technical requirements. This exercise will quickly allow you to determine commercial
solutions that have the potential to meet your needs and provide a concrete plan for
demonstrating capabilities that are of material value to your organization.
A POC will tell you a lot about a vendor - both what they would be like to work with on a
day-by-day basis and how they meet their commitments. A POC will also tell you how
well your own team has thought out what they need and how prepared they are to
execute it. Eliminate vendors that will not step up to a POC.
Also, make sure your own team goes back and can repro the POC - without the
vendor.

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%.,+,%
Is your API Naked? 10 API Roadmap Considerations

This diagram below (and a larger version here) shows how we thought about our
POC process.

Revisit the priorities and rollout strategy for API management
This evaluation process should expedite the short list of vendor options that will satisfy
your needs and as well as gain internal consensus on what API management means to
your organization. You may find the depth and breadth of your requirements will
motivate you to find a commercial solution rather than build your own system that will
have to be maintained in addition to your core APIs.
A key consideration for the solution you select is handing ongoing changes after this
system is deployed. Once your APIs are operational you’ll need a way to manage
updates to numerous policy areas on a regular basis and most likely you will want to
avoid any downtime to implement those changes. For example, in my previous role, we
did a cost analysis of how many independent API codebase versions we could support
at one time. Our answer? Two. This drove us to select an API management technology
to provide a versioning and mediation layer above the API layer.

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%.,+,%
Is your API Naked? 10 API Roadmap Considerations

It is important to review the flexibility of the system to avoid limiting your API
management capabilities and practices to a particular solution.
Operational awareness
Policy enforcement is typically the initial area focus for API management but operational
visibility is also a key area to focus to include as well. How will you report on usage and
do you have a consistent way to collect data to be aggregated? Do you have a common
root cause analysis process to enable message level tracing and logging regardless of
the API?
Conclusion
The topics around API management are numerous and not unlike the questions that
were contemplated during web browser adoption. With a new delivery model of
information and services there are multiple stakeholders to consider during an ongoing
lifecycle of development and operations. Developing an understanding of your needs up
front will greatly streamline your selection process as well as get a common
understanding of what API management entails within your organization.

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%.,+,%
Is your API Naked? 10 API Roadmap Considerations

7. How do content and transactional APIs differ?
Recently, during one of our RAW (Rapid API Workshops) with a retail customer, a great
question came up - what are the major differences between a content and
transactional API?
Probably not a complete list, but in general:
Content APIs are more likely to be open, without sensitive information. Think of a
search, media or mapping API. While the provider might want to track identity
through API keys, these APIs often need no authentication, authorization, or
encryption. Search results may be highly cacheable, which might be helpful to support
high concurrency for bursts of demand for popular content.
Content APIs are also more likely to need throttling to protect the back-end and quotas
to measure consumption - think about that grad student downloading your entire
database one API call at a time. Users might have some tolerance of downtime for free
content that can easily be requested again. Success for content APIs might be
measured in terms of usage or engagement (usage per consumer), so having API
usage analytics might be important. If you can, make content APIs simple and easy to
adopt with standards like REST.
Transactional APIs have sensitive data and therefore security needs go beyond
identity and developer key level tracking to include API authentication and
authorization. The data might need encryption and XML or API specific threat
protection. Instead of quotas, the back-end business logic might already contain all the
controls you need to measure consumption and monetization. There is probably no
tolerance for downtime or lost transactions. And of course success for transactional
APIs can be measured in existing financial terms.

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%.,+,%
Is your API Naked? 10 API Roadmap Considerations

Content API

Transactional API

(Often) Open to all without
authentication or encryption

Authenticated, authorized,
and encrypted access

(Often) non-sensitive data

Audit and compliance
requirements

Static or mostly static data -- highly
cacheable

Dynamic data -- limited
cacheability

May have higher volume

Natural volume limits (user
may have to pay...)

More likely to require quota
(prevent download of all content,
excessive updating, etc.)

Natural volume limits

Some tolerance for downtime (user
can just refresh)

Little tolerance for downtime
(did you charge my card or
not?)

Metrics == API usage

Metrics == Financial ($$ of
orders)

What's your experience in the difference between content and transactional APIs?

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+',%-'+'%
Is your API Naked? 10 API Roadmap Considerations

8. Business logic vs. Business policy in cloud services &
APIs
As our customers move from websites to cloud APIs - we're seeing
them separating business logic from business policy.
When you think about business logic, you probably imagine an
application server or stored procedures, or custom code that accesses stored data and
exposes it in a useful and manageable way – such as “show me all of a given
customer’s purchases in this timeframe.”
These pieces of code reflect the understanding of the fundamentals of the business like customers, orders, tickets, requests – and how they interact. In any business you
build skill over time in understanding your domain and then build on top of that
understanding to take the business further. Business logic is generally stable, consistent
across requests, and subject to careful modification. After all, you wouldn’t want to put
partly tested logic about bank balance transfers into production.
When you think about business policy, what comes to mind?
Maybe a stack of papers documenting HR or accounting guidelines, or maybe the
elements of Sarbanes-Oxley requirements. Policy is not about how you compute a
specific result – like the customer’s purchase history – but about other factors like who
can access it, how frequently, from what locations, how it’s rendered, how long the
result is considered valid, and other “meta-logic” issues. In any business you make
changes to your policies frequently, as a way to meet the changing face of the market
environment. The nature of business policy is therefore to be dynamic, varied according
to the request context, and subject to frequent experimentation. For example, product
managers need to continually test the value of different offers to given segments without
having to redevelop the product.
%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%'+,%-+'+%
Is your API Naked? 10 API Roadmap Considerations

When policies like security (“who can access this and what credentials do they have to
show?”) and service level (“how many requests can be made in a given time interval?”)
are collapsed into code responsible for business logic, the result is loss of agility, high
cost to adopt new policy implementations (e.g. for identity and access schemes or to
keep pace with increased hardware capacity), and confusion of concerns (rather than
separation of concerns).
In the current era of cloud APIs, where these interfaces are being built as a direct link to
what started as the backend for the website, many developers are realizing that what
was really policy was built into their business logic layer. They’re also seeing that
adding new clients – going from enabling partners to enabling rich clients to enabling
mobile device (such as iPhone or Android) applications – requires many adjustments to
how the request and response of an API are rendered, but should require no changes to
the stable core of business logic.
Supporting an API with a set of policies that activate based on the user (such as
preventing or enabling access to different parts of the API – for example, only the
development & testing methods but not production methods, or query methods only, or
limiting requests to a certain transaction volume or financial value) and type of client
(such as providing pagination and format translation for a mobile device) means that the
risk of delivering the API is reduced, and the risk of negative impact to existing users of
the API (typically the original website) are reduced. Also, the computational load for the
policy processing can be moved to a low-cost, scale-out tier and away from the highvalue application servers that host the business logic.
So what this indicates is a movement towards a separation of concerns between logic
and policy. Responsibility for business logic processing lies in a stable and slowly
changing layer, and policy is processed in a tier that allows for agile modification and
enables the total computational result to meet the shifting needs of the business.

%

!"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%',+,%

More Related Content

What's hot

ProgrammableWeb's eSignature API Research Report
ProgrammableWeb's eSignature API Research ReportProgrammableWeb's eSignature API Research Report
ProgrammableWeb's eSignature API Research ReportProgrammableWeb
 
5 Golden Rules to Building APIs
5 Golden Rules to Building APIs5 Golden Rules to Building APIs
5 Golden Rules to Building APIsReda Hmeid MBCS
 
apidays LIVE JAKARTA - Event Driven APIs by Phil Scanlon
apidays LIVE JAKARTA - Event Driven APIs by Phil Scanlonapidays LIVE JAKARTA - Event Driven APIs by Phil Scanlon
apidays LIVE JAKARTA - Event Driven APIs by Phil Scanlonapidays
 
Practical guide to building public APIs
Practical guide to building public APIsPractical guide to building public APIs
Practical guide to building public APIsReda Hmeid MBCS
 
APIOps® Cycles – Open Set of Tools and Methods for Lean API Development
APIOps® Cycles – Open Set of Tools and Methods for Lean API DevelopmentAPIOps® Cycles – Open Set of Tools and Methods for Lean API Development
APIOps® Cycles – Open Set of Tools and Methods for Lean API DevelopmentNordic APIs
 
Considerations For an API Strategy - Ronnie MItra API Architect Layer 7 Londo...
Considerations For an API Strategy - Ronnie MItra API Architect Layer 7 Londo...Considerations For an API Strategy - Ronnie MItra API Architect Layer 7 Londo...
Considerations For an API Strategy - Ronnie MItra API Architect Layer 7 Londo...CA API Management
 
SAP TechEd 2015 INT103 Enabling Digital Transformation with APIs and SAP API...
SAP TechEd  2015 INT103 Enabling Digital Transformation with APIs and SAP API...SAP TechEd  2015 INT103 Enabling Digital Transformation with APIs and SAP API...
SAP TechEd 2015 INT103 Enabling Digital Transformation with APIs and SAP API...Harsh Jegadeesan
 
API Management Workshop (at Startupbootcamp Berlin)
API Management Workshop (at Startupbootcamp Berlin)API Management Workshop (at Startupbootcamp Berlin)
API Management Workshop (at Startupbootcamp Berlin)3scale
 
Application Programming Interfaces Overview Powerpoint Presentation Slides
Application Programming Interfaces Overview Powerpoint Presentation SlidesApplication Programming Interfaces Overview Powerpoint Presentation Slides
Application Programming Interfaces Overview Powerpoint Presentation SlidesSlideTeam
 
Developer Support Models: Calibrating Service Level to Commitment
Developer Support Models: Calibrating Service Level to CommitmentDeveloper Support Models: Calibrating Service Level to Commitment
Developer Support Models: Calibrating Service Level to CommitmentNordic APIs
 
apidays LIVE JAKARTA - The modern digital with API Economy Ecosystems by Hari...
apidays LIVE JAKARTA - The modern digital with API Economy Ecosystems by Hari...apidays LIVE JAKARTA - The modern digital with API Economy Ecosystems by Hari...
apidays LIVE JAKARTA - The modern digital with API Economy Ecosystems by Hari...apidays
 
API Frenzy: API Strategy 101
API Frenzy: API Strategy 101API Frenzy: API Strategy 101
API Frenzy: API Strategy 101Akana
 
Succeed with a Developer-Centric API Strategy - Ronnie Mitra, Principal API A...
Succeed with a Developer-Centric API Strategy - Ronnie Mitra, Principal API A...Succeed with a Developer-Centric API Strategy - Ronnie Mitra, Principal API A...
Succeed with a Developer-Centric API Strategy - Ronnie Mitra, Principal API A...CA API Management
 
[ApiDays Sngapore 2019] PDF - Airbnb's Great Migration: Building service APIs...
[ApiDays Sngapore 2019] PDF - Airbnb's Great Migration: Building service APIs...[ApiDays Sngapore 2019] PDF - Airbnb's Great Migration: Building service APIs...
[ApiDays Sngapore 2019] PDF - Airbnb's Great Migration: Building service APIs...Jessica Tai
 
Open Bank Project September 2014 at Open Data CH
Open Bank Project September 2014  at Open Data CHOpen Bank Project September 2014  at Open Data CH
Open Bank Project September 2014 at Open Data CHTESOBE
 
apidays LIVE Paris - Practical API strategy with APIOps Cycles by Marjukka Ni...
apidays LIVE Paris - Practical API strategy with APIOps Cycles by Marjukka Ni...apidays LIVE Paris - Practical API strategy with APIOps Cycles by Marjukka Ni...
apidays LIVE Paris - Practical API strategy with APIOps Cycles by Marjukka Ni...apidays
 
Enterprise API Adoption Patterns
Enterprise API Adoption PatternsEnterprise API Adoption Patterns
Enterprise API Adoption PatternsAkana
 
API Economy: 2016 Horizonwatch Trend Brief
API Economy:  2016 Horizonwatch Trend BriefAPI Economy:  2016 Horizonwatch Trend Brief
API Economy: 2016 Horizonwatch Trend BriefBill Chamberlin
 

What's hot (20)

ProgrammableWeb's eSignature API Research Report
ProgrammableWeb's eSignature API Research ReportProgrammableWeb's eSignature API Research Report
ProgrammableWeb's eSignature API Research Report
 
5 Golden Rules to Building APIs
5 Golden Rules to Building APIs5 Golden Rules to Building APIs
5 Golden Rules to Building APIs
 
apidays LIVE JAKARTA - Event Driven APIs by Phil Scanlon
apidays LIVE JAKARTA - Event Driven APIs by Phil Scanlonapidays LIVE JAKARTA - Event Driven APIs by Phil Scanlon
apidays LIVE JAKARTA - Event Driven APIs by Phil Scanlon
 
Practical guide to building public APIs
Practical guide to building public APIsPractical guide to building public APIs
Practical guide to building public APIs
 
APIOps® Cycles – Open Set of Tools and Methods for Lean API Development
APIOps® Cycles – Open Set of Tools and Methods for Lean API DevelopmentAPIOps® Cycles – Open Set of Tools and Methods for Lean API Development
APIOps® Cycles – Open Set of Tools and Methods for Lean API Development
 
Considerations For an API Strategy - Ronnie MItra API Architect Layer 7 Londo...
Considerations For an API Strategy - Ronnie MItra API Architect Layer 7 Londo...Considerations For an API Strategy - Ronnie MItra API Architect Layer 7 Londo...
Considerations For an API Strategy - Ronnie MItra API Architect Layer 7 Londo...
 
SAP TechEd 2015 INT103 Enabling Digital Transformation with APIs and SAP API...
SAP TechEd  2015 INT103 Enabling Digital Transformation with APIs and SAP API...SAP TechEd  2015 INT103 Enabling Digital Transformation with APIs and SAP API...
SAP TechEd 2015 INT103 Enabling Digital Transformation with APIs and SAP API...
 
API Management Workshop (at Startupbootcamp Berlin)
API Management Workshop (at Startupbootcamp Berlin)API Management Workshop (at Startupbootcamp Berlin)
API Management Workshop (at Startupbootcamp Berlin)
 
Api for dummies
Api for dummies  Api for dummies
Api for dummies
 
Application Programming Interfaces Overview Powerpoint Presentation Slides
Application Programming Interfaces Overview Powerpoint Presentation SlidesApplication Programming Interfaces Overview Powerpoint Presentation Slides
Application Programming Interfaces Overview Powerpoint Presentation Slides
 
Developer Support Models: Calibrating Service Level to Commitment
Developer Support Models: Calibrating Service Level to CommitmentDeveloper Support Models: Calibrating Service Level to Commitment
Developer Support Models: Calibrating Service Level to Commitment
 
apidays LIVE JAKARTA - The modern digital with API Economy Ecosystems by Hari...
apidays LIVE JAKARTA - The modern digital with API Economy Ecosystems by Hari...apidays LIVE JAKARTA - The modern digital with API Economy Ecosystems by Hari...
apidays LIVE JAKARTA - The modern digital with API Economy Ecosystems by Hari...
 
API Frenzy: API Strategy 101
API Frenzy: API Strategy 101API Frenzy: API Strategy 101
API Frenzy: API Strategy 101
 
Definitive Guide to API Management
Definitive Guide to API ManagementDefinitive Guide to API Management
Definitive Guide to API Management
 
Succeed with a Developer-Centric API Strategy - Ronnie Mitra, Principal API A...
Succeed with a Developer-Centric API Strategy - Ronnie Mitra, Principal API A...Succeed with a Developer-Centric API Strategy - Ronnie Mitra, Principal API A...
Succeed with a Developer-Centric API Strategy - Ronnie Mitra, Principal API A...
 
[ApiDays Sngapore 2019] PDF - Airbnb's Great Migration: Building service APIs...
[ApiDays Sngapore 2019] PDF - Airbnb's Great Migration: Building service APIs...[ApiDays Sngapore 2019] PDF - Airbnb's Great Migration: Building service APIs...
[ApiDays Sngapore 2019] PDF - Airbnb's Great Migration: Building service APIs...
 
Open Bank Project September 2014 at Open Data CH
Open Bank Project September 2014  at Open Data CHOpen Bank Project September 2014  at Open Data CH
Open Bank Project September 2014 at Open Data CH
 
apidays LIVE Paris - Practical API strategy with APIOps Cycles by Marjukka Ni...
apidays LIVE Paris - Practical API strategy with APIOps Cycles by Marjukka Ni...apidays LIVE Paris - Practical API strategy with APIOps Cycles by Marjukka Ni...
apidays LIVE Paris - Practical API strategy with APIOps Cycles by Marjukka Ni...
 
Enterprise API Adoption Patterns
Enterprise API Adoption PatternsEnterprise API Adoption Patterns
Enterprise API Adoption Patterns
 
API Economy: 2016 Horizonwatch Trend Brief
API Economy:  2016 Horizonwatch Trend BriefAPI Economy:  2016 Horizonwatch Trend Brief
API Economy: 2016 Horizonwatch Trend Brief
 

Similar to API Roadmap Considerations

Apidays Paris 2023 - How API Fit to a Modern Enterprise Integration Platform,...
Apidays Paris 2023 - How API Fit to a Modern Enterprise Integration Platform,...Apidays Paris 2023 - How API Fit to a Modern Enterprise Integration Platform,...
Apidays Paris 2023 - How API Fit to a Modern Enterprise Integration Platform,...apidays
 
API Days Paris 2023 - How API Fit a Modern Entreprise Integration Platform - ...
API Days Paris 2023 - How API Fit a Modern Entreprise Integration Platform - ...API Days Paris 2023 - How API Fit a Modern Entreprise Integration Platform - ...
API Days Paris 2023 - How API Fit a Modern Entreprise Integration Platform - ...PascalGacina1
 
apidays Helsinki & North 2023 - How can data-driven DevRel help identify gaps...
apidays Helsinki & North 2023 - How can data-driven DevRel help identify gaps...apidays Helsinki & North 2023 - How can data-driven DevRel help identify gaps...
apidays Helsinki & North 2023 - How can data-driven DevRel help identify gaps...apidays
 
INTERFACE by apidays - API Success: Running a Successful API Program by Nelso...
INTERFACE by apidays - API Success: Running a Successful API Program by Nelso...INTERFACE by apidays - API Success: Running a Successful API Program by Nelso...
INTERFACE by apidays - API Success: Running a Successful API Program by Nelso...apidays
 
[WSO2 Summit APAC 2020] APIs: The Products of the 21st Century
[WSO2 Summit APAC 2020] APIs: The Products of the 21st Century[WSO2 Summit APAC 2020] APIs: The Products of the 21st Century
[WSO2 Summit APAC 2020] APIs: The Products of the 21st CenturyWSO2
 
I Love APIs Europe 2015: Technical Sessions
I Love APIs Europe 2015: Technical SessionsI Love APIs Europe 2015: Technical Sessions
I Love APIs Europe 2015: Technical SessionsApigee | Google Cloud
 
RefCard API Architecture Strategy
RefCard API Architecture StrategyRefCard API Architecture Strategy
RefCard API Architecture StrategyOCTO Technology
 
APIOps Cycles - build business and tech together
APIOps Cycles - build business and tech togetherAPIOps Cycles - build business and tech together
APIOps Cycles - build business and tech togetherMarjukka Niinioja
 
I am sorry Developer, your API just became a Product.pdf
I am sorry Developer, your API just became a Product.pdfI am sorry Developer, your API just became a Product.pdf
I am sorry Developer, your API just became a Product.pdfFrancisco Picolini
 
API Management point of view
API Management point of viewAPI Management point of view
API Management point of viewRavish Adka Rao
 
API-Consumption compressed (1)
API-Consumption compressed (1)API-Consumption compressed (1)
API-Consumption compressed (1)Rahul Ghai
 
API Frenzy: API Strategy 101
API Frenzy: API Strategy 101API Frenzy: API Strategy 101
API Frenzy: API Strategy 101Akana
 
Ibm white paper_harnessing_ap_is_and_platforms_0
Ibm white paper_harnessing_ap_is_and_platforms_0Ibm white paper_harnessing_ap_is_and_platforms_0
Ibm white paper_harnessing_ap_is_and_platforms_0Diego Alberto Tamayo
 
SAP Cloud Platform API Management Technical Brief
SAP Cloud Platform API Management Technical BriefSAP Cloud Platform API Management Technical Brief
SAP Cloud Platform API Management Technical BriefSAP Cloud Platform
 
apidays LIVE Australia 2021 - Planning Your Steps to Data Economy Using APIOp...
apidays LIVE Australia 2021 - Planning Your Steps to Data Economy Using APIOp...apidays LIVE Australia 2021 - Planning Your Steps to Data Economy Using APIOp...
apidays LIVE Australia 2021 - Planning Your Steps to Data Economy Using APIOp...apidays
 
apidays LIVE Jakarta - What will the next generation of API Portals look like...
apidays LIVE Jakarta - What will the next generation of API Portals look like...apidays LIVE Jakarta - What will the next generation of API Portals look like...
apidays LIVE Jakarta - What will the next generation of API Portals look like...apidays
 
APIs: the Glue of Cloud Computing
APIs: the Glue of Cloud ComputingAPIs: the Glue of Cloud Computing
APIs: the Glue of Cloud Computing3scale
 
[WSO2 Summit EMEA 2020] APIs: The Products of the 21st Century
[WSO2 Summit EMEA 2020] APIs: The Products of the 21st Century[WSO2 Summit EMEA 2020] APIs: The Products of the 21st Century
[WSO2 Summit EMEA 2020] APIs: The Products of the 21st CenturyWSO2
 
apidays LIVE Paris 2021 - Digital API Ecosystems, Marketplaces and Platforms ...
apidays LIVE Paris 2021 - Digital API Ecosystems, Marketplaces and Platforms ...apidays LIVE Paris 2021 - Digital API Ecosystems, Marketplaces and Platforms ...
apidays LIVE Paris 2021 - Digital API Ecosystems, Marketplaces and Platforms ...apidays
 

Similar to API Roadmap Considerations (20)

Apidays Paris 2023 - How API Fit to a Modern Enterprise Integration Platform,...
Apidays Paris 2023 - How API Fit to a Modern Enterprise Integration Platform,...Apidays Paris 2023 - How API Fit to a Modern Enterprise Integration Platform,...
Apidays Paris 2023 - How API Fit to a Modern Enterprise Integration Platform,...
 
API Days Paris 2023 - How API Fit a Modern Entreprise Integration Platform - ...
API Days Paris 2023 - How API Fit a Modern Entreprise Integration Platform - ...API Days Paris 2023 - How API Fit a Modern Entreprise Integration Platform - ...
API Days Paris 2023 - How API Fit a Modern Entreprise Integration Platform - ...
 
apidays Helsinki & North 2023 - How can data-driven DevRel help identify gaps...
apidays Helsinki & North 2023 - How can data-driven DevRel help identify gaps...apidays Helsinki & North 2023 - How can data-driven DevRel help identify gaps...
apidays Helsinki & North 2023 - How can data-driven DevRel help identify gaps...
 
Smartone v1.0
Smartone v1.0Smartone v1.0
Smartone v1.0
 
INTERFACE by apidays - API Success: Running a Successful API Program by Nelso...
INTERFACE by apidays - API Success: Running a Successful API Program by Nelso...INTERFACE by apidays - API Success: Running a Successful API Program by Nelso...
INTERFACE by apidays - API Success: Running a Successful API Program by Nelso...
 
[WSO2 Summit APAC 2020] APIs: The Products of the 21st Century
[WSO2 Summit APAC 2020] APIs: The Products of the 21st Century[WSO2 Summit APAC 2020] APIs: The Products of the 21st Century
[WSO2 Summit APAC 2020] APIs: The Products of the 21st Century
 
I Love APIs Europe 2015: Technical Sessions
I Love APIs Europe 2015: Technical SessionsI Love APIs Europe 2015: Technical Sessions
I Love APIs Europe 2015: Technical Sessions
 
RefCard API Architecture Strategy
RefCard API Architecture StrategyRefCard API Architecture Strategy
RefCard API Architecture Strategy
 
APIOps Cycles - build business and tech together
APIOps Cycles - build business and tech togetherAPIOps Cycles - build business and tech together
APIOps Cycles - build business and tech together
 
I am sorry Developer, your API just became a Product.pdf
I am sorry Developer, your API just became a Product.pdfI am sorry Developer, your API just became a Product.pdf
I am sorry Developer, your API just became a Product.pdf
 
API Management point of view
API Management point of viewAPI Management point of view
API Management point of view
 
API-Consumption compressed (1)
API-Consumption compressed (1)API-Consumption compressed (1)
API-Consumption compressed (1)
 
API Frenzy: API Strategy 101
API Frenzy: API Strategy 101API Frenzy: API Strategy 101
API Frenzy: API Strategy 101
 
Ibm white paper_harnessing_ap_is_and_platforms_0
Ibm white paper_harnessing_ap_is_and_platforms_0Ibm white paper_harnessing_ap_is_and_platforms_0
Ibm white paper_harnessing_ap_is_and_platforms_0
 
SAP Cloud Platform API Management Technical Brief
SAP Cloud Platform API Management Technical BriefSAP Cloud Platform API Management Technical Brief
SAP Cloud Platform API Management Technical Brief
 
apidays LIVE Australia 2021 - Planning Your Steps to Data Economy Using APIOp...
apidays LIVE Australia 2021 - Planning Your Steps to Data Economy Using APIOp...apidays LIVE Australia 2021 - Planning Your Steps to Data Economy Using APIOp...
apidays LIVE Australia 2021 - Planning Your Steps to Data Economy Using APIOp...
 
apidays LIVE Jakarta - What will the next generation of API Portals look like...
apidays LIVE Jakarta - What will the next generation of API Portals look like...apidays LIVE Jakarta - What will the next generation of API Portals look like...
apidays LIVE Jakarta - What will the next generation of API Portals look like...
 
APIs: the Glue of Cloud Computing
APIs: the Glue of Cloud ComputingAPIs: the Glue of Cloud Computing
APIs: the Glue of Cloud Computing
 
[WSO2 Summit EMEA 2020] APIs: The Products of the 21st Century
[WSO2 Summit EMEA 2020] APIs: The Products of the 21st Century[WSO2 Summit EMEA 2020] APIs: The Products of the 21st Century
[WSO2 Summit EMEA 2020] APIs: The Products of the 21st Century
 
apidays LIVE Paris 2021 - Digital API Ecosystems, Marketplaces and Platforms ...
apidays LIVE Paris 2021 - Digital API Ecosystems, Marketplaces and Platforms ...apidays LIVE Paris 2021 - Digital API Ecosystems, Marketplaces and Platforms ...
apidays LIVE Paris 2021 - Digital API Ecosystems, Marketplaces and Platforms ...
 

More from Matias Menendez

Lectura 3.5 word normalizationintwitter finitestate_transducers
Lectura 3.5 word normalizationintwitter finitestate_transducersLectura 3.5 word normalizationintwitter finitestate_transducers
Lectura 3.5 word normalizationintwitter finitestate_transducersMatias Menendez
 
Lectura 2.5 don t-just_maintain_busin
Lectura 2.5   don t-just_maintain_businLectura 2.5   don t-just_maintain_busin
Lectura 2.5 don t-just_maintain_businMatias Menendez
 
Lectura 2.2 the roleofontologiesinemergnetmiddleware
Lectura 2.2   the roleofontologiesinemergnetmiddlewareLectura 2.2   the roleofontologiesinemergnetmiddleware
Lectura 2.2 the roleofontologiesinemergnetmiddlewareMatias Menendez
 
Lectura 2.3 soa-overview-directions-benatallah
Lectura 2.3   soa-overview-directions-benatallahLectura 2.3   soa-overview-directions-benatallah
Lectura 2.3 soa-overview-directions-benatallahMatias Menendez
 
Lectura 2.1 architectural integrationstylesfor largescale-editable_pdf
Lectura 2.1   architectural integrationstylesfor largescale-editable_pdfLectura 2.1   architectural integrationstylesfor largescale-editable_pdf
Lectura 2.1 architectural integrationstylesfor largescale-editable_pdfMatias Menendez
 
Lectura 2.1 architectural integrationstylesfor largescale
Lectura 2.1   architectural integrationstylesfor largescaleLectura 2.1   architectural integrationstylesfor largescale
Lectura 2.1 architectural integrationstylesfor largescaleMatias Menendez
 

More from Matias Menendez (6)

Lectura 3.5 word normalizationintwitter finitestate_transducers
Lectura 3.5 word normalizationintwitter finitestate_transducersLectura 3.5 word normalizationintwitter finitestate_transducers
Lectura 3.5 word normalizationintwitter finitestate_transducers
 
Lectura 2.5 don t-just_maintain_busin
Lectura 2.5   don t-just_maintain_businLectura 2.5   don t-just_maintain_busin
Lectura 2.5 don t-just_maintain_busin
 
Lectura 2.2 the roleofontologiesinemergnetmiddleware
Lectura 2.2   the roleofontologiesinemergnetmiddlewareLectura 2.2   the roleofontologiesinemergnetmiddleware
Lectura 2.2 the roleofontologiesinemergnetmiddleware
 
Lectura 2.3 soa-overview-directions-benatallah
Lectura 2.3   soa-overview-directions-benatallahLectura 2.3   soa-overview-directions-benatallah
Lectura 2.3 soa-overview-directions-benatallah
 
Lectura 2.1 architectural integrationstylesfor largescale-editable_pdf
Lectura 2.1   architectural integrationstylesfor largescale-editable_pdfLectura 2.1   architectural integrationstylesfor largescale-editable_pdf
Lectura 2.1 architectural integrationstylesfor largescale-editable_pdf
 
Lectura 2.1 architectural integrationstylesfor largescale
Lectura 2.1   architectural integrationstylesfor largescaleLectura 2.1   architectural integrationstylesfor largescale
Lectura 2.1 architectural integrationstylesfor largescale
 

Recently uploaded

Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 

Recently uploaded (20)

Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 

API Roadmap Considerations

  • 1. Is your API naked? 10 roadmap considerations for API product and engineering managers UPDATED with: The Best of RAW (Rapid API Workshop) 10 API design and program best practices www.apigee.com June 2010
  • 2. Is your API Naked? 10 API Roadmap Considerations This whitepaper is a compilation of posts from our API technology best practices blog series “Is your API Naked? 10 considerations for your API roadmap.” This series is put together based on our collective experience talking to hundreds of product and engineering managers on issues around operating an open API. Why ‘naked’ in the title? A customer of ours once said it best - “...most open APIs start out as little more than raw, naked, features exposed to developers, and there is a big gap between a feature and a full-fledged service.” So this paper is about the capabilities ‘around the API’ that might be needed to ‘productize’, ‘monetize’, or ‘operationalize’ an API-based service - issues around traffic management, protecting your organization and customers, scaling performance, monetization, community and more. If you own an open API roadmap, these short pieces are meant to give you ammunition and questions to think about for your own roadmap across different areas where your API might need covering up. And it goes without saying we’d love to talk to you about how Apigee Enterprise API management can help. Or try our free Apigee service today. Cheers, The Apigee Team May 2010 UPDATE: Bonus section “The best of RAW (Rapid API Workshops)” We’d like to thank the hundreds of developers and product managers that have downloaded this whitepaper in the last six months. Since then, we’ve been conducting workshops with API teams around the country. These workshops focus on strategy, technical, and marketing best practices for APIs. We call our workshop “RAW or ‘Rapid API Workshops” So as a “V2”of this whitepaper, we’ve written up 10 of the best RAW discussions (which we posted on our blog) and added them as another section of the whitepaper. With your continued feedback, we’ll keep documenting all the great best practices, insights and feedback the from the innovative API teams we meet. % !"#$%&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'()$%*+,%&+*+%
  • 3. Is your API Naked? 10 API Roadmap Considerations Table of Contents Part 1: Is your API Naked? 10 API Roadmap considerations 1. Is your API naked? API Visibility .............................................................................. 4 2. Don’t have a meltdown: API Traffic Management ....................................................... 6 3. Do you need API keys? API Identity, Authorization, & Authentication ........................ 7 4. Don’t roll your own: API Security Recommendations ................................................ 12 5. Indecent Exposure: API Data Protection .................................................................. 15 6. One size doesn’t fit all: API Versioning and Mediation ............................................. 18 7. Welcome Aboard: API User Management................................................................ 20 8. If you build it will they come?: API Community and Audience ................................ 22 9. Show me the money: Monetization ......................................................................... 25 10. Turn up the volume: API Scalability........................................................................ 27 Part 2: Best of RAW (Rapid API Workshop): 10 API design & program best practices 1. Moving the needle: Example API metrics .................................................................. 32 2. Right product at the right time: API Product Management ....................................... 35 3. Considerations for ‘open data’ API programs ............................................................ 38 4. Design your API for adoption with ‘true REST’ .......................................................... 39 5. Don’t try to market to developers. Instead, solve their problems. ............................. 43 6. Working over vendors: A buyers guide for API management ................................... 45 7. How do content and transactional APIs differ? .......................................................... 49 8. Business logic vs. Business policy in cloud services & APIs ..................................... 51 % !"#$%&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'()$%*+,%-+*+%
  • 4. Is your API Naked? 10 API Roadmap Considerations 1. Is your API naked? (API Visibility) We're always surprised how almost every company we talk to will acknowledge how little they know about their API traffic and usage. We see most folks sifting through web server logs to understand usage of the API as a product. As the API becomes more strategic and you want to make the case for more investment - this gets more painful. This happens a lot when an API starts as an experiment. As we once heard a customer explain – most APIs start out as little more than ‘raw naked features.’ APIs are often launched by the 'ask for forgiveness, not permission' types (you know who you are :-). Things like metrics or analytics are back burner until an API either gets off the ground or doesn't. But most APIs usually end up getting important more quickly than expected, and as a product and engineering manager you may start asking: Who is using the API and how much are they using? How many clients, apps and developers are out there? How do they break down by type and region? How does usage map to existing customer or partner organizations? Or how do developers map to applications and map to customers? (This can be tough with only key or IP based tracking.) What parts of the API and service are they using? You probably use web analytics- at some point you need this for APIs as well to see where to invest. How does traffic breakdown between your own products and 3rd party products when they are using the same API? What the aggregate and per developer/app/customer transaction and data volumes? How fast and 'good' is your service? What latency are customers experiencing, by developer, customer, region, or operation? Where are errors and user-experienced bugs happening and how often? % !"#$%&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'()$%*+,%-+*+%
  • 5. Is your API Naked? 10 API Roadmap Considerations How is the API delivering vs. any formal SLA agreed to or paid for? How can you find out if a customer is having a problem (before they call you)? How is the API usage impacting the rest of the platform or web products that also use the same API? Can you quickly trap and debug based on a specific message? Based on what is in a cache? How does the API drive the business? Who are the top priority customers? Developers? Partners? Who should you call to up sell to a higher service tier or do a deal with? What do you need to show general management to make product strategy (or tactical) decisions? Will you need to create audit trails or metering reports for partners that are paying for API access? Do you need to create metrics based on a certain data value in the payload? (Such as a specific product SKU) What is the cost of the data that you are serving up? (If you are licensing this data) Are you in line with all the compliance standards that IT enforces for the onpremise apps? These questions become increasingly important when opening a service as an API – delivery times are critical when customers, contract terms, and compliance regulations come into play. Knowing these metrics and analytics and how they map to the business will help you be get ahead of the demands of customers and partners, and are critical when you need to make the business case for an API to executives. We’d love to hear what you think, and next up is traffic management. (and thanks to Esparta and Naked Cowboy for the pic) % !"#$%&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'()$%*+,%-+*+%
  • 6. Is your API Naked? 10 API Roadmap Considerations 2. Don’t have a meltdown: API Traffic Management Customers come up with far better sound-bites than we do. One asked us if we could protect them from “back-end melt down.” They had opened an API for customers, but it was the same one their Web apps was using, so bursts of traffic from customer apps had their Web product running hot – and not in a good way. A back-end melt down will lead to a front-end melt down in a hurry. That's a major risk to the business. It's also one reason why traffic management is usually one of the first management features added to an open API. But usually there are both technical and business reasons for this. Technical folks want throttling, or rate-limiting, to regulate traffic flow. Your customer's developers might inadvertently write some inefficient code. Someone might try to download all your data through your API. Rarely you might get some malicious use. Rate limiting or transaction throttling (X transactions per second usually) can be like a circuit breaker that protects your own apps and keeps your Web and API customers happy. Business managers may need to measure consumption against a daily quota. This might be to find growing customers to upsell, or keep track of customer data usage (especially if you are paying for that data). Or they may want to create different or custom 'service tiers.' Pitfalls to avoid with Rate limits and Quotas We see a few API providers substitute ‘quotas’ for rate limits – telling developers they can have X transactions per day. But just measuring against daily quotas can leave your ‘back-end exposed’ if you get a short burst of traffic. And 'per second ' rate limits aren't a great way to create tiers of business-level consumption. You might need both. Or, we see customers that define an SLA only on paper and say “call us if you need more.” We had a SaaS customer that started this way but then found it was tough to tell important customers they needed to manage their API usage. They eventually found a good way to ease into the traffic management discussion - by first providing the customer with usage reports. (“Look how all your requests come in Monday at 9 am, we love you but can you help us?”) And you may not consider all requests equal – you may find that some requests contain many transactions or big messages, so a simple “X requests per second” rate limit might not be enough. % !"#$%&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'()$%*+,%-+*+%
  • 7. Is your API Naked? 10 API Roadmap Considerations So consider these questions for your open API roadmap: What kinds of rate limiting do you need? Do you need to rate limit by developer, app, or customer organization? Can you rate limit a particular client (key and IP address)? Are all messages the same or do you need to adjust based on message size, or records per message, or bandwidth? How do you throttle differently for your own web or internal apps vs. API traffic? Do you need to buffer or queue requests? Does your business need quotas on API usage? Do you need to keep track of daily or monthly usage to measure business consumption? Do you need to define different consumption levels for different service tiers? If someone goes over the quota, what is the best business recourse? Call them up and upsell them? Or shut them off? If you are paying for the data are you measuring this for billing and pricing? How do you monitor and respond to traffic management? How will you know when someone goes over a rate limit or quota? Are quota or rate limit overages a trend or a 'one time thing'? Can you define flexible actions? (I.e. drop requests, do nothing, send an alert?) Can you provide customers with data so they can help by metering themselves? What about bad stuff like unauthorized access, Denial-of-Service, or XML specific attacks? More on that in the next couple sections – Security and Data protection 3. Do you need API keys? API Identity, % !"#$%&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'()$%*+,%-+*+%
  • 8. Is your API Naked? 10 API Roadmap Considerations Authorization, & Authentication We’ve seen very few API providers with a completely open API – almost all employ at least one of these: Identity - who is making an API request? Authentication - are they really are who they say they are? Authorization - are they allowed to do what they are trying to do? Do you need them all? Maybe not. Some APIs only need to establish identity and don’t really need to authenticate or authorize. Compare the Google Maps and Twitter API – Identity vs. Authentication Take the Yahoo and Google Maps APIs – they are fairly open. They want to know who you are but they aren’t concerned what address you are looking up. So they use an “API key” to establish identity, but don’t authenticate or authorize. So if you use someone else’s API key, it’s not good but not a serious security breach. The API key lets them identify (most likely) who is making an API call so they can limit on the number of requests you can make. Identity is important here to keep service volume under control. Then take Twitter’s API - open for looking up public information about a user, but other operations require authentication. So Twitter supports both username/password authentication as well as OAuth. Twitter also has authorization checks in its code, so that you cannot “tweet” on behalf of another user without either their password or an OAuth key to their account. This is an example of an API that implements both authentication and authorization. The “API Key” – do you need one? API keys originated with the first public web services, like Yahoo and Google APIs. The developers wanted to have some way to establish identity without having the complexity of actually authenticating users with a password, so they came up with the “API key,” which is often a UUID or unique string. If the API key doesn’t grant access to very sensitive data, it might not be critical to keep secret, so this use of the API key is easy for the consumers of the API to use however they invoke the API. An API key gives the API provider a way to (most of the time) know the identity of each caller to maintain a log and establish quotas by user (see the last section). % !"#$%&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'()$%*+,%-+*+%
  • 9. Is your API Naked? 10 API Roadmap Considerations Usernames and Passwords – again, see Twitter With more sensitive data a simple API key is not enough, unless you take measures to ensure users keep the key secret. An alternative is username/password authentication, like the authentication scheme supported by the vast majority of secure web sites. It’s easiest to use “HTTP Basic” authentication that most websites use. The advantage of using this technology is that nearly all clients and servers support it. There is no special processing required, as long as the caller takes reasonable precautions to keep the password secret. Twitter simplifies things for their users by using usernames and passwords for API authentication - especially with human users. Every time a user starts a Twitter client, it either prompts for the username and password to use, or it fetches them from the disk (where it is somehow scrambled or encrypted where possible). So here it makes a lot of sense to have the same username / password for the Twitter API that is used for the web site. Usernames and passwords also work well for application-to-application communications. The trick - the password must be stored securely, and if it’s being used by a server, where do you store it? If you are running an application server that uses a database, you already have solved this same problem, because the database usually requires a password too. Better application server platforms include a “credential mapper” that can be used to store such passwords relatively securely. Session-based Authentication – Cumbersome with RESTful APIs Lots of APIs support session-based authentication. In these schemes, the user first has to call a “login” method which takes the username and password as input and returns a unique session key. The user must include the session key in each request, and call “logout” when they are done. This way, authentication is kept to a single pair of API calls and everything else is based on the session. This type of authentication maps very naturally to a web site, because users are used to “logging in” when they start working with a particular site and “logging out” when they are done. However, session-based authentication is much more complex when associated with an API. It requires that the API client keep track of state, and depending on the type of client that can be anything from painful to impossible. Session-based authentication, among other things, makes your API less “RESTful” - an API client can’t just make one HTTP request, but now a minimum of three. % !"#$%&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'()$%*+,%-+*+%
  • 10. Is your API Naked? 10 API Roadmap Considerations The Role of OAuth Today, many APIs also support OAuth authentication. OAuth was designed to solve the application-to-application security problem. The idea of OAuth is that it gives the user of a service or web site a way to conditionally grant access to another application. OAuth makes it possible for a human user to individually grant other APIs or sites access to their account without sharing their actual password. It works by giving a “token” to each API or site that will access the account, which the user may revoke at any time they wish. For instance, if web site FooBar.com wants access to the Twitter API on behalf of John Smith, then OAuth specifies the protocol that FooBar.com must go through to get an OAuth token for the Twitter API. Part of this process requires John Smith to log in to his Twitter account using his normal username and password (which, in the OAuth protocol, are never seen by FooBar.com) and authorize FooBar to access his account. The result is that FooBar.com will have an OAuth token that gives it access to John Smith’s account. If, later on, John Smith decides he no longer trusts FooBar.com, he has the option to revoke that OAuth token without affecting his regular password or any other accounts. This process makes OAuth the ideal for communication from one application to another – for instance, allowing MySpace to post photos to your Twitter account without requiring that you enter your Twitter password every time you want to do it – but it can be used for any kind of API communications as well. Two-Way SSL, X.509, SAML, WS-Security... Once we leave the world of “plain HTTP” we encounter many other methods of authentication, from SAML, X.509 certificates and two-way SSL, which are based on secure distribution of public keys to individual clients, to the various WS-Security specifications, which build upon SOAP to provide... well, just about everything. An API that will primarily be used by “enterprise” customers – that is, big IT organizations – might consider these other authentication mechanisms such as an X.509 certificate or SAML for more assurance over the authentication process than a simple username/password. Also, a large enterprise may have an easier time accessing an API written to the SOAP standard because those tools can import a WSDL file and generate an API client in a few minutes. The idea is to know your audience. If your audience is a fan of SOAP and WSDL, then consider some of the more SOAP-y authentication mechanisms like SAML and the various WS-Security specifications. (And if you have no idea what I’m talking about, % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%&'+%,'&'%
  • 11. Is your API Naked? 10 API Roadmap Considerations then your audience probably isn’t in that category!) Rolling Your Own In between OAuth, HTTP Basic, and the basic API key are many alternatives. It seems that there are as many other API authentication schemes as there are APIs. Amazon Web Services, Facebook, and some Google APIs, for instance, are some big APIs that combine an API key with both public and secret data, usually through some sort of encryption code, to generate a secure token for each request. The issue – every new authentication scheme requires API clients to implement it. On the other hand, OAuth and HTTP Basic authentication are already supported by many tools. The big guys may be able to get away with defining their own authentication standards but it’s tough for every API to do things its own way. SSL Most authentication parameters are useless, or even dangerous, without SSL. For instance, in “HTTP Basic” authentication the API must be able to see the password the client used, so the password is encoded – but not encrypted – in a format called “base 64.” It’s easy turn this back into the real password. The antidote to this is to use SSL to encrypt everything sent between client and server. This is usually easy to do and does not add as much of a performance penalty as people often think. (With Apigee’s products, we see a 10-15 percent drop in throughput when we add SSL encryption.) Some security schemes, such as OAuth, are designed to be resistant to eavesdropping. For instance, OAuth includes a “nonce” on each request, so that even if a client intercepts an OAuth token on one request, they cannot use it on the next. Still, there is likely other sensitive information in the request as well. In general, if your API does not use SSL it also potentially exposes everything that your API does. % !"#$%&&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'()$%&*+%,*&*%
  • 12. Is your API Naked? 10 API Roadmap Considerations 4. Don’t roll your own: API Security Recommendations Based on the previous points, here’s a short summary of recommendations: Use API Keys for non-sensitive data (only): If you have an “open” API - one that exposes data you’d make public on the Internet anyway - consider issuing non-sensitive API keys. These are easy to manipulate and still give you a way to identify users. Armed with an API key, you have the option of establishing a quota for your API, or at least monitoring usage by user. Without one, all you have to go on is an IP address, and those are a lot less reliable than you might think. (Why don’t web sites issue “web site keys?” Because they have cookies.) For example, the Yahoo Maps Geocoding API issues API keys so it can track its users and establish a quota, but the data that it returns is not sensitive so it’s not critical to keep the key secret. Use username / password authentication for APIs based on web sites: First, if your API is based on a web site, support username/password authentication. That way, users can access your site using the API the same way that they access it using their web browser. For example, the Twitter API supports username/password authentication, so when you access it using a Twitter API client like Spaz or TweetDeck you simply enter the same password you use when you use the twitter.com web site. However, if you do this, you may want to avoid session-based authentication, especially if you want people to be able to write API clients in lots of environments. It is very simple to use “curl,” for instance, to grab some data from the Twitter API because it uses HTTP Basic authentication. It is a lot more complex if I instead have to call “login,” and extract a session ID from some cookie or header, and then pass that to the real API call I want to make... OAuth for server-to-server APIs that are based on web sites: If your API is based on a web site (so you already have a username/password for each account) and the API will also be used by other sites, then support OAuth in addition to username/password authentication. This gives users a lot of peace of mind, because they can authorize another site to access their sensitive data without giving that site their password permanently. % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%&+,%'+&+%
  • 13. Is your API Naked? 10 API Roadmap Considerations SSL for everything sensitive: Unless your API has only open and non-sensitive data, support SSL, and consider even enforcing it (that is, redirect any API traffic on the non-SSL port to the SSL port). It makes other authentication schemes more secure, and keeps your user’s private API data from prying eyes – and it’s not all that hard to do. Don’t roll your own: If the above rules don’t apply to you, then keep looking – between OAuth, OpenID, SAML, HTTP authentication, and WS-Security, there are a lot of authentication schemes, and each has its pros and cons. So over the last 3 entries – based on what we’ve seen in the past couple years - here are some suggested questions you may want to ask when putting together your API security roadmap: How valuable is the data exposed by your API? If it’s not that valuable, or if you plan to make it as open as possible, is an API enough to uniquely identify users? If it is valuable, can you reuse username and password scheme for each user? Are you using SSL? Many authentication schemes are vulnerable without it. What other schemes and websites will your API and users want to integrate with? If your API will be called programmatically by other APIs, or if your API is linked to another web site that requires authentication, have you considered OAuth? If you have username/password authentication, have you considered OpenID? Can you make authorization decisions in a central place? What other expectations might your customers have? If your customers are enterprise customers, would they feel better about SAML % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%&+,%-+&+%
  • 14. Is your API Naked? 10 API Roadmap Considerations or X.509 certificates? Can you change or support more than one authentication approach for diverse enterprise customers? Do you have an existing internal security infrastructure that you need your API to interact with? Up next: API Data Protection % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%&+,%-+&+%
  • 15. Is your API Naked? 10 API Roadmap Considerations 5. Indecent Exposure: Data Protection None of us ever want to see accidental customer data exposure through our APIs. Especially like Paris experienced last year (an API auth issue). Last time we talked about starting with strong practices in identity, authentication, and authorization. But another important aspect of API management is “data protection” - specifically: Encryption – protecting your API data from eavesdropping Threat detection – ensuring client API requests won’t cause backend problems Data masking – preventing inadvertent data exposure in API responses. First things first - protecting sensitive data requires knowing what and where it is, and how sensitive it is to you and your customers. Be aware of the various regulations and best practices for Social Security numbers, credit card numbers, home addresses, birthdays, and such. Once you have identified which data is sensitive, you can think about how to best protect it in your API. Encryption Encryption is a basic technology that must be part of any API with sensitive data. Some relevant technologies include SSL and XML encryption. For most APIs, the most critical encryption mechanism is SSL. It works on every platform, and the overhead is minimal (about 5% through our own API gateway product in benchmark tests.) Using SSL to encrypt any sensitive data is the least your API should do. Another alternative is to encrypt either all or part of each message using XML Encryption. (This is a W3C standard implemented by many SOA products.) However, this requires you and your clients to manage public/private key pairs, so deploying this technology can be more complex and it has a larger performance impact. However, XML Encryption is tremendously useful when it’s important to manage sensitive data behind the API. For instance, if API data must not only be transmitted securely over the Internet, but also stored in internal systems in encrypted form on a disk or in a database. Otherwise, stick with SSL. % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%&+,%-+&+%
  • 16. Is your API Naked? 10 API Roadmap Considerations Threat Detection Any server that receives data over the Internet is subject to attack. Some attacks are more specific to an API and merit additional consideration. The first is SQL injection. This attack takes advantage of internal systems that construct database queries using string concatenation. If there’s a way to take data from the client and paste it inside a database query, then there may be a way to compromise the system using SQL injection. The best way to prevent SQL injection is to code the backend systems so that an SQL injection attempt is not possible. But it’s also important to stop SQL injection attempts before they get to the back end. The second is an XML attack - taking advantage of the flexibility of XML by constructing a document that could cause a problem for a back-end system. For example, causing the XML software to try to allocate more memory than is available. Or, an XML document that is nested many levels deep, or with extremely large entity names or comments. A simple check to ensure that XML or JSON is well-formed can save resources on the back-end that would otherwise be devoted to generating and logging error messages. These attacks aren’t always intentional. Ever used an API like StAX to construct an XML document, but forgotten to add all the “end tags?” An invalid XML document that appears to be nested very deep can cause problems for the back-end servers, or at least tie up more CPU and memory resources. Fortunately, there are many products, including Apigee Enterprise, that contain predefined policies to defend against these types of attacks. Data Masking Encryption is critical to keep sensitive data private, but in some cases, it may make sense to try and re-use internal services and data. However, you might need to screen - or mask - some private data for the API. This means using an XML or JSON transformation to either remove or obfuscate certain data from an API response. While this technique must be used with care, there may be cases in which only certain API users are authorized to see certain information. For example, there might be an API call that returns a “user” record with all the details when the user him or herself calls this API, but only limited data when a customer service reps access the “user” record using the API. In that case, you could implement this by building only one version of the API on a back-end server and adding a data transformation rule that removes the user’s home % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%&+,%-+&+%
  • 17. Is your API Naked? 10 API Roadmap Considerations address if the request is coming from a CSR’s account. If you have many services, you might consider having a common layer that performs these types of transformations – especially if you may need to add certain data fields as well as masking fields. (more on that in the next section on API Mediation). Possible recommendations for your API roadmap: Use SSL when the API includes sensitive data, or if the authentication mechanism in use does not include an encryption component. (HTTP basic authentication, for instance, allows an eavesdropper to intercept the password unless SSL is used; OAuth does not.) Always defend against SQL injection, either in the back-end server, at the edge of the network, or both. If your API accepts XML input via HTTP POST or some other way, then defend against the many types of XML attacks. These include large inputs, payloads or attachments, ‘header bombs’, replay attacks, message tampering and more. Consider using data masking in a common transformation layer if your back end servers may return some data that should not be given out to all users of the API. (and thanks to carbonnyc for the photo) % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%&+,%-+&+%
  • 18. Is your API Naked? 10 API Roadmap Considerations 6. One size doesn’t fit all: API Versioning and Mediation TrueCredit.com tells a story of calculating that they would need thousands of IP addresses for all the different versions and flavors of their open API to account for different variations and versions needed by partners. Even if you have a ‘one sized fits all’ API for starters, you might need to be able to transform data, mediate terms or customize SLAs without coding each change or a creating a new version of the API. Reasons could include: Protocol needs - We have a SaaS customer with a REST API that had an important deal on the table with a bank. The bank insisted on a SOAP API with WS-Security. Some SOAP shops want to offer a RESTful API because it’s easier for developers to work with. And we see lots of needs to transform between different syntaxes of SOAP, REST, or REST/JSON – the list goes on. Monetization - You might want to sell a premium version of your ‘one size fits all’ free API. For example, a search API provider wanted to do a BD deal with its free API and needed to insert extra data the partner wanted to pay for. Standardization - If you have a lot of APIs – built by different teams – one day you might want to enforce some consistency. A customer of ours grew from one API to 40, and needed to add some standard fields to each API without needing to coordinate 10 teams to write code. Versioning - Ever used an API where you get an email every month asking you to upgrade to a new version? TrueCredit wanted to provide API upgrades to customers that needed it while holding the API fixed for everybody else longer to reduce versioning headaches. So you may need to figure out how you can provide and manage different flavors or versions of the same API – or ‘mediate’ (or transform) API content and syntax. Alternatives might be to (a) support multiple APIs (painful), (b) hold off as long as possible and push back on customers to snap to a ‘one size fits all’ model (more painful), or (c) create a ‘mediation’ capability or layer that can transform between different ‘shapes’ of the API – protocol, data, version, credentials, etc. (And going back to TrueCredit’s story at the top, this is what led them to think about an API gateway for mediation, caching, load balancing, and more.) So ask if and when any of these issues might apply to your roadmap: % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%&+,%-+&+%
  • 19. Is your API Naked? 10 API Roadmap Considerations Will you need to mediate protocols? Do you anticipate needing to offer more than one protocol or a different protocol than what you have now? (SOAP for enterprise customers? REST or JSON for developer adoption? ) Do you anticipate needing to map across different security or credential schemes? (ex: from simple HTTP auth to WS-Security) Do you currently write a lot of code to transform between different styles of a particular protocol (SOAP 1.1 vs. 1.2, etc.) How important will it be to reduce the number of APIs versions for development and maintenance? Version management How often will you need to release upgrades to the API? What is your process for asking customers to upgrade and how long will it take to sunset a version? If you offer more than one API, do you have a need to standardize elements of the API (header or payload)? Do different teams need to do this or does it make sense to put this capability at one point? Message enrichment, clipping Will you ever need to enrich an API for a particular customer or class of service with more data or functionality? (such as a big customer that licenses more data.) Will you need to remove or clip certain fields for certain customers or classes of service? How fast will you need to turnaround these requests for the business vs. your dev or product cycle? A mediation layer (see more flavors here) can be important to handle complexity so you can focus development on business specific API capabilities. (and thanks to collinanderson for the photo) % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%&+,%-+&+%
  • 20. Is your API Naked? 10 API Roadmap Considerations 7. Welcome Aboard: API User Management Just like you have processes to add and maintain user accounts with your website, you'll need the same for developers using your API. Making it fast and easy for developers to quickly get API account details squared away is critical to reduce barriers to adoption. And good user management can pay off by reducing your support costs and increasing customer satisfaction. This includes setting developers up with an account and any authentication credentials they need to work with your API. But you'll also need UI and processes to add, maintain (such as reset) and revoke or delete these accounts. You may also need to take into account how to hand out keys or OAuth keys, and even consider an approval process, if you are going that route. (although you don’t necessarily need these). Also, consider whether you can make things simpler by defining rights around standard user profiles. For example, ‘bronze’ customers have access to certain APIs or requests vs. ‘gold’ customers. Finally, consider any other information you can give developers that will make it faster and easier to work with you - to get their questions answered without calling you. For example, usage statistics and alerts on versioning upgrades and outages. Do you need to start from scratch? Before building or buying this, consider if you might be able to extend some other existing user management UI and processes to work for developers requesting access to your API. (For example, we built our own user management system for Apigee quickly using our existing salesforce.com account, with just a couple integration points to our account provisioning functionality.) Key to this decision is how much integration you need into your existing business processes. Do you need to create accounts in your CRM system, and make sure you have enough developer information to map developers to applications and customers? Consider the following user management questions for your API roadmap: % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+',%&'+'%
  • 21. Is your API Naked? 10 API Roadmap Considerations For on-boarding developers Do you already have a way to manage user accounts that you plan to re-use for your API? Do you also wish to offer OAuth keys? If you have no user management at all, what does a user need to do in order to sign up to use your API? Can they sign up quickly and easily using a web browser? Can you simplify things by defining ‘tiers’ of users? What kind of information do they need to have access to? For maintaining and managing accounts Can you re-set their passwords? What user interface do you want to create for user management? Can users do it using a web site or is there some other way? Can you monitor their usage? Can they monitor it themselves? Can you revoke user accounts? Do you need to implement an approval or screening process? Do you need reporting and analytics around users – active developers, engagement and retention rates? Integrating your API users into the rest of your business Does your developer activity need to get mapped into your sales, support, and ERP systems? Does your API key structure enable you to map developers to applications, your customers, and their end users? Does user data need to be integrated with existing profiles or user data systems? Can you use existing SSO (single sign-on) systems? Can you create usage incentives by providing developer access to their own usage data? % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%'+,%&+'+%
  • 22. Is your API Naked? 10 API Roadmap Considerations 8. If you build it will they come?: API Community and Audience You've built a great API, and have all the operational bases covered. But it doesn't matter if nobody knows about it. Awareness and adoption are likely a big reason you might open an API. So if you think of it like throwing a party - you need to make sure people know it's happening, guests show up, have a great time, and make it an interesting. (And while many APIs are private – such as a SaaS API only for your partners – you still need to do a lot of this.) Developers, developers, developers Developers make or break any 'openness' strategy. They are your greatest source of feedback, your best advocates, your toughest critics. If you keep your eye on making developers successful you are building on a very strong foundation. But first you must have a cool product. I once saw Dave McClure give an super developer programs presentation a while back. Really agreed with his key point – it all starts with a great product – and we'll write a separate entry on this. Developer Community One of the best ways to make developers successful is to put them in touch with each other – so that they can share information, tips and tricks, and creativity in working with your API that you may never figure out on your own. That's why some of the most successful software companies have the most vibrant developer communities. So you need to put down the tools that help developers work together and discuss and share knowledge about your APIs. Blogs, wikis with documentation, newsgroups, venues for code examples are all important. One of the best tools for your developers are code samples that they can incorporate in their own apps, so having a place for not just your own sample apps and widgets but also for developers to share their own is critical. Plug into other developer communities! While building your own community can be important, there are lots of existing, large developer communities that you should plug into right away. You can sign up for these for free. They depend on and are all set up to distribute and promote your great content (your API and samples). These might include: Vendor communities like Microsoft's MSDN or Google's COMMUNITY works. These guys might be your partners, but if they are not it might not matter – plug in anyway. Even if you compete or do not build on those platforms – there will be % !"#$%&&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'()$%*+,%&+*+%
  • 23. Is your API Naked? 10 API Roadmap Considerations developers that work with those platforms and use your APIs. Platform communities, such as RubyOnRails, or iPhone. Independent communities like Stackoverflow. These existing communities have audience and depend on great content from API providers and developers. API Directories and communities like ProgrammableWeb. These are where developers looking for great APIs and information about them come. Don't forget about “Audience” Think of launching an API like throwing a party. Sure, you need a great venue, food, and music. But how do you make sure you get the word out to make sure lot of guests show up? We see lots of API strategies that focus on the community tools, but tools do not equal a community. If you can't find an *audience,* it's like a party with great catering that nobody knows about. A big part of this is making sure your API is highly ranked in Google searches on anything related to “API + your business.” There might be 10 other APIs in your vertical space – you need to be near the top of the list. This is another reason why being on all those other community sites, directories and discussion boards is so important, as they give you the links that raise the Google score that gets you found, that gets you used, that gets you found, etc. You can't outsource passion Should you outsource community? Be careful. The best communities have a 'hot core' of very active members and the ringleader is usually an incredibly passionate evangelist that knows each of these folks personally, and is obsessed with tracking and immediately responding to any question or issue, or leaping at any opportunity to talk about how cool your API is. Can you outsource that passion? We recommend not – find one dedicated, maniacal evangelist in your organization to nurture community. Finally, consider evangelizing your developers – if they are doing great work with your API or platform, give them props and make them stars. Your Roadmap: Audience and Community So if you are opening an API, think about the following for your community roadmap and don't forget about “Audience.” % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%&,+,%
  • 24. Is your API Naked? 10 API Roadmap Considerations Community tools Do you have formal documentation? Can you put it on a wiki so that developers can edit, add, and comment? Do you have code samples on how to use the API? Do you have a place for developers to put their own code samples and showcase their own work and sample apps? (widgets, mobile apps, etc.) Are code libraries needed for important platforms? Should these be open source? Do you have a blog for best practices and a way to get in touch with developers on important changes, such as API version updates? Audience and distribution Can you get awareness and distribution through existing developer communities, such as those of vendors (MS, Google IBM), platforms (Ruby, iPhone), and independent directories (ProgrammableWeb)? What Web marketing or SEO/SEM - Search Engine Optimization or Search Engine Marketing (Adwords) - can you do to make sure developers find you when searching for “API” + your type of content or business? Community management Should you have a dedicated full-time employee to drive community and evangelize your product and best developers? Are there any offline events or meetups you should be at? How can you recognize and promote your hardcore community members? Do you have an evanglist that knows these folks personally? What about adding and managing developers? Revist User Management % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%&,+,%
  • 25. Is your API Naked? 10 API Roadmap Considerations 9. Show me the money: Monetization At some point most API product managers are on the hook to demonstrate how the API results in downstream revenue. And even if you never intend to charge for your API, you may be surprised by unexpected opportunities. I used to be responsible for a number of ‘free, open, take-it-or-leave-it APIs’ at a large Web portal. After a few months, the team was surprised to get a ton of calls from big companies that wanted to pay (a lot) for use of the API within their commercial products. The catch – they expected that the API could support some of the basic business terms of any commercial deal. For example – could the API provider: Meter service and give them a bill every month? Enforce a special rate limit and give them an “SLA” (service level agreement)? Insert extra data fields if they were willing to pay for more licensed content? We also needed some other basics: SOX compliant audit logs for each deal. Reporting on the cost of the data served by the API (because we were licensing it from another company). The means to enforce similar terms on a ‘package’ of multiple APIs together in one deal. Unfortunately, all of these capabilities needed to be coded as they came up and we couldn’t lock down most of these deals in time. So even if your API business model is already covered and baked in your API, you may want at least the option to support a slightly tailored or customized relationship. You may need to quickly tailor the API’s syntax, protocol, priority, or content to a specific opportunity. Once you have partners using an API, your business managers and partners will put your team under a lot of pressure - each day a policy change goes unmade, dollars are lost. So consider if you’ll ever need to abstract these policies – the difference between the API content and features of the commercial business and the operational terms of each deal – in a separate policy layer that you can manage quickly and independently of development cycles. Or to make a single change across multiple APIs. % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%&,+,%
  • 26. Is your API Naked? 10 API Roadmap Considerations Therefore, some questions to ask for your API roadmap might include: General business and partner model questions: How is your business and revenue model supported by your API? (are you looking for distribution and awareness only? Does the API drive a monetized transaction? Will you ever charge for ‘pay by the API drink’?) How are your costs reflected in your API? Do you pay for any of the data you are serving up? If so, how do you keep track of this for the business and partner? Will large partners or deals surface where your team will need to change the API content, SLA, protocol or content? Is there a partner that might want to pay enough and who is large enough to drive your team to move away from “one size fits all?” Will you need to create ‘service tiers”? Enforcing unique business and operational terms: How will you meter service like a utility, so that you can bill partners and report data costs? What regulatory compliance will you need to support? Do you need SOXcompliant audit trails by partner? HIPPA? PCI? How would you create and enforce a partner-specific SLA, rate limit, or offer ‘priority access’ to a priority partner? If the partner wants any change in the API protocol or content, do you need to support a different API code-base? Is there a way to create a transformation layer to handle and scale this? Do you need to buffer up or queue incoming requests? % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%&,+,%
  • 27. Is your API Naked? 10 API Roadmap Considerations 10. Turn up the volume: API Scalability Our discussion of APIs so far has focused on aspects like security, visibility, and data protection. We've been leaving out a very important concept, though - how do you make your API scale? The term "scale" means different things to different people, so let's narrow it down. The question is, what are you going to do as your traffic increases? Do you have a plan to handle 10, 100, or 10,000 times more traffic than your API is receiving today? The truth is that solving this problem at the truly high end can require fundamental changes to your architecture and code. The kind of engineering required to run an API that accepts a few requests per second is very different from what's required to scale to the size of Facebook or Twitter. However, the chances of any particular API needing to scale to that level, of course, are pretty slim. Writing about all the dimensions of scalability and how to achieve them is a subject for a pretty long book. But here are a few specific things to think about: Caching Rate limiting and threat protection Offloading expensive processing Caching Caching is a huge part of any scaling strategy. Whole products and web sites are built around caching as a fundamental architectural concept. Caching works because even in an API, usually much of the data that's returned is read. A good caching strategy can decrease latency by huge percentages, and improves throughput by taking load off expensive back-end servers and databases. Typically, caching today is done in a few different places. Caching between the application server and database using a product like Coherence or memcached helps by reducing the number of database queries needed to serve an API request. Additional caching inside the application server code can further decrease throughput by making it possible to reassemble parts of an API response from pre-cached parts. For instance, the response to a typical Twitter API call consists of an arrangement of many individual snippets of XML, each of which may have been cached to reduce the overhead needed to fetch data from the database and convert it into XML. HTTP and CDN caching % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%&,+,%
  • 28. Is your API Naked? 10 API Roadmap Considerations Caching at the HTTP level is also very common. The HTTP protocol supports several headers that enable caching by proxy servers and of course by the web browser itself. This type of caching works fine for API calls. However, since it's based only on the HTTP request, it doesn't work for everything. Imagine a SOAP API, for instance, which includes an HTTP POST body describing the request - HTTP-only proxies cannot cache the response because they can't look inside the request and see what needs to be cached. Similarly, CDNs like Akamai work by caching pieces of content all over the Internet so that users will receive it from a server near them. Caching strategies like this are great for big files that don't change often, but by design they are poor at data that changes more than every day or so. Caching API responses With APIs, it's also possible to add caching in between, by caching entire API responses. For instance, imagine a "getAccount" method on an API. Software like Apigee Enterprise can look at the parameters to the request and use them as a "key" to the cache. If a response already exists in the cache, ServiceNet simply returns the exact response from the back-end server from its in-memory cache. This cuts out all the latency to make an HTTP request to the application server, process the request, query the database, assemble the response, and so on - and unlike a cache that works only at the HTTP level, it can be configured to understand the semantics of the API so that it caches effectively and correctly. There are also ways to purge cache items programmatically, so that the "updateAccount" API method ensures that the next call to "getAccount" won't return stale data. In other words, adding a intelligent caching layer between the client of an API and the back-end application server adds more caching options that can increase scaling and decrease latency even further than some alternatives because this cache is closer to the API client. Plus, due to the magic of HTTP, XML and/or JSON, it's possible for this caching to be performed without any changes to the API client or server. This means that a highly scalable web site could use caching in different tiers, each with its own contribution to overall API performance: A cache like Coherence or memcached may be used between the application server and database to reduce database load. A similar cache may also be used from within the application server to reduce the overhead of assembling API responses. A proxy like Apigee Enterprise can cache complete API responses, reducing load on the application server tier. A CDN like Akamai can provide an extra caching layer for large files that do not change often. % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%&,+,%
  • 29. Is your API Naked? 10 API Roadmap Considerations Rate Limiting and Threat Protection Another aspect of scaling is just keeping unnecessary traffic away from your application servers and databases. Some of the techniques that we've discussed previously, such as rate limits and threat protection, apply here as well. For instance, an API's performance can drop precipitously if a client, on purpose or by accident, sends too much traffic. A rate limit helps a lot here! Bad requests can kill API performance too. XML threats, which we discussed in the last episode, are one example of a way that a bad request from a client can cause performance problems or even a crash on the server side. It's a lot easier to maintain scalability if you can stop these kinds of problems before they can hurt your servers. Offloading Finally, consider the things that you can offload from your application server tier. The more you can offload to more efficient platforms, the less load your application servers have to handle. Plus, the more things you can offload, the simpler those application servers and their applications become, which means they're easier to manage and easier to scale. For example: SSL. Load balancers and ADCs like F5 and NetScaler products, not to mention web service proxies like Apigee Enterprise, can process SSL more efficiently than most application servers. HTTP Connections. Those same products are highly optimized to handle tens of thousands of simultaneous connections from HTTP clients, and operate a smaller pool of connections to the back-end application servers. Offloading HTTP connection handling to another tier can free up a lot of server resources. Authentication. If you perform authentication, a proxy like Apigee Enterprise can handle all your authentication for you, freeing your application servers to worry only about properly-authenticated requests. And if you're using SOAP, a product like ServiceNet can process many of the SOAP headers, such as WS-Security headers for authentication, then remove them so that the application server doesn't even need to see them. Validation. If your API depends on XML input, it may run more efficiently if it only accepts valid XML requests. Turning on XML schema validation can hurt performance of most application servers - products like ServiceNet can do it more efficiently. % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%&,+,%
  • 30. Is your API Naked? 10 API Roadmap Considerations Key Questions to ask for your roadmap: What kind of volume are you expecting? Are you prepared if you get 10, 100, or 10,000 times that amount of volume with little warning? Do you have a way to shut a user off if they consume too much volume? Do you have a way to control API traffic in case you are unable to handle the volume (see Traffic Management)? Are your back-end servers capable of handling tens of thousands of concurrent connections? Are your back-end services cacheable? Do you have a cache that you can use to reduce response times? Are you monitoring response times and tracking them to gauge customer satisfaction? % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+',%-'+'%
  • 31. Is your API Naked? 10 API Roadmap Considerations Part 2: The Best of RAW (“Rapid API Workshop”) 10 API design and program best practices www.apigee.com June 2010 % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%'+,%-+'+%
  • 32. Is your API Naked? 10 API Roadmap Considerations 1. Moving the needle: Example API metrics It's an old cliché, but it's been said that you can't move the needle if you can't *see* the needle. So frequently we're asked "what are good metrics to measure an API program?" While individual metrics are important - it might be as much about the 'process around metrics.' Or how metrics are evangelized and used to drive specific parts of the API product development pipeline. Specifically: 1. Get early buy-in on the 'top 3.' Strong API product managers often focus in on 1-3 top level 'strategic' metrics and get early, wide agreement from all parts of the extended team - the sponsoring exec, PM, engineering, BD, and operations. If different stakeholders are measuring success with different metrics (say number of developer sign-ups vs. API traffic vs. revenue) this can pull resources in different directions. 2. Track against realistic projections. Set expectations early by modeling anticipated results and then track actuals against this estimate. For example, pick a 'comparable' or competitor's API to guess developer portal traffic, then model the expected developer sign-ups and conversions (for example, 10% of visitors might ask for a key, 20% of them might built an app, 10% of those apps might drive ongoing traffic, each of those apps might drive a certain volume of traffic, and so on.) 3. Publish a weekly dashboard, religiously. Proactively call out how product updates and community activities do or don't move the needle so you can quickly adjust tactics and think of new ideas that might move the needle. % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%',+,%
  • 33. Is your API Naked? 10 API Roadmap Considerations 4. Create a metrics 'pipeline.' How do different metrics diagnose how each stage of the customer conversion process is working? For example, developer portal traffic might be a good metric to measure the marketing guys (that is, they might be responsible for getting developers *to* the portal). But whether or not a developer converts to ask for a key and then converts into an active API user might be a measure of how effective the PM process is working to create a product that developers want to use. User-experienced bugs can measure development and product QA effectiveness, and so on. Here is an example of a metrics pipeline that we recently discussed with a customer. Category Awareness (measure of marketing effectiveness) Signups (measure of portal messaging effectiveness) Adoption (measure of product fit) Quality (measure of dev % Example Metric -Developer portal traffic: unique users, page views, and engagement (PVs/UU) -Top traffic sources (search, direct, referrals -Registrations (developer keys issued) -Active developers, partners -Applications (number, by app type, geo, partner 'tier') -App end users (such as mobile app users) -Traffic: volume and % API vs. non-API- Developer retention (active developers lost) -User experienced problems !"#$%&&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'()$%*+,%-+*+%
  • 34. Is your API Naked? 10 API Roadmap Considerations process) Community (measure of customer sat) Financial (measure of business model fit) (errors returned) -Bugs reported -Critical situations (P1 bugs or blocking bugs) -Community members -Community forum activity and engagement -Number of very active members -Net promoter score -Revenue -Cost of data served (if licensed) -Profit and margin -Market share (Thanks to seenoevil for the photo) % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%.,+,%
  • 35. Is your API Naked? 10 API Roadmap Considerations 2. Right product at the right time: API Product Management Recently we were asked by a SaaS company exec "Can't we just hire someone to come in here and build our API for us?" Danger, Will Robinson. Just like any other product in your stable, your API needs to go through your product management practice. Successful APIs usually have a dedicated API product manager that creates the 'right product at the right time" by continually focusing helping the team stay on target by driving: 1. What is the vision for the API? How do you go from an idea to great product? Start by asking what is your vision? If you were sitting around with your top 5 execs, would they agree? One good PM framework we've seen really focus an effort is explicitly defining the "VMSO" or "Vision, Mission, Strategy, Objectives" before every major release. For example: Vision - what is "the dream" (example: be the most widely used widget catalog on the planet) MIssion - what do we do every day to achieve the dream? (example: have the easiest catalog API to learn and use) Strategy - what is our unique approach for achieving our mission? (example: have the smoothest sign up, clearest REST API and best community support) Objectives - what are our 1-3 key API metrics to determine if the strategy is working? (example: developer apps, API transactions, API revenue) 2. What is the target customer segment for the API? Mobile developers? Your top 10 partners? Affiliate marketers? Each segment may need different features, policies, or marketing approaches. Do a customer or developer segmentation analysis and force rank priority segments. And if you ask your API team who their target segment is and the answer is 'everybody' - get worried. % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%.,+,%
  • 36. Is your API Naked? 10 API Roadmap Considerations 3. Develop use cases. Ask how little, not how much, you can launch with your API. Taking back functionality is difficult once it's out there. Identify and prioritize the minimum set of use cases (or user scenarios - such as 'browse catalog information') and consider throwing out anything outside what's needed for each use case. 4. Iterate quickly. It's rare to find a successful API program where the PM doesn't say something like "and after we launched our customers took us in a completely different direction." Consider agile development techniques to help your team iterate quickly. 5. Differentiate your API. How is your API or content different than competing APIs in your vertical? Why should I drop what I'm doing now and use your API? Using a wellworn PM 'positioning framework' can help the team agree on this beforehand. For example: For the (target customer) (example: Mobile developers) Who needs (primary pain point or need) (ex: a free and complete widget catalog for commerce apps) Our solution (our API is) (ex: the most comprehensive, open widget catalog that is incredibly easy to use) That (key benefit) (ex: provides comprehensive and accurate widget product % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%.,+,%
  • 37. Is your API Naked? 10 API Roadmap Considerations data for 3rd party apps) (ex: 'for pay' catalog APIs or catalogs with Unlike (the competition) low rate limits inaccurate, incomplete catalogs or APIs that are hard to use) Solution is (greatest differentiation) (ex: free and easy to get started with - with amazing community support ) What other PM processes do you recommend? (and thanks to respres for the great photo.) % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%.,+,%
  • 38. Is your API Naked? 10 API Roadmap Considerations 3. Considerations for ‘open data’ API programs In my last post I wrote about how the book digitizing effort is trying to monetize underutilized books online. For anyone contemplating exposing data or capabilities via APIs to create new revenue streams, there are some important implementation lessons that can be learned. Have control In Norway’s Bookshelf project, their free online books can only be read online and only in Norway, and cannot be downloaded or printed out. Similarly, with APIs you need to have a way to control who can access your data and from where. API Identity, API authorization and other API security considerations are a must. Make it (at least something) free Google must operate under copyright laws, but it has found a way to freely expose extracts or snippets under ‘fair use.’ Similarly, you cannot expect uptake of your content or capabilities if some of it cannot be consumed easily and en gratis. Give at least some of what you offer away for free to spur adoption. Technically, this means being able to control what can be consumed at a granular level. Get started! Google, Bookshelf, and Europeans have ideas about how they’ll monetize books they put online, but they are still experimenting with the right business models. Executives shouldn’t wait for an iron-clad business model to present itself you won’t figure out the right model unless you are ‘in the game.’ % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%.,+,%
  • 39. Is your API Naked? 10 API Roadmap Considerations 4. Design your API for adoption with ‘true REST’ "The only reason you'd have only a SOAP API is because you hate 80% of your addressable market." - @sramji There's usually little argument that a REST API is easier to use than a SOAP API. But how important is it to be 'truly' or 'strictly' RESTful? That is, adhering to standard HTTP operations or 'verbs' - GET, PUT, DELETE, POST - on well defined resources, as opposed to the common practice of embedding 'verbs' or operations as methods in a GET URL. Typically, security is cited as the big advantage of 'true REST' (with some good discussions here and here). However, a truly RESTful API may help you boost developer adoption. For example, imagine a 'shopping cart' API: Operation Operation URL Insert new item into the cart POST http://api.shopping.com/InsertNewItem Delete item from the cart POST http://api.shopping.com/DeleteItem List everything in the cart GET http://api.shopping.com/ListCart?cartId=X % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%.,+,%
  • 40. Is your API Naked? 10 API Roadmap Considerations Get an item in the cart GET http://api.shopping.com/ShowItem?cartId=X&itemId=Y Delete the whole cart POST http://api.shopping.com/DeleteCart While the above API isn't 'truly RESTful,' it's not that hard to use. But you do have to learn the individual operations and this can get cumbersome if there are a lot of them or as the API evolves. Instead, this 'true REST API' may be easier to learn and predict as you use more features. Operation Operation URL Insert new item into the cart POST * http://api.shopping.com/carts/X.xml Delete item from the cart DELETE http://api.shopping.com/carts/X/item/Y.xml List everything in the cart GET http://api.shopping.com/carts/X.xml Get an item in the cart GET http://api.shopping.com/carts/X/item/Y.xml Delete the whole cart DELETE http://api.shopping.com/carts/ % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+',%-'+'%
  • 41. Is your API Naked? 10 API Roadmap Considerations What if we want to list all the shopping carts in the system at any one time? We would add that via an HTTP GET to: http://api.shopping.com/carts.xml Query parameters can still serve a purpose - making it possible to specify additional options. For instance, imagine a very large shopping cart, and you want to "paginate" the results. To look at items 20-29, you might use a URL like: http://api.shopping.com/carts/X.xml?start=20&;count=10 Bonus: True REST makes analytics easier It's a lot easier to build reports that segregate and analyze traffic by URL than to build logic that tries to do this by methods or combination of methods. Good API analytics helps you optimize features, debug problems, and weed out traffic that can slow down your service. What if your 'non-strict' REST API is already out there? It might not be that big a deal if your API is very simple or 'read-only' API with information that isn't too sensitive (such as a free search API). Or you can map a non-RESTful API into a 'truly RESTful" API with custom code or API management tools that perform API transformations. * A note on POST VS. PUT * One way to insert an item in the shopping cart is to use POST to update the shopping cart by sending it a new item. In this case, we are using POST to send the server an instruction that essentially tells it to insert some new content to the existing resource. This is why we use POST -- it is like an "update" in a database. Alternately, we could add the item by using PUT to a new URL, such as: PUT http://api.shopping.com/carts/X/items/Y.xml But if we do this, then we need to somehow give our item some sort of unique URL by picking a value for "Y." This is kind of a strange thing to do, so it may be more natural to use POST and have the response include the URL for the new item, so that we may retrieve it later using GET or delete it using DELETE. Still, sometimes using PUT like this makes sense. % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%'+,%-+'+%
  • 42. Is your API Naked? 10 API Roadmap Considerations This all comes down to the difference between PUT and POST in the HTTP spec. POST modifies something that already exists, and how that thing is modified is up to the server. PUT replaces the entire contents of the URL with new data. Plus, like GET, HEAD, and DELETE, PUT is idempotent, which means that if you call it more than once, it has the same result every time, whereas POST may keep doing what you ask it to do over and over again. % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%',+,%
  • 43. Is your API Naked? 10 API Roadmap Considerations 5. Don’t try to market to developers. Instead, solve their problems. Not long ago you could count the number of 'developer marketing' programs on one hand. Now there are hundreds of programs as Web companies and enterprises open APIs. These companies know that developer adoption will make their API strategy succeed or fail. But Developer Marketing is an oxymoron. Developers hate marketing. You cannot drive adoption by 'marketing to developers.' Sure, you can send offers to your developers but your mileage may vary. A better formula - understand what's important to developers and give them what they need to reach these goals. Developers want to: build new skills that lead to the best projects and jobs. This is why new or proprietary tools and programming models are tough to get off the ground - it's a small market of new projects for the developer. increase their productivity with good tools and by connecting developers with decent resources and each other for help. This is why sites like StackOverflow take off. be recognized for good work and see their products used. Focus on showcasing their work, not your product. It's not about you. get paid. Think App Store model, or affiliate marketing networks. % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%.,+,%
  • 44. Is your API Naked? 10 API Roadmap Considerations Talk to the folks that made the big developer networks successful and you'll hear these points over and over. Some others: Developers are not buyers, but are very strong influencers. There are superstars in the developer world - make them fans and that is the best marketing you'll ever get. You can't 'own' or 'use' developers because they have an account on your service. Developers have lots of options and switching costs might be low from your API. Act on their feedback. Developers are smart and listening and acting on their complaints and ideas is critical to your credibility. Developer communities are fragmented. For example, there is no such thing as an "API developer,' but instead there are Twitter or Facebook or Salesforce developers. Once you have attracted a developer to use your service - they are like gold. So treat them with respect - don't try to 'use' developers or you might lose them! % !"#$%&&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%'()$%*+,%-+*+%
  • 45. Is your API Naked? 10 API Roadmap Considerations 6. Working over vendors: A buyers guide for API management The explosion of APIs is driving companies large and small to launch APIs for their customers and partners. But both public and private APIs require management features well beyond their internal functions. How should you approach the 'build vs. buy' analysis and evaluating API management solutions and vendors? As a former CTO that has recently gone through this process, here are some lessons learned on how to scope out requirements, evaluate and select a solution. Know the problem (and requirements) you are solving for. Many API product managers are initially tasked to spec out only a small slice of the problem (such as "get me a developer portal" or "we need developer analytics.") Your requirements landscape is likely much wider than this. Make sure your PM thinks about business requirements that have technology implications in areas such as: 1. Security, Access Control - Authentication methods 2. Reporting, Analytics - Usage by developer, organization, API, location 3. Threat Protection - Denial of service attacks 4. Traffic Management - Routing needs for versioning, operations management 5. Mediation, translation - Protocol bridge between SOAP, REST, JMS etc. 6. Performance, Scale - Clustering, caching 7. Developer support - Access key management, FAQs, wiki 8. Operational support - Root cause analysis, logging Get everyone involved, early. % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%.,+,%
  • 46. Is your API Naked? 10 API Roadmap Considerations Because APIs touch partner relationships, they are critical to the business, and there are multiple stakeholders in your organization. Walk through the lifecycle of an API, what roles support the release of an API, external access, operational support and management. These stakeholders should be represented in the overall product management strategy and accounted for in your requirements for API management. Considering a vendor? Demand a POC! The requirements, operational view and deployment strategy will provide an outline of scope for build vs. buy considerations. All of these functions should be outside of the core elements of the APIs themselves to ensure consistency without duplicating efforts for key policy areas that are needed for your APIs. If you engage an API management technology vendor, these requirements can be prioritized and used to drive a demo of a solution to ensure the capabilities meet your needs. Insist on a POC (proof of concept) for a deeper dive and validation of more technical requirements. This exercise will quickly allow you to determine commercial solutions that have the potential to meet your needs and provide a concrete plan for demonstrating capabilities that are of material value to your organization. A POC will tell you a lot about a vendor - both what they would be like to work with on a day-by-day basis and how they meet their commitments. A POC will also tell you how well your own team has thought out what they need and how prepared they are to execute it. Eliminate vendors that will not step up to a POC. Also, make sure your own team goes back and can repro the POC - without the vendor. % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%.,+,%
  • 47. Is your API Naked? 10 API Roadmap Considerations This diagram below (and a larger version here) shows how we thought about our POC process. Revisit the priorities and rollout strategy for API management This evaluation process should expedite the short list of vendor options that will satisfy your needs and as well as gain internal consensus on what API management means to your organization. You may find the depth and breadth of your requirements will motivate you to find a commercial solution rather than build your own system that will have to be maintained in addition to your core APIs. A key consideration for the solution you select is handing ongoing changes after this system is deployed. Once your APIs are operational you’ll need a way to manage updates to numerous policy areas on a regular basis and most likely you will want to avoid any downtime to implement those changes. For example, in my previous role, we did a cost analysis of how many independent API codebase versions we could support at one time. Our answer? Two. This drove us to select an API management technology to provide a versioning and mediation layer above the API layer. % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%.,+,%
  • 48. Is your API Naked? 10 API Roadmap Considerations It is important to review the flexibility of the system to avoid limiting your API management capabilities and practices to a particular solution. Operational awareness Policy enforcement is typically the initial area focus for API management but operational visibility is also a key area to focus to include as well. How will you report on usage and do you have a consistent way to collect data to be aggregated? Do you have a common root cause analysis process to enable message level tracing and logging regardless of the API? Conclusion The topics around API management are numerous and not unlike the questions that were contemplated during web browser adoption. With a new delivery model of information and services there are multiple stakeholders to consider during an ongoing lifecycle of development and operations. Developing an understanding of your needs up front will greatly streamline your selection process as well as get a common understanding of what API management entails within your organization. % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%.,+,%
  • 49. Is your API Naked? 10 API Roadmap Considerations 7. How do content and transactional APIs differ? Recently, during one of our RAW (Rapid API Workshops) with a retail customer, a great question came up - what are the major differences between a content and transactional API? Probably not a complete list, but in general: Content APIs are more likely to be open, without sensitive information. Think of a search, media or mapping API. While the provider might want to track identity through API keys, these APIs often need no authentication, authorization, or encryption. Search results may be highly cacheable, which might be helpful to support high concurrency for bursts of demand for popular content. Content APIs are also more likely to need throttling to protect the back-end and quotas to measure consumption - think about that grad student downloading your entire database one API call at a time. Users might have some tolerance of downtime for free content that can easily be requested again. Success for content APIs might be measured in terms of usage or engagement (usage per consumer), so having API usage analytics might be important. If you can, make content APIs simple and easy to adopt with standards like REST. Transactional APIs have sensitive data and therefore security needs go beyond identity and developer key level tracking to include API authentication and authorization. The data might need encryption and XML or API specific threat protection. Instead of quotas, the back-end business logic might already contain all the controls you need to measure consumption and monetization. There is probably no tolerance for downtime or lost transactions. And of course success for transactional APIs can be measured in existing financial terms. % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%.,+,%
  • 50. Is your API Naked? 10 API Roadmap Considerations Content API Transactional API (Often) Open to all without authentication or encryption Authenticated, authorized, and encrypted access (Often) non-sensitive data Audit and compliance requirements Static or mostly static data -- highly cacheable Dynamic data -- limited cacheability May have higher volume Natural volume limits (user may have to pay...) More likely to require quota (prevent download of all content, excessive updating, etc.) Natural volume limits Some tolerance for downtime (user can just refresh) Little tolerance for downtime (did you charge my card or not?) Metrics == API usage Metrics == Financial ($$ of orders) What's your experience in the difference between content and transactional APIs? % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+',%-'+'%
  • 51. Is your API Naked? 10 API Roadmap Considerations 8. Business logic vs. Business policy in cloud services & APIs As our customers move from websites to cloud APIs - we're seeing them separating business logic from business policy. When you think about business logic, you probably imagine an application server or stored procedures, or custom code that accesses stored data and exposes it in a useful and manageable way – such as “show me all of a given customer’s purchases in this timeframe.” These pieces of code reflect the understanding of the fundamentals of the business like customers, orders, tickets, requests – and how they interact. In any business you build skill over time in understanding your domain and then build on top of that understanding to take the business further. Business logic is generally stable, consistent across requests, and subject to careful modification. After all, you wouldn’t want to put partly tested logic about bank balance transfers into production. When you think about business policy, what comes to mind? Maybe a stack of papers documenting HR or accounting guidelines, or maybe the elements of Sarbanes-Oxley requirements. Policy is not about how you compute a specific result – like the customer’s purchase history – but about other factors like who can access it, how frequently, from what locations, how it’s rendered, how long the result is considered valid, and other “meta-logic” issues. In any business you make changes to your policies frequently, as a way to meet the changing face of the market environment. The nature of business policy is therefore to be dynamic, varied according to the request context, and subject to frequent experimentation. For example, product managers need to continually test the value of different offers to given segments without having to redevelop the product. % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%'+,%-+'+%
  • 52. Is your API Naked? 10 API Roadmap Considerations When policies like security (“who can access this and what credentials do they have to show?”) and service level (“how many requests can be made in a given time interval?”) are collapsed into code responsible for business logic, the result is loss of agility, high cost to adopt new policy implementations (e.g. for identity and access schemes or to keep pace with increased hardware capacity), and confusion of concerns (rather than separation of concerns). In the current era of cloud APIs, where these interfaces are being built as a direct link to what started as the backend for the website, many developers are realizing that what was really policy was built into their business logic layer. They’re also seeing that adding new clients – going from enabling partners to enabling rich clients to enabling mobile device (such as iPhone or Android) applications – requires many adjustments to how the request and response of an API are rendered, but should require no changes to the stable core of business logic. Supporting an API with a set of policies that activate based on the user (such as preventing or enabling access to different parts of the API – for example, only the development & testing methods but not production methods, or query methods only, or limiting requests to a certain transaction volume or financial value) and type of client (such as providing pagination and format translation for a mobile device) means that the risk of delivering the API is reduced, and the risk of negative impact to existing users of the API (typically the original website) are reduced. Also, the computational load for the policy processing can be moved to a low-cost, scale-out tier and away from the highvalue application servers that host the business logic. So what this indicates is a movement towards a separation of concerns between logic and policy. Responsibility for business logic processing lies in a stable and slowly changing layer, and policy is processed in a tier that allows for agile modification and enables the total computational result to meet the shifting needs of the business. % !"#$%&'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%()*$%+,-%',+,%