Skip to content

Developer tools

Here you can find tools you can use to work with Mosaic APIs and SDKs.

Code generation

When building journeys, download a ready-to-use project that demonstrates how to integrate the journey into your application (Web, iOS, or Android). See Code generation for local testing for detailed instructions.

Mosaic AI

Mosaic is increasingly integrating AI capabilities to enhance your development and management experience.

  • Spark AI is Mosaic's AI assistant that helps you build and refine journeys, explore your identity and risk data, and answer questions about Mosaic features and documentation.

Sandbox

Use our isolated server environment to develop and test your integration, without compromising data and applications in your production environment. This environment supports all the functionality provided by Mosaic APIs and SDKs.

API explorer

API Explorer is an interactive tool that lets you try out Mosaic APIs without writing any code. Use it to build, view, and send HTTP requests in our Sandbox environment. API Explorer is integrated directly into the API reference. You can launch it from the Try it button, and even switch to a wider layout by clicking . All you need is a developer account and an application (see Get Started).

OpenAPI files

All Mosaic REST APIs are defined using the OpenAPI standard, enabling seamless integration with a wide variety of development tools and workflows.

What you can do with OpenAPI files:

  • Generate client libraries in your preferred programming language
  • Create automated tests and mock servers
  • Import APIs into tools like Postman, Insomnia, or Swagger UI
  • Generate API documentation
  • Set up API monitoring and validation

Download our OpenAPI definition files directly from the API reference. Each API group has its own OpenAPI specification file that you can use with your preferred tooling.

Client SDKs

Mosaic provides official frontend SDKs for seamless client-side integrations. These SDKs handle authentication flows, fraud prevention, identity verification, and orchestration, reducing the amount of code you need to write.

Available SDKs:

Sample apps

Try out our sample web applications to see our APIs in action. Jump start your integration by checking out the app code:

Backend authentication:

OIDC & Hosted authentication:

More apps:

Postman (coming soon)

Postman is a great tool for exploring REST APIs without writing any code. It's also helpful if you already include post scripts capable of extracting the client access token, parsing the ID token and displaying it in the console, storing the user access token, etc. Use our complete Postman Collection to work with our APIs.

Client libraries (coming soon)

Mosaic offers official client libraries for different programming languages so you can easily integrate with our backend APIs.