microCMS

Creating a Service

Once you register an account and log in, you can create services at any time.

What is a Service?

A service is the largest management category in microCMS.
Concepts in microCMS, such as API, media, permission management, plans, and payment information, are generally linked to a single service.
With one account, you can create or join multiple services.
(Accounts that join a service are treated as members.)

informationInformation

As an exception, in the case of the Enterprise plan, there may be contracts that allow multiple services to be used under a single plan.

Steps to Create a Service

This section explains the steps to create a new service.

First, access the top page of the management screen at https://app.microcms.io/ and click the [+ Add] button in the upper right corner of the screen.



When you click the [+ Add] button, a screen will appear where you can choose how to create the service.
There are two main ways to create a service.

  1. Create from scratch
  2. Select from a template


Below, we will explain each method.

If Creating from Scratch

Click [Create from scratch] on the service creation screen.
Then, the service information input screen will be displayed, where you need to enter the following:

  • Service Name
  • Service ID
Service Name

This is the name used to identify the service within the management screen.
It is recommended to enter the product name or organization name that you are considering for implementing microCMS.

Service ID

The Service ID is the value set in the URL of the management screen and the subdomain of the API endpoint.

informationInformation

The service information input screen has default values filled in.
The service name and service ID can be changed later, so you can skip them with the default values as they are.


Finally, click the [Create Service] button. This completes the creation of the service.



From here, the service ID will be accessible as a subdomain on microcms.io.

tipsTips

At this point, the service plan will be the free Hobby plan.

When using a paid plan, please refer to the "Change Plan and Billing" procedure below.

Choosing from Templates

Click on [Choose from Template] on the service creation screen.
This will display the microCMS templates page.


Preparation

To use the microCMS templates, you need to log in to GitHub.
If you are not logged in yet, please log in from the following page.
Sign in to GitHub · GitHub

Once you are ready, follow the steps below to create a service.

1. Select the Template You Want to Use

From the list of templates, select the one you want to use.
Click [Details] on any template to display the template details page.

2. Click [Use This Template]

On the template details page, click [Use This Template].


3. Click [Link with GitHub]

On the GitHub repository settings screen, click [Link with GitHub].
If you are logged into GitHub, clicking [Link with GitHub] will link it in the background.

4. Enter Git Scope and Repository Name, then Click [Start Setup]

Next, enter the Git Scope and repository name.


  1. In Git Scope, specify the GitHub account or organization that will expand the template repository.
  2. Enter any name for the repository name.


Additionally, if you check [Create as a Private Repository], it will be generated as a private repository.

After entering the Git Scope and repository name, click [Start Setup].

5. Setup Completion

After a few seconds, the setup completion screen will be displayed.



This screen displays the service information of the newly created microCMS and the GitHub repository information.

1. microCMS Service Information

  • Service ID
  • API Key

2. GitHub Repository Information

  • Repository URL


At this point, if you access the management screen's top page (https://app.microcms.io/), you can access the newly created service.

tipsTips

After creating the service and repository, we will proceed to set up the development environment. For the specific flow after setting up the development environment, please refer to the blog below.

No problem for beginners! Let's start creating a site with the microCMS template|microCMS Blog