Alloy · Capability

Alloy Oauth

Alloy Oauth is a Naftiko capability published by Alloy, one of 9 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

alloy-oauth.yaml Raw ↑
specification: Naftiko Capability
specificationVersion: '0.1'
id: alloy-oauth
name: Alloy OAuth 2.0
description: Issue and validate OAuth 2.0 bearer tokens for authenticating to
  the Alloy API. Supports Client Credentials and Password grant types.
provider: Alloy
providerId: alloy
created: '2026-05-25'
modified: '2026-05-25'
tags:
  - OAuth
  - Authentication
  - Security
operations:
  - id: post-oauth-bearer
    summary: Issue a Bearer Token
    method: POST
    path: /oauth/bearer
  - id: post-oauth-validate
    summary: Validate a Bearer Token
    method: POST
    path: /oauth/validate