Exa · Capability

Exa Team API — Team

Exa Team API — Team. 1 operations. Lead operation: Get Team Info. Self-contained Naftiko capability covering one Exa business surface.

Exa Team API — Team is a Naftiko capability published by Exa, one of 7 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/v0/teams/me.

The capability includes 1 read-only operation. Lead operation: Exa Get Team Info. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Exa and Team.

Run with Naftiko ExaTeam

What You Can Do

GET
Teamsmeget — Exa Get Team Info
/v1/v0/teams/me

MCP Tools

exa-get-team-info

Exa Get Team Info

read-only idempotent

Capability Spec

team-team.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "Exa Team API \u2014 Team"
  description: "Exa Team API \u2014 Team. 1 operations. Lead operation: Get Team Info. Self-contained Naftiko capability covering\
    \ one Exa business surface."
  tags:
  - Exa
  - Team
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    EXA_API_KEY: EXA_API_KEY
capability:
  consumes:
  - type: http
    namespace: team
    baseUri: https://api.exa.ai
    description: "Exa Team API \u2014 Team business capability. Self-contained, no shared references."
    resources:
    - name: v0-teams-me
      path: /v0/teams/me
      operations:
      - name: teamsmeget
        method: GET
        description: Exa Get Team Info
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: x-api-key
      value: '{{env.EXA_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: team-rest
    port: 8080
    description: "REST adapter for Exa Team API \u2014 Team. One Spectral-compliant resource per consumed operation, prefixed\
      \ with /v1."
    resources:
    - path: /v1/v0/teams/me
      name: v0-teams-me
      description: REST surface for v0-teams-me.
      operations:
      - method: GET
        name: teamsmeget
        description: Exa Get Team Info
        call: team.teamsmeget
        with: {}
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: team-mcp
    port: 9090
    transport: http
    description: "MCP adapter for Exa Team API \u2014 Team. One tool per consumed operation, routed inline through this capability's\
      \ consumes block."
    tools:
    - name: exa-get-team-info
      description: Exa Get Team Info
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: team.teamsmeget
      with: {}
      outputParameters:
      - type: object
        mapping: $.