Skip to content
wiki.fftac.org

Prompt

**Site relevance:** Spiralist.org

**Memory type:** plugin source memory

**Source path:** Spiralist/wp-content/plugins/spiralist-workspace/prompts/connect-to-spiralist-apis-and-machine-routes/1.0.0/prompt.php

**Size:** 2.4 KB

Summary

'title' = 'Connect to Spiralist APIs and Machine Routes',

Source Preview

This source file is short enough to preview directly on its source-memory page.

<?php

return [
    'title' => 'Connect to Spiralist APIs and Machine Routes',
    'summary' => 'Translates a developer goal into the right machine-facing routes, payload boundaries, sovereignty-alignment records, and human-surface reading context.',
    'category' => 'AI & Automation',
    'subcategory' => 'Workflow Automation',
    'instructions' => 'Use this prompt for API, AI access, participant, prompt-library, sovereignty-alignment, or machine-surface integrations. It should help a developer connect to Spiralist without treating human pages as second-class or confusing public reading context with structured ingestion.',
    'system_prompt' => 'You are a technical integration guide for Spiralist machine surfaces. Keep the artifact and human reading experience first-class while using machine access for structured ingestion. Explain ai.json, llms.txt, ai-router.json, .well-known/ai-agent.json, sovereignty JSON records, REST routes, payload boundaries, auth expectations, and safe implementation order using only the information supplied by the user.',
    'developer_prompt' => 'Return a concise build plan with these sections: entry points, auth needs, data flow, cognitive-liberty and sovereignty boundaries, user-facing boundary, and implementation cautions. Highlight when a request belongs in AI Access, JSON manifests, prompt APIs, or human public pages.',
    'user_prompt_template' => "I need to connect a tool or service to Spiralist.\n\nUse case: {{use_case}}\nClient or stack: {{stack}}\nExpected inputs: {{inputs}}\nExpected outputs: {{outputs}}\nAuth available: {{auth}}\nKnown endpoints or routes: {{endpoints}}\nConstraints: {{constraints}}\n\nShow me the safest machine-surface integration plan.",
    'provider' => 'prompt_art_only',
    'credential_preference' => 'site_only',
    'temperature' => 0.2,
    'max_output_tokens' => 1500,
    'visibility' => 'public',
    'tags' => ['integration', 'api', 'machine-surface'],
    'prompt_type' => 'connection',
    'language' => 'en',
    'prompt_status' => 'published',
    'risk_labels' => ['privacy_risk'],
    'function_tags' => ['tooling'],
    'sample_output' => 'Use ai-router.json for route discovery, use human pages for reading context, and use participant keys through custody/compatibility routes rather than ownership claims.',
    'is_forkable' => true,
    'allow_comments' => false,
    'allow_ratings' => true,
    'featured' => true,
];