Often an API is small and used only once, at its place of definition, in which case there is little point in even giving it a name. In this case the API name may simply be replaced by an underbar wildcared:
package alpha { package beta: api { bar: String; } { bar = "abc"; }; };