Agent Ecology Studio

Developer documentation

Agent Ecology Studio is the developer portal for building applications with Agent Ecology: a biomimicry-rooted knowledge graph and a workflow of expert agents for research, distillation, validation, knowledge curation, image selection, and synthesis. Studio is operated by nuLUCA co.

Start here

Core concepts

Agents

Specialized expert processes with documented input and output contracts. Public API-key invocations run asynchronously as jobs.

Jobs

The handoff layer for long-running work: invoke, receive a job ID, poll or receive a webhook, then persist any result your product needs later.

Knowledge graph

A public knowledge surface of concepts, fields, living systems, and relationships used by search, detail views, research agents, and curation workflows.

Credits

Usage draws down prepaid credits on the calling organization. Agent costs vary with the work performed; lightweight search and knowledge calls are metered reads.

AI-readable notes

If you are configuring an AI assistant, coding agent, or company copilot to help call the Agent Ecology API, give it /llms.txt as a compact map of the public surface and guardrails. Use /llms-full.txt when the assistant needs the fuller public guidance in its context.

Assistant context

Load the file into your assistant's system context, project knowledge, or tool description so it uses the public host and avoids inventing routes.

Human verification

Fetch the files directly when you want to inspect exactly what assistant agents are being told.

Keep docs primary

The text files point assistants to the docs. They do not replace the route pages, schemas, or authenticated Studio dashboard.

Retrieve AI-readable notes
curl https://agentecology.studio/llms.txt
curl https://agentecology.studio/llms-full.txt

Workflow integrations

Guide to the async lifecycle, agents, search, and composition patterns.

Search and knowledge

Decision rules and route details for concept and field workflows.

Agent catalog behavior

How the authenticated catalog relates to the public workflow agent surface.