Wand

Wand (Wand Synthesis AI, Inc.) is a Palo Alto, California enterprise software company, founded in 2022 by Rotem Alaluf, that builds what it calls agentic labor infrastructure — an operating system for hybrid workforces in which AI agents are managed, executed and created as trusted team members alongside human employees. Its four published product areas are Process Agentizer (workforce automation, messaging and task orchestration), Collab (collaboration, chat and content ingestion), Governance (organization management and metrics) and Integration Hub (economy, billing and knowledge-vault integrations), offered on-premise, in a private cloud, or hosted. Wand publishes no developer portal, API reference or machine-readable contract; its platform API — named "AI Workforce API" in its own status feed — sits behind an enterprise sales gate at api.wand.ai. The public surfaces reached here are a JSON status API, a Keycloak OpenID Connect discovery document, a security.txt, and an llms.txt.

Wand publishes 3 APIs on the APIs.io network. Tagged areas include Company, Artificial Intelligence, AI Agents, Agentic AI, and Enterprise Software.

Wand’s developer surface includes engineering blog, authentication, and 20 more developer resources.

20.8/100 emerging Agent 18/100 agent aware Full breakdown ↓
scored 2026-09-04 · rubric v0.18.3
3 APIs
CompanyArtificial IntelligenceAI AgentsAgentic AIEnterprise SoftwareWorkforce AutomationOrchestrationProcess AutomationCollaborationGovernance

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-04 · rubric v0.18.3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/wand-ai: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 3

Individual APIs this provider publishes, each with its own machine-readable definition.

Wand Status API

A public, unauthenticated JSON API served by the Wand platform status page. It reports overall platform health, the four Wand products and the twenty-two production services beh...

Wand Identity (OpenID Connect)

Wand runs Keycloak at auth.wand.ai as the identity provider for its platform. The master realm serves an anonymous OpenID Connect discovery document declaring the authorization,...

Wand AI Workforce API

The platform API behind Wand's Process Agentizer product, named "AI Workforce API" in Wand's own machine-readable status feed at https://status.wand.ai/api/services. The host ap...

Pricing Plans 1

Published pricing tiers and plan structures.

Wand Ai Plans Pricing

0 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Wand Ai Rate Limits

0 limits

RATE LIMITS

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Wand Ai Authentication

3 schemes

SECURITY

Wand Ai Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Wand Ai Vulnerability Disclosure

Hackerone · security.txt · contact published

SECURITY

Scopes 1

OAuth scopes governing access to this provider's APIs.

Wand Ai Scopes

OAuth 2.0 · no documented scopes

0 scopes

SCOPES

Resources

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 3

Pagination, idempotency, versioning, errors, and events

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 6

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 4

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: wand-ai
name: Wand
description: Wand (Wand Synthesis AI, Inc.) is a Palo Alto, California enterprise software company, founded in 2022 by Rotem
  Alaluf, that builds what it calls agentic labor infrastructure — an operating system for hybrid workforces in which AI agents
  are managed, executed and created as trusted team members alongside human employees. Its four published product areas are
  Process Agentizer (workforce automation, messaging and task orchestration), Collab (collaboration, chat and content ingestion),
  Governance (organization management and metrics) and Integration Hub (economy, billing and knowledge-vault integrations),
  offered on-premise, in a private cloud, or hosted. Wand publishes no developer portal, API reference or machine-readable
  contract; its platform API — named "AI Workforce API" in its own status feed — sits behind an enterprise sales gate at api.wand.ai.
  The public surfaces reached here are a JSON status API, a Keycloak OpenID Connect discovery document, a security.txt, and
  an llms.txt.
image: https://wand.ai/hubfs/logo.png
url: https://raw.githubusercontent.com/api-evangelist/wand-ai/refs/heads/main/apis.yml
specificationVersion: '0.20'
created: '2026-09-04'
modified: '2026-09-04'
tags:
- Company
- Artificial Intelligence
- AI Agents
- Agentic AI
- Enterprise Software
- Workforce Automation
- Orchestration
- Process Automation
- Collaboration
- Governance
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
apis:
- aid: wand-ai:status-api
  name: Wand Status API
  image: https://wand.ai/hubfs/logo.png
  description: A public, unauthenticated JSON API served by the Wand platform status page. It reports overall platform health,
    the four Wand products and the twenty-two production services behind them, plus thirty-day uptime series. Observed live
    and undocumented — Wand publishes no reference page or machine-readable contract for it; the endpoints below were established
    by probe on 2026-09-04.
  humanURL: https://status.wand.ai/
  baseURL: https://status.wand.ai
  tags:
  - Status
  - Monitoring
  - Uptime
  - Observability
  properties:
  - type: StatusPage
    url: https://status.wand.ai/
  - type: Lifecycle
    url: lifecycle/wand-ai-lifecycle.yml
