API Reference

Exploring Admina API with AI

Explain how to use AI to look up how to use an API.

Admina AI-Powered API Guide

A comprehensive guide for exploring and utilizing the Admina Public API with AI assistance.

Introduction

You can leverage AI to efficiently explore the Admina API, making it significantly easier to identify required endpoints, understand parameters, and implement API integrations.

Step 1: Prepare OpenAPI Specification Data

To provide AI with detailed API information, use the following two URLs:

Required Resources

  1. OpenAPI JSON Specification
    https://api.itmc.i.moneyforward.com/public-api/docs/v1-json
  2. LLM-Optimized Documentation Summary
    https://docs.itmc.i.moneyforward.com/llms.txt

Step 2: Effective AI Prompts

Use the following prompt template when querying AI:

https://api.itmc.i.moneyforward.com/public-api/docs/v1-json
https://docs.itmc.i.moneyforward.com/llms.txt

Please read the Open API JSON and tell me about the API.
**[Describe your specific requirements here]**

Please provide the endpoints I should use, parameters, and sample curl commands.

If the above sites cannot be accessed, please inform me that they are not readable without conducting any investigation.
https://api.itmc.i.moneyforward.com/public-api/docs/v1-json
https://docs.itmc.i.moneyforward.com/llms.txt
Please read the Open API JSON and tell me about the API  in English

I want to obtain the identity ID and people ID from the email address.  
Please provide the endpoint, parameters, and a sample curl command.

Please provide the endpoints I should use, parameters, and sample curl commands.
If the above sites cannot be accessed, please inform me that they are not readable without conducting any investigation.

Examples(1):


Step 3: AI Service Considerations

AI Service Compatibility Status (as of August 12, 2025)

AI ServiceStatus
Claude Sonnet 4✅ Supported
Manus✅ Supported
ChatGPT GPT-5 Series❌ Connection Error
ChatGPT GPT-4o/o3❌ Connection Error

Best Practices

  • Test Access: Verify that your chosen AI service can read the URLs before proceeding
  • Be Specific: Clearly describe your use case and the data you want to retrieve

Step 4: Common Use Cases and Prompt Examples


1. Retrieving User Information

I want to get user information for the email address [email protected].

2. Getting Organization Services List

I want to retrieve all SaaS services associated with organization ID 123.

3. Account Management

I want to get all accounts belonging to a specific workspace and identify inactive accounts.

4. Device Management

I want to retrieve all devices in the organization and filter them based on specific conditions.