GET/api/agents/entitiesbearer token

Read and write the agent’s graph

Everything an agent gathers lands in one elastic graph of typed nodes. Dashboard pages are views over it. This is the same data, directly: read a kind, create a node, update it, delete it.

Try it

curl "https://storkie.ai/api/agents/entities?id=YOUR_AGENT_ID&kind=task" \
  -H "Authorization: Bearer YOUR_TOKEN"

No Run button: this needs your bearer token, and a docs page that asks for one is teaching people to paste credentials into web forms.

Query parameters

NameTypeDescription
idrequiredstringThe agent ID.
kindstringFilter to one node kind (`task`, `event`, `person`…).
nodeIdstringOne node, for PATCH and DELETE.
title / props / statusvariousBody fields when creating or updating.

Response

NameTypeDescription
nodesarrayMatching nodes with their props and edges.
countsobjectHow many of each kind exist.

Worth knowing

  • The graph is backed by Firestore or Postgres depending on deployment. The API is identical either way — that is the whole point of the abstraction.

Rate limit

60 requests / minute / account

Errors

  • 401Missing or invalid token.
  • 404Not yours, or no such agent or node.

Questions

Do I have to define a schema first?

No. Kinds and props are open; the agent creates what the conversation needs.

How does this relate to dashboard pages?

A page is a view over this data. The catalog at /pages lists every way it can be rendered.

Other endpoints

Get a key in one click

Account endpoints take a revocable API key. It carries no admin access and can be revoked instantly.

Create an API key

Agents

More

🏪
Find Providers
👤
Profile
FAQ