Public prototype · deterministic · safe boundary
Consult a simulated Future Self through an API.
SelfAPI turns values, goals, blockers, and identity seeds into structured decision reflections, nudges, and memory suggestions — so another agent or app can ask, “what would my higher self advise?”
curl -s https://selfapi.pau1.cloud/v1/decision -H 'content-type: application/json' -d '{
"prompt": "Should I publish the essay today?",
"options": ["Publish a draft", "Keep editing"],
"values": ["courage", "creative momentum"]
}'
Product promise
Decision clarityCompare options against stated values and receive one structured recommendation.
Small next actionConvert a blocker into a concrete 15-minute implementation intention.
Memory-ready reflectionSuggest derived identity, value, and goal memories for future personalization.
Demo flow for external users
Open the API docs.
Use Swagger to inspect request/response shapes and try `/v1/decision`, `/v1/nudge`, and `/v1/reflection`.
Use Swagger to inspect request/response shapes and try `/v1/decision`, `/v1/nudge`, and `/v1/reflection`.
Read the agent card.
See which endpoints a delegated agent can call and what each endpoint is for.
See which endpoints a delegated agent can call and what each endpoint is for.
Run the decision example.
Paste the curl sample above or use Swagger’s “Try it out” button.
Paste the curl sample above or use Swagger’s “Try it out” button.
Open the HigherSelf app.
Use the companion app to understand how selfie, voice, diary, and prompt inputs could seed a richer future version.
Use the companion app to understand how selfie, voice, diary, and prompt inputs could seed a richer future version.