- aid: wand-ai:identity
  name: Wand Identity (OpenID Connect)
  image: https://wand.ai/hubfs/logo.png
  description: Wand runs Keycloak at auth.wand.ai as the identity provider for its platform. The master realm serves an anonymous
    OpenID Connect discovery document declaring the authorization, token, userinfo, introspection, revocation, device-authorization
    and JWKS endpoints, the supported grant types and response modes, and the supported scopes. Client registration and every
    token endpoint require credentials; only the discovery metadata and JWKS are public.
  humanURL: https://auth.wand.ai/realms/master/.well-known/openid-configuration
  baseURL: https://auth.wand.ai/realms/master
  tags:
  - Authentication
  - Identity
  - OpenID Connect
  - OAuth
  - SSO
  properties:
  - type: OpenIDConnect
    url: well-known/wand-ai-openid-configuration.json
  - type: Authentication
    url: authentication/wand-ai-authentication.yml
  - type: OAuthScopes
    url: scopes/wand-ai-scopes.yml
- aid: wand-ai:ai-workforce-api
  name: Wand AI Workforce API
  image: https://wand.ai/hubfs/logo.png
  description: The platform API behind Wand's Process Agentizer product, named "AI Workforce API" in Wand's own machine-readable
    status feed at https://status.wand.ai/api/services. The host api.wand.ai resolves inside Wand's Cloudflare zone and serves
    Wand's security.txt, but every probed path returned an HTTP 503 from a Google front end on 2026-09-04 and Wand publishes
    no developer portal, API reference, OpenAPI, SDK or pricing for it. Recorded as a real but sales-gated and undocumented
    surface; no contract has been captured and none has been authored.
  humanURL: https://wand.ai/product-page
  baseURL: https://api.wand.ai
  tags:
  - AI Agents
  - Workforce Automation
  - Orchestration
  - Task Management
  - Messaging
  properties:
  - type: StatusPage
    url: https://status.wand.ai/
  - type: Lifecycle
    url: lifecycle/wand-ai-lifecycle.yml
  - type: Authentication
    url: authentication/wand-ai-authentication.yml
common:
- type: DomainSecurity
  url: security/wand-ai-domain-security.yml
- type: Website
  url: https://wand.ai/
- type: Blog
  url: https://wand.ai/blog
- type: TermsOfService
  url: https://wand.ai/tc
- type: PrivacyPolicy
  url: https://wand.ai/privacy-policy
- type: GitHubOrganization
  url: https://github.com/wand-ai
- type: LinkedIn
  url: https://www.linkedin.com/company/wand1/
- type: Careers
  url: https://wand.ai/careers
- type: ContactUs
  url: https://wand.ai/book-your-personalized-enterprise-ai-demo
- type: StatusPage
  url: https://status.wand.ai/
- type: LLMsTxt
  url: llms/wand-ai-llms.txt
- type: WellKnown
  url: well-known/wand-ai-well-known.yml
- type: SecurityTxt
  url: well-known/wand-ai-security.txt
- type: Security
  url: security/wand-ai-vulnerability-disclosure.yml
- type: Authentication
  url: authentication/wand-ai-authentication.yml
- type: OAuthScopes
  url: scopes/wand-ai-scopes.yml
- type: Conformance
  url: conformance/wand-ai-conformance.yml
- type: Lifecycle
  url: lifecycle/wand-ai-lifecycle.yml
- type: Conventions
  url: conventions/wand-ai-conventions.yml
- type: Plans
  url: plans/wand-ai-plans-pricing.yml
- type: RateLimits
  url: rate-limits/wand-ai-rate-limits.yml
- type: VulnerabilityDisclosure
  url: security/wand-ai-vulnerability-disclosure.yml
x-enrichment:
  date: '2026-09-04'
  status: enriched
  artifacts_added: 15
  pass: local-v3
  origin: harvest:secondary-market
x-coverage:
  state: covered
  reason: covered
  detail: 'Wand publishes no developer portal, API reference or machine-readable contract — its platform "AI Workforce API"
    sits behind an enterprise demo-booking gate at api.wand.ai, which returned HTTP 503 on every probed path — but four real
    first-party surfaces were found and captured: an llms.txt, an RFC 9116 security.txt served across its subdomains, a Keycloak
    OpenID Connect discovery document, and an unauthenticated JSON status API exposing 4 products and 22 services.'
  evidence:
  - url: https://wand.ai/llms.txt
    status: 200
  - url: https://auth.wand.ai/realms/master/.well-known/openid-configuration
    status: 200
  - url: https://auth.wand.ai/.well-known/security.txt
    status: 200
  - url: https://status.wand.ai/api/services
    status: 200
  - url: https://api.wand.ai/openapi.json
    status: 503
  - url: https://wand.ai/openapi.json
    status: 404
  checked: '2026-09-04'

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/wand-ai"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/wand-ai/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/wand-ai/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.