Logz.io · Capability

Logz.io Time-Based Accounts

Logz.io Time-Based Accounts business capability. Self-contained Naftiko capability covering one Logz.io API surface on the api.logz.io control plane.

Logz.io Time-Based Accounts is a Naftiko capability published by Logz.io, one of 29 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/account-management/time-based-accounts.

The capability includes 1 read-only operation. Lead operation: Retrieve Logz.io Time-Based Accounts resources. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Logz.io, Account Management, and Multi-Tenant.

Run with Naftiko Logz.ioAccount ManagementMulti-Tenant

What You Can Do

GET
Get — Retrieve Time-Based Accounts resources.
/v1/account-management/time-based-accounts

MCP Tools

logzio-time-based-accounts-get

Retrieve Logz.io Time-Based Accounts resources.

read-only idempotent

Capability Spec

time-based-accounts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Logz.io Time-Based Accounts
  description: 'Logz.io Time-Based Accounts business capability. Self-contained Naftiko capability covering one Logz.io API surface
    on the api.logz.io control plane.'
  tags:
  - Logz.io
  - Account Management
  - Multi-Tenant
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    LOGZIO_API_TOKEN: LOGZIO_API_TOKEN
    LOGZIO_API_BASE: LOGZIO_API_BASE
capability:
  consumes:
  - type: http
    namespace: time-based-accounts
    baseUri: '{{env.LOGZIO_API_BASE}}'
    description: Provision time-based log sub-accounts.
    resources:
    - name: time-based-accounts-resource
      path: /v1/account-management/time-based-accounts
      operations:
      - name: get
        method: GET
        description: Retrieve Time-Based Accounts resources.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-API-TOKEN
      value: '{{env.LOGZIO_API_TOKEN}}'
      placement: header
  exposes:
  - type: rest
    namespace: time-based-accounts-rest
    port: 8080
    description: REST adapter for Logz.io Time-Based Accounts.
    resources:
    - path: /v1/account-management/time-based-accounts
      name: time-based-accounts-resource
      description: REST surface for Logz.io Time-Based Accounts.
      operations:
      - method: GET
        name: get
        description: Retrieve Time-Based Accounts resources.
        call: time-based-accounts.get
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: time-based-accounts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Logz.io Time-Based Accounts.
    tools:
    - name: logzio-time-based-accounts-get
      description: Retrieve Logz.io Time-Based Accounts resources.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: time-based-accounts.get
      outputParameters:
      - type: object
        mapping: $.