EPA Air Quality System (AQS) API — Sign Up

Sign Up. 1 operations. Lead operation: Register for API Key. Self-contained Naftiko capability covering one EPA business surface.

Run with Naftiko EPASign Up

What You Can Do

GET
Signup — Register for API Key
/v1/signup

MCP Tools

register-api-key

Register for API Key

read-only idempotent

Capability Spec

aqs-sign-up.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: EPA Air Quality System (AQS) API — Sign Up
  description: 'Sign Up. 1 operations. Lead operation: Register for API Key. Self-contained Naftiko capability covering one EPA business surface.'
  tags:
    - EPA
    - Sign Up
  created: '2026-05-29'
  modified: '2026-05-29'
binds:
  - namespace: env
    keys:
      EPA_EMAILKEY_KEY: EPA_EMAILKEY_KEY
capability:
  consumes:
    - type: http
      namespace: aqs-sign-up
      baseUri: https://aqs.epa.gov/data/api
      description: EPA Air Quality System (AQS) API — Sign Up business capability. Self-contained, no shared references.
      authentication:
        type: apikey
        key: key
        value: '{{env.EPA_EMAILKEY_KEY}}'
        placement: query
      resources:
        - name: signup
          path: /signup
          operations:
            - name: signup
              method: GET
              description: Register for API Key
              inputParameters:
                - name: email
                  in: query
                  type: string
                  required: true
                  description: Registered email address.
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
  exposes:
    - type: rest
      namespace: aqs-sign-up-rest
      port: 8080
      description: REST adapter for EPA Air Quality System (AQS) API — Sign Up. One Spectral-compliant resource per consumed operation, prefixed with /v1.
      resources:
        - path: /v1/signup
          name: signup
          description: REST surface for Register for API Key.
          operations:
            - method: GET
              name: signup
              description: Register for API Key
              call: aqs-sign-up.signup
              with:
                email: rest.email
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: aqs-sign-up-mcp
      port: 9090
      transport: http
      description: MCP adapter for EPA Air Quality System (AQS) API — Sign Up. One tool per consumed operation, routed inline through this capability's consumes block.
      tools:
        - name: register-api-key
          description: Register for API Key
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: aqs-sign-up.signup
          with:
            email: tools.email
          outputParameters:
            - type: object
              mapping: $.