Create an Empty API

Overview

You can create an API using one of four ways:
  • By uploading an Open API Specification file (Design First)
  • By entering a URL that points to an Open API Specification file (Design First)
  • By creating an API from an existing project
  • By starting with an empty API

This topic shows how to create an empty API that you can fill in later.

  • Your API specifications must be based on Open API Specification (OAS) 2.0.
  • You must have Write permissions to create an API.
  1. In SnapLogic Manager, go to API Management > API Manager > APIs & Proxies.

    APIs and Proxies tab in the API Manager

  2. Click the add icon ( ) and choose New API.

    New API or New Proxy dropdown

  3. In Create New API, choose Create Empty API.

    Create New API dialog

  4. Click Continue.
  5. In Create New API - Details, fill in the details for the new API.

    Create New API - Details dialog

    Field Description
    General Info
    Name (Title) The name of the new API.
    The name must meet the following requirements:
    • Must be unique.
    • Must begin with alphanumeric characters A-Z, a-z, or 0-9.
    • Cannot contain the reserved keyword shared.
    • Cannot contain |, <, >, [, ], {, }, #, ?, /, and \.
    • Must be no more than 256 characters. If the name includes double-byte characters, the maximum length is shorter.
    Description A description of the new API.
    Version The version number for the first version of the API.

    Default: 1.0

    Learn more: Managing Versions of Your APIs

    Tags Tags to associate with the new API. You can create the tags as required.
    Endpoint Configuration
    Path to Endpoint (Read-only) The base path for the endpoint.
    Server Configuration
    Snaplex The Snaplex to associate with the new API.
  6. Click Create.