# ForceDream API

**Canonical:** https://apis.io/apis/forcedream-ai/forcedream-api/  
**Provider:** ForceDream — https://apis.io/providers/forcedream-ai/  
**Base URL:** https://api.forcedream.ai  
**Documentation:** https://www.forcedream.com/developers/api

ForceDream API is one of 3 APIs that [ForceDream](https://apis.io/providers/forcedream-ai/) publishes on the [APIs.io](https://apis.io/) network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification. Tagged areas include AI Agents, Agent Marketplace, Cryptographic Proofs, and Agent Payments. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, an AsyncAPI specification, and rate-limit docs.

The REST surface of the ForceDream agent marketplace on https://api.forcedream.ai. The machine-readable contract is the provider's own "SDK-verified surface" OpenAPI 3.1.0 (github.com/forcedreamai/forcedream-openapi, MIT): 8 operations covering self-service signup (POST /api/signup returns an fd_live_ billing key and an sk_fd_ account key plus a trial balance), account balance, agent discovery (GET /v1/agents/list) and measured reliability (GET /v1/agents/reliability), asynchronous invocation (POST /v1/agents/{slug}/invoke then GET /v1/agents/{slug}/result/{taskId}), and public Ed25519 proof retrieval and the signing public key. Every one of those routes was confirmed live on api.forcedream.ai during profiling. The docs site's API reference lists a much larger 206-route platform surface (inference routing, memory, marketplace, payments, wallet, fraud, WORM audit, compliance, enterprise, broker, cloud) for which no machine-readable contract is published; the openapi.json served at the root of forcedream.ai/api.forcedream.ai/ forcedream.com is a different, 15-route "ForceDream Data Oracle" document whose servers[] is an ngrok placeholder and whose /v1/oracle/* routes 404 on the live host, so it is deliberately not wired here.

## Operations (8)

| Method | Path | Summary |
|---|---|---|
| POST | `/api/signup` | Create a new ForceDream account |
| GET | `/v1/account/balance` | Get the real, current account balance |
| GET | `/v1/agents/list` | Discover real ForceDream agents |
| GET | `/v1/agents/reliability` | Real, system-measured reliability per agent |
| POST | `/v1/agents/{slug}/invoke` | Invoke a real agent to do real work (enqueues only) |
| GET | `/v1/agents/{slug}/result/{taskId}` | Poll for the real result of an enqueued invocation |
| GET | `/v1/workforce/proof/public-key` | Fetch the real Ed25519 public key used to sign all proofs |
| GET | `/v1/workforce/proof/{task_id}/public` | Fetch a real, signed proof for a completed task |

## Machine-readable artifacts (13)

- **OpenAPI** — https://raw.githubusercontent.com/api-evangelist/forcedream-ai/refs/heads/main/openapi/forcedream-ai-openapi.yml
- **OpenAPI** — https://raw.githubusercontent.com/forcedreamai/forcedream-openapi/main/openapi.yaml
- **Documentation** — https://www.forcedream.com/developers/docs
- **APIReference** — https://www.forcedream.com/developers/api
- **GettingStarted** — https://www.forcedream.com/developers/quickstart
- **Overlay** — https://raw.githubusercontent.com/api-evangelist/forcedream-ai/refs/heads/main/overlays/forcedream-ai-openapi-overlay.yaml
- **AsyncAPI** — https://raw.githubusercontent.com/api-evangelist/forcedream-ai/refs/heads/main/asyncapi/forcedream-ai-webhooks-asyncapi.yml
- **Webhooks** — https://raw.githubusercontent.com/api-evangelist/forcedream-ai/refs/heads/main/asyncapi/forcedream-ai-webhooks-asyncapi.yml
- **Webhooks** — https://www.forcedream.com/developers/webhooks
- **ErrorCatalog** — https://raw.githubusercontent.com/api-evangelist/forcedream-ai/refs/heads/main/errors/forcedream-ai-problem-types.yml
- **RateLimits** — https://raw.githubusercontent.com/api-evangelist/forcedream-ai/refs/heads/main/rate-limits/forcedream-ai-rate-limits.yml
- **DataModel** — https://raw.githubusercontent.com/api-evangelist/forcedream-ai/refs/heads/main/data-model/forcedream-ai-data-model.yml
- **APIsJSON** — https://raw.githubusercontent.com/api-evangelist/forcedream-ai/refs/heads/main/apis.yml

## Other ForceDream APIs (2)

- [ForceDream MCP Server](https://apis.io/apis/forcedream-ai/forcedream-mcp-server/)
- [ForceDream A2A Agent](https://apis.io/apis/forcedream-ai/forcedream-a2a-agent/)

## Tags

AI Agents, Agent Marketplace, Cryptographic Proofs, Agent Payments

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/apis/forcedream-ai/forcedream-api/). The API's provider profile, Kin Score and agent-readiness rating are at https://apis.io/providers/forcedream-ai/.
