.png)
Consume APIs
Connect Martini to the APIs your business depends on. Consume REST, GraphQL, SOAP, and AsyncAPI definitions, then generate services that can be reused inside workflows and integrations.
Martini helps developers turn external APIs into usable building blocks without manually wiring every request, response, and operation from scratch.

Consume REST APIs
Import REST API definitions and generate services for the operations you need. Use those services in workflows to connect applications, automate processes, and exchange data between systems.

Consume GraphQL APIs
Work with GraphQL APIs from Martini by generating services from schemas and operations. Query and mutate data from workflows while keeping API interaction reusable and maintainable.

Consume SOAP APIs
Connect to SOAP APIs and generate services from their definitions. Martini helps developers work with enterprise systems that still depend on SOAP-based integrations.

Consume AsyncAPI definitions
Use AsyncAPI definitions to work with event-driven APIs and message-based integrations. Generate reusable assets from API definitions and use them as part of larger automation flows.

Generate services from API definitions
Turn API definitions into generated services that developers can inspect, configure, and reuse. Generated services reduce repetitive setup and make API operations easier to orchestrate inside workflows.

Configure API authentication
Configure the authentication required to connect to external APIs. Manage credentials and connection settings so generated services can call APIs securely.

Handle API errors
Design API integrations that can respond when something goes wrong. Handle errors from external systems, inspect responses, and build workflows that recover or route failures appropriately.