After delivering the core developer-facing marketplace technology for MaaS, it’s time to get to work on management tools for companies to use at scale. We’re starting with the basics, where our customers have been telling us they want more self service tooling: catalog content management tools, analytics, and managing add-ons in team and org wide contexts.
Catalog management in the Manifold console
MaaS Admins can curate their catalog, adding services that fit their workflows while keeping up-to-date with new products added to the Manifold catalog.

Teams support
With support for teams, resources are no longer assumed to be owned by the authenticated user. MaaS customers can now associate resources to any entity value, such as a team or organization. Our new GraphQL API supports an Owner field and some of our Web Components have an owner-id attribute.
```js
mutation CreateResourceWithOwner(
$planId: ID!
$productId: ID!
$regionId: ID!
$resourceLabel: String!
$configuredFeatures: [ConfiguredFeatureInput!]
$owner: ProfileIdentity!
) {
createResource(
input: {
displayName: $resourceLabel
label: $resourceLabel
planId: $planId
productId: $productId
regionId: $regionId
configuredFeatures: $configuredFeatures
owner: $owner
}
) {
data {
id
label
}
}
}
```
New billable activity and payout statements
We’ll continue to enrich our billing reports and payout statements. Now, service providers can access their billable activity and money owed through enhanced statements available directly from the Manifold console.

<div class="blog-cta"><h3 class="blog-cta-headline">Get a demo of these new features</h3><a class="button button-brand" href="https://calendly.com/chriswong-manifold"><div class="button-text">Request a demo</div><img src="//assets.website-files.com/5d5acff74a2e86484bb721fc/5d7bbab3af998bd22c394550_arrow_right.svg" alt="Request a demo" class="icon"></a></div>Check out the Manifold Plan Builder that simplifies pricing and packaging for developer services.